/* CSS Document */


body {
	background:url(bg_body.png) left top repeat-x;
	font-family:"Trebuchet MS", Tahoma, sans;
	font-size: 16px;
	text-align:center;
	margin:0;
	padding:0;
	color:#666666;
}
h1 {
	color:#9ABD2E;
	font-size:26px;
	border-bottom: 3px solid #AAD4ED;
	padding-bottom:10px;
}

a {
	color:#62B3E3;
	text-decoration:none;
}
a:focus {
outline:none;
}

li {
	background:url(bullet.gif) 0 5px no-repeat;
	padding-left:20px;
	list-style:none;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:5px;
	padding-bottom:5px;
	text-align:left;
}
li.last {
	border-bottom:none;
}
h2 {
	font-weight:normal;
	font-size:26px;
	border-bottom:2px ; /*-- dotted #ccc;*/
	margin-top:1em;
}
h3 {
	margin-bottom:0;
	
}
p {
	margin:0;
	margin-bottom:5px;
}
#page {
	width:880px;
	margin:0 auto;
	text-align:center;
}

#header {
	background:url(bg_header.jpg) top left no-repeat;
	position:relative;
	height:256px;
}
.lang_en #header {
	background:url(bg_header_en.jpg) top left no-repeat;
}

h1#logo {
	background:url(logo_imago.gif) top left no-repeat;
	display:block;
	width:146px;
	height:76px;
	margin:0;
	padding:0;
	position:absolute;
	top:111px;
	left:70px;
	border:none;
}

h1#harta {
	background:url(sec6-gray-green.gif) top left no-repeat;
	display:block;
	width:500px;
	height:214px;
	margin:0;
	padding:0;
	position:absolute;
	top:80px;
	left:300px;
	border:none;
}
	
h1#harta_text {
	display:block;
	width:500px;
	height:214px;
	margin:0;
	padding:0;
	position:absolute;
	top:130px;
	left:350px;
	border:none;
}

h1#logo a {
	text-indent:-9999px;
	display:block;
	width:146px;
	height:76px;	
}


ul#nav {
	background:url(bg_nav.jpg) top left no-repeat;
	list-style:none;
	position:absolute;
	top:156px;
	left:290px;
	margin:0;
	padding:0;
	width:512px;
	padding-left:15px;
}

ul#nav li {
	display:block;
	margin:0;
	padding:0;
	float:left;
	height:23px;
	background:none;
}

ul#nav li a{
	display:block;
	color:#DAEDF9;
	line-height:23px;
	padding: 0 21px;
	font-size:14px;
	text-decoration:none;
		font-weight:none;

}
ul#nav li a.selected,
ul#nav li a:hover {
	background:url(nav_over.jpg) top left repeat-x;
	color:#fff;
}


#content {
	float:right;
	margin-right:180px;
	width:510px;
	margin-top:00px;
	background:url(bg_content.jpg) bottom right no-repeat;
	padding-bottom:80px;
	min-height:350px;
	font-weight:bold;
}
* html #content {
	margin-right:40px;
	height:350px;
}

#additional {
	width:180px;
	float:left;
	margin-top:10px;
	margin-left:50px;
}
* html #additional {
	margin-left:25px;
}
#additional span {
	display:none;
}

#submenu {
	width:175px;
	float:left;
	margin-top:60px;
	margin-left:55px;
}
#submenu ul {	
	margin:0;
	padding:0;
}
.contact {
	background:url(contact.jpg) top left no-repeat;
	display:block;
	height:197px;
	color:#8A8A8A;
	padding:20px 10px 10px 15px;
	font-size:13px;
}

#footer {
	clear:both;
	background:url(bg_footer.jpg) top left no-repeat;
	margin-left:40px;
	height:42px;
	width:765px;
	margin-bottom:20px;
}
#footer p {
text-align:center;
clear:both;
padding-top:25px;
font-size:11px;
}

ul#footernav {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	margin-top:12px;
	padding-right:10px;

}

ul#footernav li{
	display:inline;
	padding:10px;
	background:none;
}

span.link {
	background:url(ico_link.jpg) 0 50% no-repeat;
	padding-left:20px;
	margin-bottom:20px;
/*	display:block;*/
	font-size:16px;
	font-weight:bold;
}
a.inlinelink {
	background:url(ico_link.jpg) 0 50% no-repeat;
	padding-left:20px;
}

span.label {
	font-weight:bold;
	width:150px;
	display:block;
	float:left;
	clear:both;
}

dl {
}

dt {
	font-weight:bold;
}
dd {
	margin:0;
}

.logoholder {
	text-align:center;
	margin-bottom:10px;
}
.logo {
	margin:0 auto;
}
abbr {
cursor:help;
}


.ico_pdf {
	background:url(ico_pdf.gif) top left no-repeat;
	line-height:50px;
	height:50px;
	display:block;
	padding-left:60px;
}


ul.simple li {
	background:none;
}






















/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}
