/* 

Author: webit
Date: YYYY-MM-DD

*/

#newheader {
	margin: auto;
	width: 900px;
}

#logohead {
	float: left;
}

#langhead {
	float: right;
	text-align: left;
	width: 260px;
}

#langhead a{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #4c545a;
}

#langhead ul{
	background-color: #a0afb9;
	border: solid thin #94a4ad;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	margin-top:30px;
	padding: 10px 9px 7px;
	text-align:center;
}

#langhead li{
	display: inline;
	padding: 10px;
}

#navhead {
	margin: auto;
	width: 900px;
	height: 60px;
	clear: both;
	background: url(/images/header/bgnavhead.png) no-repeat;
}

#navigatieheader {
	float: left;
}

#loginpanel {
	width: 358px;
	height: 23px;
	float: right;
	background: url(/images/header/loginpanelhead.png) no-repeat;
	padding: 7px 5px 3px;
}


/* @group menu */



ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 481px;
	font-size: 1.2em;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
	background: url(/images/header/dividerhead.png) no-repeat right;
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(../images/header/topnav_hover.png) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/header/subnav_btn.png) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #222932;
	border-top-color: #4b5663;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #222932; /*--Create bevel effect--*/
	border-bottom: 1px solid #4b5663; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #3f4752 url(../images/header/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #8bc144 url(../images/header/dropdown_linkbg.gif) no-repeat 10px center; 
}
#header img {
	margin: 20px 0 10px;
}



/* @end */