/* CSS Styles by fritskoppelaar.nl */

body {
	font: 12px Arial;
	color: #8f9498;
}

h1 {
	font: 19px Arial;
	font-weight: lighter;
	text-transform: uppercase;
	color: #1f73c3;
	margin-left: 20px;
}

h2 {
	font: 15px Arial;
	font-weight: lighter;
	text-transform: uppercase;
	color: #1f73c3;
}

h4 {
	color: #1f73c3;
	font-size: 16px;
	clear: both;
}

a {
	color: #f99b08;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

label {	
	width: 72px;
	color: #293744;
	font-weight: bold;
	float: left;
	padding: 9px;
	height: 16px;
	margin-bottom: 8px;
}

.input {
	width: 263px;
	height: 15px;
	padding: 9px;
	background: url(images/input.gif) top left no-repeat;
	border: 0px;
	font: 12px Arial;
	color: #71797f;
	float: left;
	margin-bottom: 8px;
}

.input_small {
	width: 163px;
	height: 15px;
	padding: 9px;
	background: url(images/input_small.gif) top left no-repeat;
	border: 0px;
	font: 12px Arial;
	color: #71797f;
	float: left;
	margin-bottom: 8px;
}

.info {
	width: 263px;
	height: 15px;
	padding: 9px;
	border: 0px;
	font: 12px Arial;
	color: #71797f;
	float: left;
	margin-bottom: 8px;
}

.container {
	width: 940px;
	margin: 0 auto;
}

.header {
	width: 920px;
	height: 35px;
	padding-top: 25px;
	padding-left: 20px;
	*padding-top: 15px;
	*height: 45px;
}

.menubar {
	width: 940px;
	height: 46px;
	background: url(images/menubar.gif) top left no-repeat;
	margin-bottom: 8px;
}

* html .menubar {
	margin-bottom: 0px;
}

.menubar ul {
	list-style-type: none;
	height: 40px;
	margin-left: -20px;
	*margin-left: 15px;
}

	.menubar ul li {
		float: left;
		padding: 5px 0px 5px 5px;
		margin: 10px 10px 0px 10px;
	}
	
	.after {
		width: 5px;
		height: 25px;
		margin-top: -5px;
		float:left;
		margin-right:-7px;
	}
	
	.menubar ul li:hover {
		background: url(images/menubar_hover.gif) top left no-repeat;
	}
	
	.menubar ul li:hover .after {
		background: url(images/menubar_hover.gif) top right no-repeat;
	}
	.menubar ul li a {
		font-weight: bold;
		text-transform: uppercase;
		color: #ffefdc;
		float:left;
	}
	
.wrapper {
	width: 940px;
}
	
.left {
	width: 203px;
	float:left;
}
	
.menu {
	width: 203px;
	background: url(images/menu_top.gif) top left no-repeat;
	padding-top: 4px;
	margin-bottom: 13px;
}
	
	.menu h2 {
		width: 191px;
		padding-left: 10px;
		padding-top: 4px;
		margin: 0px;
		border-left: 1px solid #f7f7f7;
	}
	
	* html .menu h2 {
		border-right: none;
	}
	
	.border {
		width: 1px;
		height: 40px;
		background: #f7f7f7;
		margin-left: 202px;
		margin-top: -27px;
		position: absolute;
	}	
		
	.menu ul {
		list-style-position: inside;
		margin: 0px;
		padding: 0px;
	}
	
	.menu ul li {
		padding: 7px;
		border-left: 1px solid #f7f7f7;
		border-right: 1px solid #f7f7f7;
		padding-left: 20px;
		*padding-left: 7px;
		list-style-image: url(images/point.gif);
		*list-style-image: url(images/point_ie.gif);
	}
	
	.menu ul li:hover {
		background: #1c232a;
		list-style-image: url(images/point_hover.gif);
		*list-style-image: url(images/point_hover_ie.gif);
	}
	
	.menu ul li a {
		color: #1c232a;
		*margin-left: 10px;
	}
	
	.menu ul li:hover a {
		color: #fff;
		font-weight: bold;
	}
	
	.menu_bottom {
		background: url(images/menu_bottom.gif) top left no-repeat;
		width: 203px;
		height: 3px;
	}
	
.content {
	float: right;
	width: 720px;
	margin-bottom: 20px;
	*margin-top: 20px;
	margin-right: 0px;
}

	.content h2 {
		margin-left: 25px;
	}
	
.search {
	width: 720px;
	background: #f7f7f7 url(images/content_top.gif) top left no-repeat;
	height: 171px;
}

.search_bottom {
	width: 720px;
	background: #f7f7f7 url(images/content_bottom.gif) top left no-repeat;
	height: 3px;
}

.search_left {
	float: left;
	width: 250px;
	height: 165px;
	overflow: hidden
}

#result {
	padding-left: 10px;
	*padding-top: 10px;
}

