body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	background: White url(/interface/images/bg.gif) repeat-x;
	border: 0px;
	margin: 0px 0px 0px 0px;
	height: 100%;
	scrollbar-3dlight-color: #019ACD;
	scrollbar-arrow-color: #000;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: #019ACD;
	scrollbar-face-color: #019ACD;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-track-color: #EDF1F6;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

ul, ol {
	margin-left:0 0 0 2px  !important;
}

ul li {
	margin:3px 0 3px -25px;
}

ul.list {
	list-style:none;
	margin:5px 0 10px 0 !important;
	padding:0px !important;
	/*float:left;*/
}
ul.list  li {
	margin:3px 0 3px 0 !important;	
	list-style:none;
	background:none !important;	
}
ul.list li a {
	font-weight:normal !important;
	background:url(/interface/images/red_bullet.jpg) no-repeat left  !important;
	padding:0px 0 0 10px !important;
	margin:10px 0 0 0px !important;
	color:#019FD4;
	text-decoration:none !important;
}	
ul.list li a:hover {
	color:#019FD4;
	background:url(/interface/images/bullet.gif) no-repeat left !important;
	padding:0px 0 0 10px !important;
	margin:10px 0 0 0px !important;
	text-decoration: underline !important;
}

h1 {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
}
h3 {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
}

hr {
	color: #019ACD;
	width: 90%;
	text-align: left;
	border: #019ACD 1px solid;
}

hr.wit {
	color: #FFFFFF;
	width: 90%;
	text-align: left;
	border: #FFFFFF 1px solid;
}

a:link, a:active, a:visited {
	color: #019ACD;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.input {
	border: 0.1em solid #019ACD;
	font-size: 11px;
	width: 121px;
	height: 18px;
	margin:0 0 0px 0;
	color:#000000;
}

.inputBasic {
	border: 0.1em solid #019ACD;
	font-size: 11px;
	height: 18px;
	margin:0 0 0px 0;
	color:#000000;
}

.inputBasicArea {
	border: 0.1em solid #019ACD;
	font-size: 11px;
	margin:0 0 0px 0;
	color:#000000;
}

.button {
	border: 0px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background: url(/interface/images/button_bg.gif);
	width: 60px;
	height: 18px;
}

.button_wit {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	background: url(/interface/images/bg_button.jpg) repeat-x left;
	border: 0px solid #0099CC;
	/* color:#696969; */
	width: 60px;
	height: 18px;
	line-height:14px;
	margin:0px;
	padding:0px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

.area {
	border: 0.1em solid #019ACD;
	font-size: 11px;
	width: 335px;
}

.blue { background-color: #019ACD; }
/* DIVs */

#center {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

	#website {
		position: relative;
		width: 1000px;
		height: 0px;
		text-align: left;
	}

		#logo {
			position: absolute;
			top: 15px;
			left: 5px;
			width: 228px;
			height: 66px;
		}
		
		#topNAV {
			position: absolute;
			top: 42px;
			right: 206px;
			width: 525px;
			text-align: right;
			font-size: 11px;
			font-weight: bold;
			color: #666666;
		}
		
			#topNAV .selected, #topNAVzoeken .selected {
				color: #019ACD;
			}
		
			.klein { font-size: 11px; }
			.normaal { font-size: 14px; }
			.groot { font-size: 16px; }
		
			#topNAV a:link, #topNAV a:active, #topNAV a:visited, #topNAVzoeken a:link, #topNAVzoeken a:active, #topNAVzoeken a:visited {
				color: #666666;
				text-decoration: none;
			}
		
			#topNAV a:hover, #topNAVzoeken a:hover {
				color: #019ACD;
				text-decoration: underline;
			}
			
		#topNAVzoeken {
			position: absolute;
			top: 39px;
			right: 20px;
			width: 184px;
			text-align: right;
			font-size: 11px;
			font-weight: bold;
			color: #666666;
		}
		
		#mainNAV {
			position: absolute;
			top: 90px;
			left: 23px;
			font-size: 20px;
			color: #019ACD;
		}
		
			#mainNAV a:link, #mainNAV a:active, #mainNAV a:visited {
				color: #000000;
				text-decoration: none;
			}
		
			#mainNAV a:hover {
				color: #019ACD;
				text-decoration: underline;
			}
		
		#mainKoop {
			position: absolute;
			top: 110px;
			right: 20px;
			width: 284px;
			text-align: right;
			font-size: 11px;
			font-weight: bold;
			color: #666666;
		}
		
		#kruimelpad {
			position: absolute;
			top: 117px;
			left: 24px;
			font-size: 10px;
			color: Gray;
		}
		
		#content {
			position: absolute;
			top: 135px;
			left: 23px;
			width: 957px;
			min-height: 500px;
			background-color: transparent;
			z-index: 0;
			overflow-x: visible;
			}

			#content h2 {
				color:#666666;
				font-size: 12px;
				margin:0px;
				padding:0px;
			}
			#content p {
				color:#444444;
			}
			#content a.with_bullet {
				margin:15px 0 15px 0;
				background-image: url(/interface/images/bullet.gif);
				background-repeat: no-repeat;
				background-position: left 6px;
				padding-left: 10px;
				list-style: none;
				float:left;
			}
			#content p.with_margin {
				color:#444444;
				margin:0px 0 15px 10px;
				padding:0px;
			}
			#content a.with_bullet_no {
				margin:0px;
				background-image: url(/interface/images/bullet.gif);
				background-repeat: no-repeat;
				background-position: left 6px;
				padding-left: 10px;
				list-style: none;
				float:left;
			}
			#content ul.list {
				margin:0px;
				padding:0px;
			}
			
			.filter {
				font-size:10px !important;
				color:#C2C2C2 !important;
			}
			
			.reg a.register {
				font-size:10px !important;
				text-decoration:underline !important;
				color:#C2C2C2 !important;
				float:left !important;
				margin:0 0 10px 0;
			}	
			.reg a:hover.register {
				font-size:10px !important;
				text-decoration: none !important;
				color:#02BAF7 !important;
				float:left !important;
				margin:0 0 10px 0;
			}	
				#ListLinks {
					position: absolute;
					top: 0px;
					right: 800px;
					left: 773px;
					width: 184px;
				}
				
					#ListLinks a:link, #ListLinks a:active, #ListLinks a:visited {
						color: #019ACD;
						text-decoration: none;
					}
		
					#ListLinks a:hover {
						color: #000000;
						text-decoration: underline;
					}
					
					#ListLinks img {
						border: 1px solid #019ACD;
					}
			
	#Bottom {
		position: relative;
		width: 100%;
		height: 225px;
		text-align: left;
		visibility: hidden;
	}	
		
		#bottom a:link, #bottom a:active, #bottom a:visited {
			color: #444444;
			text-decoration: none;
		}
	
		#bottom a.with_bullet {
			color: #444444;
			background-image: url(/interface/images/bullet_white.gif);
			background-repeat: no-repeat;
			background-position: left 6px;
			padding-left: 10px;
			list-style: none;
			float:left;
			text-decoration: none;
		}
	
		#bottom a:hover {
			color: #019ACD;
			text-decoration: underline;
		}

		#footer {
			position: absolute;
			top: 0px;
			height: 200px;
			color: #FFFFFF;
			text-align: left;
			background-color: #019ACD;
		}
		
			#footer a:link, #footer a:active, #footer a:visited {
				color: #ffffff;
				text-decoration: underline;
			}
		
			#footer a:hover {
				color: #000000;
				text-decoration: underline;
			}
		
				#footer_padding {
					position: relative;
			 		float: left;
					width: 23px;
				}
			
				.footer_text {
					position: relative;
					float: left;
					top: 15px;
					width: 170px;
				}
		
				.footer_line {
					position: relative;
					float: left;
					width: 25px;
					text-align: center;
				}
		
			#footer h1 {
				color: #FFFFFF;
				padding-bottom: 10px;
				margin: 0px;
			}
		
		#bottomline {
			position: absolute;
			top: 200px;
			height: 25px;
			line-height: 25px;
			color: #444444;
			font-size: 12px;
			background-color: #FFFFFF;
			padding-top: 3px;
		}

