body {
	background:			url('/images/zoeken/background.gif') repeat-y center;
}

div#content {
	background-color:	#fff;
}
div#searchContainer {
	padding-top: 		15px;
	background-color: 	#fff;
}
div#tabs {
	margin:				0;
	padding: 			0;
	line-height:		0;
	font-size:			0;
}
div#tabs a {
	margin:				0 6px 0 0;
	padding:			0;
}
div#formResultsContainer {
	margin:				0;
	padding: 			0;
	background:			url(/images/zoeken/corner.gif) no-repeat #c1dae4 top right;
}

div#searchNav, div#searchBottom {
	position:			relative;
	text-align:			right;
	padding:			10px 52px 10px 0;
	
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
}
div#searchNav a, div#searchBottom a {
	color:				#d34600;
	text-decoration:	none;
}
div#searchNav a:hover, div#searchBottom a:hover {
	text-decoration:	underline;
}
div#searchNav a.printIcon {
	margin-left: 		42px;
}

div#formResultsContainer {
	clear:				both;
}
div#formsContainer {
	float:				left;
	margin-left:		16px;
	padding:			0;
	clear:				both;
	display: 			inline;
}
div#omdForm {
	background:			url(/images/zoeken/omd_form_top.gif) no-repeat #ffe01b top left;
	padding:			14px 0 0 32px;
	width:				262px; /* 294 - 32 - 14 */
}
div#normalFormContainer {
	width:				294px;
	background:			url('/images/zoeken/form_top.gif') no-repeat #f9fbfb top left;
}
div#normalForm {
	padding:			14px 0 0 32px;
}
div#formsContainer input.t {
	width:				212px;
	font-size:			11px;
	margin-bottom:		4px;
}
div#formsContainer input#postcode {
	width:				60px;
	font-size:			11px;
	margin-bottom:		4px;
	margin-right:		20px;
}
div#formsContainer select#radius {
	width:				60px;
	font-size:			11px;
	margin-bottom:		4px;
}
div#formsContainer select  {
	width:				218px;
	font-size:			11px;
	margin-bottom:		4px;
}

div#normalFormBottom {
	background:			url('/images/zoeken/form_bottom.gif') no-repeat bottom left;
	width:				294px;
	height:				9px;
}
div#searchButton {
	float:				right;
	padding-top:		4px;
	padding-right:		37px;
	position:			relative;
}

div#resultsContainer {
	float:				right;
	width:				654px;
	margin:				0;
	padding:			0;
	
	background:			url('/images/zoeken/results_corner.gif') no-repeat #f3f8fa top left;
}
div#results {
	padding:			8px 0 0 53px;
}
div#resultsBottom {
	background:			url('/images/zoeken/results_bottom.gif') no-repeat bottom left;
	width:				654px;
	height:				12px;
}
div#searchBottom {
	clear:				both;
	text-align: 		right;
	padding:			10px 107px 12px 0;
}

select#open {
	margin:				4px 0 12px 0px !important;
}

img.headerImage {
	/* display:			block; */
	margin-bottom:		6px;
}

form { display: inline; }

/* Results */
div.result {
	position: 			relative;
	height:  			45px;
	margin-bottom:  	6px;
}

div.resultIcon {
	float: 				left;
}
div.resultDescription {
	float:  			left;
	font-family:  		Arial, Helvetica, sans-serif;
	
	padding:  			8px 0 0 12px;
}
div.resultDescription a {
	color:  			#193664;
}
div.resultTitle {
	font-size:  		12px;
	font-weight: 		bold;
	color:  			#193664;
}
div.resultAdres {
	font-size:  		11px;
	color:  			#184946;
}
div.resultMap {
	float:  			right;
	margin: 			14px 12px 0 0;
}
div.resultOMD {
	float: 				right;
	height: 			25px; /* 45 - 20 */
	width: 				56px; /* 76 - 20 */
	
	background-color: 	#ffe01b;
	text-align: 		center;
	
	padding: 			10px;
}