*{box-sizing: border-box; }

html{height:100%;}
body{
	background-color:#ffffff;
	color: #000000;
	padding:0px;
	margin:0px;
	font-family: Tahoma, Arial;
	height:100%;
	line-height:1.4;
	font-size:14px;
}


body.cke_editable{
	padding:30px!important;
	background-color:#ffffff;
}

p{padding:0px; margin:0px 0px 20px 0px;}
a{color:#04545f; text-decoration:underline;}
a:hover{text-decoration:none;}

#wrapper{display:flex; flex-direction: column;  width:1056px; height:100%; margin:0px auto;}


header .logo{ padding:20px 0 0 0; text-align:right;}
header .logo img{ height:70px;}
header .title{margin:0 0 0 200px; padding:0 0 0 15px; font-size:2.3rem; color: #1a8982;}
header .title p{margin:0px;}
header hr{ height:10px; background-color: #2d3446; border:none; border-radius:3px; margin: 0 0 0 200px;}
header nav{margin:0 0 0 200px;}
header nav ul{margin:5px 0 0 0; padding:0px; display:flex; list-style-type: none;}
header nav ul li{padding:0 10px; margin:0px; text-transform: uppercase; text-align:center; font-size:1.0rem; min-width:100px;}
header nav li a{
	text-decoration:none;
	color:#ffffff; text-shadow: 0px 0px 1px #04545f,  0px 0px 1px #04545f,  0px 0px 1px #04545f, 0px 0px 1px #04545f,  0px 0px 1px #04545f,  0px 0px 1px #04545f
}
header nav ul li.active a{color:#04545f;}
header nav ul li a:hover{color:#04545f;}

header .icon{position:absolute; display:block; width:204px; height:196px; margin:50px 0 0 5px; background-image:url("images/header.png"); background-repeat:no-repeat;}

main{padding:30px 0 0 215px; flex-grow: 1;}

h1{font-size:2rem; color:#9c9d9f; text-transform:uppercase;}
h2{font-weight:bold; color:#64b035; font-size:1.3rem; padding:0px; margin:25px 0px 10px 0px; clear:both;}


footer{margin:0 0 50px 0;}
footer .logo{width:25%; float:left; height:100px; padding:35px 0 0 67px;}
footer .logo img{height:70px;}
footer .slogan{font-size:1.7rem; color: #2e3442; text-align:right; height:120px; padding: 40px 210px 0 0; width:70%; float:right; background-repeat:no-repeat; background-position:100% 0%; background-image:url("images/chlapici.svg"); background-size:200px;}
footer .slogan p{margin:0px; line-height:1.2;}
footer hr{ height:10px; background-color: #2d3446; border:none; border-radius:3px; margin: 0; clear:both;}

.paragraph.id17 {float: left; width: auto;}
.paragraph.id18 {text-align: right;float: right;}
