body {
	background-color: #ABACB0;
	margin: 0px;
	padding: 0px;
}

#container {
	margin: auto;
	width: 800px;
	background-color: #fff;
}

#top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 200px;
}

#topmenu {
	position: relative;
	float: right;
	height: 46px;
	width: 800px;
	margin-top: 5px;
	padding: 0px;
	text-align: right;
	z-index: 15;
	background-image: url(../images/style/menuBg.gif);
	background-repeat: repeat-x;
}

#topsubmenuback {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 46px;
	width: 800px;
	background-color: #868686;
}

#topimage {
	position: relative;
	float: left;
	left: 0px;
	width: 800px;
	height: 150px;
	z-index: 5;
}

#topvlak {
	position: absolute;
	width: 200px;
	height: 25px;
	margin-left: 600px;
	margin-top: 51px;
	padding-top: 125px;
	text-align: right;
	background-image: url(../images/style/verloop.png);
	background-repeat: repeat-y;
	z-index: 10;
}

#topLogo {
	position:absolute;
	margin-top: -51px;
	margin-left: 20px;
	border-top: 5px solid #8F0A0B;
	z-index: 150;
}

#left {
	position: relative;
	float: left;
	width: 230px;
	background-repeat: repeat-y;
}

#main {
	position: relative;
	float: left;
	width: 500px;
	padding-left: 10px;
	padding-top: 20px;
	margin-bottom: 80px;
	min-height: 500px;
}
* html #main { height:500px; }


#bottommenu {
	position: relative;
	float: left;
	width: 800px;
	margin-top: 20px;
	text-align: center;
	border-top: 4px solid #eee;
}

.block {
	position: relative;
	margin: 20px 0px 0px 20px;
	width: 188px;
	padding: 5px;
	background-image: url(../images/style/panel_bg.gif);
	background-repeat: no-repeat;
	border: 1px solid #ccc;
}

#searchResults {
	width: 480px;
	padding: 10px;
	border: 1px solid #ccc;
}

#searchResults h1 {
	font-size: 10px;
	font-weight: bold;
}

.searchResult {
	width: 470px;
	padding: 5px;
	cursor: pointer;
}

.searchResult:hover {
	background-color: #eee;
}
