/************************************* ZOEKEN **************************************/


#searchHeader {
	display: block;
	overflow: auto;
	margin: 0 0 1em 0;
}
	#searchHeader form {
		margin: 0;
	}
		#searchHeader form h3 {
			float: left;
			font-family:Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
		}
	#searchHeader form input {
			float: right;
	}
		#searchHeader form input#q {	
			width: 220px;
			margin: 1px 10px 0 0;
			border: 1px solid #aaa;
		}
		#searchHeader form input.button {
			width: 94px;
			height: 21px;
			background: transparent url(/image/leesverder-button.png) no-repeat scroll center center;
		}
		
	
	

.gezocht_op {
	background-color:#50595A;
	color:#FFFFFF;
	font-weight:bold;
	padding:1px 5px;
}

.search_nr, .search_title a:link,.search_title a:visited,.search_title a:hover,.search_title a:active { 
	vertical-align:top;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	padding: 0 10px 0 0;
}
.search_title a:hover { color:#777777;}
.search_space{

}
.search_datum { font-size:11px;}
.search_highlight { font-weight:bold;}

.search_pagelistactive{
	text-decoration: underline;
	font-weight : bold;
}
/************************************* ZOEKEN **************************************/