body,html {
	height:				100%;
	width:				100%;
	margin:				0px;
	padding:			0px;
	background-color:	#87c42a;
	text-align:			center;
	
	font-family:		verdana;
	font-size:			11px;
	line-height:		150%;
}

.width {
	width:				904px;
	margin:				0 auto;
	margin-top:			10px;
	text-align:			left;
	background:			transparent url(../images/back.jpg) repeat-y top left;
}

#top {
	background:			transparent url(../images/top.jpg) no-repeat top left;
	width:				auto;
	height:				341px;
	z-index:			1;
}

#content {
	padding:			20px;
	padding-top:		10px;
	float:				left;
	width:				430px;
}

#right_content {
	width:				416px;
	margin-right:		8px;
	float:				right;
	background:			#5b841a url(../images/right_1.jpg) repeat-x top left;
	margin-top:			-8px;
}

#right_content .block {
	background:			#5b841a url(../images/right.jpg) repeat-x top left;
	border-bottom:		2px solid white;
	padding:			10px;
}
#right_content .block.first {
	background:			#5b841a url(../images/right_1.jpg) repeat-x top left;
	position:			relative;
	z-index:			2;
}
#right_content .img {
	background:			transparent url(../images/right_img.jpg) no-repeat top left;
	border-bottom:		2px solid white;
	height:				141px;
}

#bottom {
	background:			transparent url(../images/bottom.jpg) no-repeat top left;
	height:				13px;
	width:				904px;
	margin:				0 auto;
	margin-top:			0px;
	position:			relative;
}

#nav {
	margin-top:			305px;
	margin-left:		10px;
	font-size:			12px;
	cursor:				default;
}

#search {
	position:			absolute;
	top:				20px;
	margin-left:		710px;
	width:				190px;
}
#search INPUT {
	border:				1px solid gray;
	background-color: 	white;
	font-size:			11px;
}

/* nav */

#nav ol, #nav ul, #nav li {
	list-style: 	none;
	margin:			0px;
	padding:		0px;
}

#nav {
	display:			block;
	width:				100%;
	padding-left:		3px;
	position:			relative;	
	z-index:			10000000;
}

#nav ul li {
	float: 				left;
	height:				26px;
	line-height:		26px;
	padding-left:		10px;
	padding-right:		10px;
}

#nav ul li a {
	color: 				white;
	display: 			block;
	text-decoration: 	none;
}

#nav ul li.active {
	background-color:	#2b8ad3;
}

#nav li ul {
	background-color:	#1d73bc;	
	display: 			none;
	margin-top:			0px;
	padding-bottom:		15px;
	padding-top:		5px;
	position: 			absolute;
	border:				1px solid #2b8ad3;
	margin-left:		-10px;
}

li > ul {
	left: 				auto;
	top: 				auto;
}

#nav li ul li {
	background: 		transparent;
	border: 			0;
	clear: 				both;	
	width:				160px;
}

#nav li.over ul, #nav li:hover > ul {
	display: 			block;
	height: 			auto;
}

#nav li ul li a {
	border: 			0;
	margin:				0px;
	line-height:		13px;	
	padding:			5px;
}

#nav li ul li:hover, #nav li ul li.over {
	background-color:	#2b8ad3;	
}

#nav ul li ul li a:hover {
	border-bottom:		0;
}

#nav ul li ul li ul {
	margin-left:		170px;
	margin-top:			-28px;
}

H1 {
	color:				#00923f;
	font-family:		Trebuchet MS;
	font-size:			18px;
	font-style:			italic;
	
	padding:			0px;
	margin:				0px;
	margin-bottom:		3px;
}

#right_content .block {
	color:				white;
}
#right_content .block H1 {
	color:				white;
	font-size:			15px;
	text-align:			right;
}
#right_content .block  .leesmeer {
	color:				white;
	text-decoration:	none;
	display:			block;
	text-align:			right;
	font-family:		Trebuchet MS;
	font-style:			italic;
	background:			transparent url(../images/white_on_green_arrows.gif) no-repeat center right;
	padding-right:		20px;
	width:				100%;
	margin-left:		-15px;
}
#right_content .block  .leesmeer:hover {
	text-decoration:	underline;
}

#nav {
	color:				white;
}

#content .leesmeer {
	color:				#5b851b;
	text-decoration:	none;
	display:			block;
	text-align:			right;
	font-family:		Trebuchet MS;
	font-style:			italic;
	background:			transparent url(../images/green_on_white_arrows.gif) no-repeat center right;
	padding-right:		20px;
	width:				100%;
	margin-left:		-15px;
}


/* Opmaak formulieren */
.mandatory_field {
	background-color:			#C1E0FF;
}
.error_field {
	background-color:			#FFB2B2;
}
.ErrorMessage {
	display:					none;
}

/* Zoekresultaten styling */
.searchresults .result .url {
	color:						green;
}
.searchresults .pages {
	font-weight:				bolder;
	display:					inline;
	float:						left;
	line-height:				25px;
}
.searchresults .pagenumber {
	display:					block;
	float:						left;
	padding:					4px;
	padding-left:				7px;
	padding-right:				7px;
	margin-right:				5px;
	text-decoration:			none;
	cursor:						pointer;
	border:						1px solid white;
}
.searchresults .pagenumber:hover {
	border:						1px solid #C3EBFE;	
}
.searchresults .pagenumber.active {
	border:						1px solid #E6E6E6;
	cursor:						default;
}
.searchresults .pagenumber.active:hover {
	background-color:			white;	
}