#GoogleMapAlle, #GoogleMapAmsterdam, #GoogleMapFlevoland, #GoogleMapEemvallei, #GoogleMapGooi_en_Vechtstreek {
	position: relative;
	border: solid 1px #019ACD;
	margin-top:3px;
}

#filter {
	width: 160px;
	color: #FFFFFF;
	background-color: #CC0000;
	border: 3px solid #FFFFFF;
	visibility: hidden;
	z-index: 99;
}

#filter_text {
	margin: 5px 5px 5px 5px;
}

/* zoekresultaat */
.zoekresultaat_menu {
	margin: 0px 0 0 0;
	width: 184px;
	height: 500px;
	float:left !important;
	background: #FFFFFF url(/interface/images/Contentbox_1_bg.gif) no-repeat;;
}
*html .zoekresultaat_menu {
	height:500px;
	float:left !important;
	width: 184px !important;
}

.zoekresultaat_text_padding {
	margin: 9px 9px 5px 9px;
}

.zoekresultaat_menu h2 {
	color:#019ACD !important;
	font-size:16px !important;
	padding:0px 0 7px 0 !important;
	width:164px;
	border-bottom:1px solid #80CCE6; 
}

.zoekresultaat_menu ul.basic_menu {
	margin:0px 0 0 0px  !important;
	padding:0px;
	list-style:none;
}
.zoekresultaat_menu ul.basic_menu li {
	margin:0px !important;
	padding:7px 0 7px 0 !important;
	list-style:none !important;
	background:none !important;
	border-bottom:1px solid #D5D6D8;
	color:#019ACD;
	font-weight:bold;
}
.zoekresultaat_menu ul.basic_menu li a {
	margin:0px !important;
	padding:0px !important;
	color:#646565;
	font-weight:bold;
	text-decoration:none !important;
	background:none !important;
}
.zoekresultaat_menu ul.basic_menu li a:hover {	
	color:#019ACD !important;
	background:none;
}

.zoekresultaat_menu ul.sub_menu {
	margin:0px 0 0 15px !important;
	padding:0px !important;
	list-style:none !important;
}
.zoekresultaat_menu ul.sub_menu li {
	margin:7px 0 7px 0 !important;
	padding:0px !important;
	list-style:none !important;
	background:none !important;
	border:none !important;
	color: #019ACD;
	font-weight: bold;
}	
.zoekresultaat_menu ul.sub_menu li a {
	margin:0px;
	padding:0px;
	color:#9F9F9F;
	font-weight:bold;
	text-decoration:none !important;
	background:none !important;
}
.zoekresultaat_menu ul.sub_menu li a:hover {	
	color:#019ACD !important;
	background:none;
}