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;	
}
