/*
gebruikte kleuren
groen: #1e772d;
lichtgroen: #61965b;
rood: #ee3033;
*/

#headercontainer {
	width: 974px;
	height: 150px;
}

#header {
	background:url(../assets/header.png) no-repeat;
	width: 974px;
	height: 150px;
}

#header a:link, #header a:visited {
	color: #000000;
	text-decoration: none;
}

#header a:hover, #header a:active {
	text-decoration: underline;
}

#linksboven {
	float: left;
	font-size: 11px;
	padding: 0 0 0 26px;
	height: 30px;
}

#rechtsboven {
	float: right;
	padding: 6px 16px 0 0;
	height: 30px;
}

#disclaimer {
	float: left;
	padding: 4px;
}

#zoek {
	clear: both;
	float: right;
	padding: 44px 24px 0 0;
	height: 30px;
}

#zoek .veld {
	width: 130px;
	font-size: 11px;
	background: none;
	border: none;
}

#navblok {
	clear: both;
	position:absolute;
	z-index: 1;
	float: left;
	top: 110px;
	_top: 123px;
	margin: 0 0 0 30px;
	width: 924px;
}

#navblok h1 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#navblok h1 a {
	padding: 13px 13px 3px 13px;
	height: 14px;
	display: block;
	_display: inline;
}

#navblok a:link, #navblok a:visited, #navblok a:hover, #navblok a:active {
	text-decoration: none;
	color: #ffffff;
}

#navblok h1 a:hover, #navblok h1 a:active {
	background: url(../assets/nav_hov.png) center top repeat-x;
	text-decoration: none;
	color: #ffffff;
}

#navblok h1 #act {
	background: url(../assets/nav_act.png) center top repeat-x;
	text-decoration: none;
	color: #ffffff;
}

#nav1, #nav2, #nav3, #nav4, #nav5, #nav6, #nav7, #nav8 {
	float: left;
}

#subnav1, #subnav2, #subnav3, #subnav4, #subnav5, #subnav6, #subnav7, #subnav8 {
	position: absolute; 
	float: left;
	visibility: hidden;
}

#navblok li {
	list-style: none;
	text-transform: capitalize;
}

#navblok ul {
	padding-top: 10px;
	_padding-top: 13px;
	background: url(../assets/sub_pijl.png) left top no-repeat;
	_background: url(../assets/sub_pijl.png) left 3px no-repeat;
}

#navblok ul a {
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	padding-left: 13px;
	border-top: #61965b 1px solid;
	display:inline-block;
	width: 200px;
}

#navblok ul a:link, #navblok ul a:visited {
	background: #1e772d;
}

#navblok ul a:hover, #navblok ul a:active {
	background: #61965b;
}
