@charset "utf-8";
@import url("/css/reset.css");
@import url("/css/typography.css");

*{
	margin: 0;
	padding: 0;
}

body, html{
	width: 100%;
	height: 100%;
	font: 12px/16px "Trebuchet MS", Arial, Verdana, Helvetica;
	text-align: center;
	color: #7d7d7d;
}

a{
	color: #f28c00;
	text-decoration: none;
}

a:hover{
	color: #003e81;	
}

a.ready{
	color: #003e81;	
}

h1{
	width: 100%;
	color: #003e81;
	font: 34px "Trebuchet MS", Verdana, Arial, Helvetica;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;

}

h2{
	color: #f28c00;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}

h3{
	color: #7d7d7d;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}

#center{
	width: 1000px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.bottomcenter{
	width: 1000px;
	height: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#bottombar{
	width: 100%;
	height: 10px;
	float: right;
	position: relative;
	background: #f28c00;
}



#naw{
	width: 100%;
	height: 25px;
	float: right;
	position: relative;
	text-align: left;
}

#logo{
	width: 241px;
	height: 82px;
	position: absolute;
	margin-top: 80px;
	margin-left: 0px;
	background-image: url(/images/logo.gif);
}

#header{
	width: 100%;
	height: 230px;
	float: left;
	background: url(/images/eye.gif) no-repeat right top;
}

#foto{
	width: auto;
	height: auto;
	position: absolute;
	left: 595px;
}

#menubar{
	width: 100%;
	height: auto;
	position: absolute;
	border-bottom: 1px solid #d8d8d8;
	top: 200px;
}

#menubar li{
	width: auto;
	height: auto;
	float: left;
	margin-bottom: 0;
}

#menubar li.langswitch{
	width: auto;
	height: auto;
	float: right;
	margin-bottom: 0;
}

#menubar li.langswitch.div{
	padding-top: 8px;
}

#menubar li.langswitch a{
	color: #bfbfbf;
	font-weight: bold;
}

#menubar li.langswitch a:hover, #menubar li.langswitch a.active:hover{
	color: #fff;
}

#menubar li.langswitch a.active{
	color: #7d7d7d;
}

#menubar a{
	width:auto;
	height: auto;
	padding: 8px 10px;
	float: left;
	background: #fff;
	color:#7d7d7d;
}

#menubar a:hover{
	background: #f28c00;
	color: #fff;
}

#menubar a.ready{
	color: #5b5e5d;
	font-weight: bold;
	background-color: #fff;
}

#submenucol{
	width: 200px;
	height: auto;
	float: left;
	line-height: 1.6em;
}

ul #submenu{
	width: 200px;
	height: auto;
	float: left;
}

#submenu li a{
	width: 180px;
	height: auto;
	padding-top: 6px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
	color: #7d7d7d;
	text-decoration: none;
	clear: both;
}

#submenu #adres{
	line-height: 26px;
}

#submenu #adres #link{
	line-height: 26px;
	background-image: none;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

#submenu #adres #link:hover{
	color: #f28c00;
}

#submenu li a:hover{
	width: 175px;
	padding-left: 5px;
	color: #fff;
	background: #f28c00 url(/images/navpijl.gif) no-repeat 170px center;
}

#submenu li a.ready{
	width: 175px;
	color: #5b5e5d;
	font-weight: bold;
}

#submenu li a.ready:hover{
	width: 175px;
	color: #5b5e5d;
	font-weight: bold;
	background-image: none;
	background-color: #fff;
	padding-left: 0;
}

#content{
	width: 680px;
	height: 100%;
	float: left;
/*	margin-left: 58px; */
	font-size: 12px;
	line-height: 18px;
}

#contentright {
	float: right;
	width: 258px;
	border-left: 1px solid #e6e6e6;
	padding-left: 34px;
}

ul#newsreader {
	margin: 0;
	list-style: none;
}

	ul#newsreader li {
		border-bottom: 1px solid #e6e6e6;
	}
	
		ul#newsreader li a {
			display: block;
			padding: 3px 0 3px;
			font-size: 11px;
			line-height: 18px;
			color: #7d7d7d;
		}
		
			ul#newsreader li a:hover {
				color: #f28c00;
			}

#menucol{
	width: 200px;
	height: auto;
	margin-right: 58px;
	float: left;
}