.box {
	float: left;
}

.select_wrapper {
	clear: both;
	padding-top: 7px;
	margin-left: 4px;
	width: 300px;
	height: 40px;
}

.select_name {
	width: 80px;
	color: #293744;
	font-weight: bold;
	float: left;
	margin-top: 19px;
	margin-left: 20px;
}

.select {
	float: left;
	margin-top: 10px;
	cursor: pointer;
}

	.selected {
		background: url(images/select_off.gif) top left no-repeat;
		width: 156px;
		height: 17px;
		padding-top: 9px;
		padding-left: 15px;
		padding-bottom: 7px;
		color: #71797f;
		position: absolute;
		z-index: 11;
	}

	.selected:hover {
		background: url(images/select_hover.gif) top left no-repeat;
	}
		
	.listt {
		background: url(images/select_bottom.gif) bottom left no-repeat;
		padding-bottom: 5px;
		margin-top: 31px;
		position: absolute;
		display:none;
		z-index: 15;
	}
	
	#plaatslist {
		width: 673px;
		background: #f9f9f9;
		padding-bottom: 0px;
		border-bottom: 1px solid #cccdcd;
	}
		
		.option {
			padding-top: 4px;
			padding-left: 15px;
			padding-bottom: 4px;
			color: #71797f;
			background: #f9f9f9;
			border: 1px solid #cccdcd;
			border-bottom: 0px;
			width: 152px;
		}

		#plaatslist .option {
			float: left;
			margin-right: -1px;
			border-bottom: 1px solid #cccdcd;
			margin-bottom: -1px;
		}
		
		.option:hover {
			background: #f1f1f1;
			font-weight: bold;
			color: #555d63;
		}
				
.hint {
	float: left;
	width: 150px;
	margin-top: 15px;
	line-height: 25px;
}

.button {
	width: 127px;
	height: 28px;
	text-align: center;
	padding-top: 2px;
	color: #e9f3fc;
	font-weight: bold;
	background: url(images/button.gif) top left no-repeat;
	margin-top: 28px;
	cursor: pointer;
}

.button:hover {
	color: #fff;
	margin-top: 29px;
	margin-left: 1px;
}

.text {
	width: 680px;
	background: #f7f7f7 url(images/content_top.gif) top left no-repeat;
	margin-top: 10px;
	padding: 20px;
}
	
	.text img {
		margin: 5px;
	}

	.line {
		width: 680px;
		height: 40px;
		clear: both;
		color: #5f6367;
	}
	
		.line a {
			color: #5f6367;
		}
		
		.dark {
			background: #ebebeb;
		}
	
		.line_box {
			width: 143px;
			padding: 13px;
			float: left;
		}
		
			.nopad {
				padding: 0px;
				width:  120px;
			}

			.line_box img {
				float: left;
				margin: 0px;
				margin-top: 7px;
				margin-right: 2px;
				border: 0;
			}
			
	.text ul {
		width: 130px;
		float: left;
	}
	
	* html .text ul {
		margin-left: 10px;
		width: 150px;
	}
	
	.text ul li {
		font-weight: bold;
		list-style-image: url(images/list.gif);
		*list-style-image: url(images/list_ie.gif);
	}

	.text ul li:hover {
		list-style-image: url(images/list_hover.gif);
		*list-style-image: url(images/list_hover_ie.gif);
	}
	
	.text ul li a {
		color: #8f9498;
	}


	.text ul li a:hover {
		color: #f99b08;
	}
	
.text_bottom {
	width: 720px;
	background: #f7f7f7 url(images/content_bottom.gif) top left no-repeat;
	height: 3px;
}

.adsense {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 720px;
}

.adsense_336 {
	position: absolute;
	margin-top: -223px;
	margin-left: 355px;
	*margin-left: -14px;
}

.legenda {
	border: 1px solid #ebebeb;
	margin-bottom: 10px;
	background: #fff;
}

.legenda span {
	margin-bottom: 10px;
	display: block;
	float: left;
	margin-right: 0px;
	padding: 10px 8px;
	margin-bottom: -5px;
}

.legenda img {
	float:left;
}

.links a {
	display: block;
	color: #8f9498;
	font-weight: bold;
}

.footer {
	width: 930px;
	margin: 0 auto;
	font-size: 11px;
	text-transform: uppercase;
	clear: both;
	padding-left: 10px;
}