html {height: 100%;}
body {
	font-family: verdana, arial, sans-serif;
	font-size: 70%;
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}
#overall {

	/*margin: 10px auto 10px auto; op hun verzoek*/
	margin: 0 auto 10px auto;
	width: 800px;
	text-align: left;
}
hr {display: none;}

#header {
	padding: 10px 5px 10px 5px;
 	background: #000; 
	height: 50px;
}
#header a {
	float: left;
	display: block;
}
#header img { border: none; }
#header h1 {
	margin: 0 0 0 -9000px;
	float: left;
}
#header form {
	margin: 0 0 0 565px;
	margin: 0 0 0 555px !ie;
	padding: 10px 0 0 0;
	padding: 20px 0 0 0 !ie;
	height: 30px;
}
#header form input {
	border: none;
	height: 16px;
}
#header form input.tx-indexedsearch-searchbox-button {
	border: none;
	background: url(../images/zoekbutton.gif) center no-repeat;
	font-size: 0px;
	color: #000;
	width: 60px;
}

#menu ul {
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
	width: 800px;
	list-style-type: none;
	height: 20px;
	line-height: 20px;
}
#menu ul li {
	font-weight: bold;
	float: left;
	display: block;
	width: 159px;
	_width: 160px;
	border-right: 1px solid #000;
}
#menu ul li.noborder {
	border: none;
	width: 160px;
	_width: 160px;
}
#menu ul li ul {
	display: none;
	position: absolute;
	background: #fff;
	color: #000;
	width: 159px;
	_width: 160px;
	border-top: 1px solid #000;
}
#menu ul li:hover ul, #menu ul li.over ul {
	display: block;
}
#menu ul li ul li, #menu ul li ul li.noborder {
	float: none;
	display: auto;
	width: 159px;
	_width: 160px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background: #fff;
}
#menu ul li a {
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	background: #fff;
}
#menu ul li a:hover, #menu ul li.selected a {
	background: #ccc;
	color: #fff;
}
#main, #main #content {
	padding: 0;
}
#main #content ul {
	margin: 0;
	padding: 0;
}
#main #content ul li {
	width: 160px;
	height: 100px !ie;
	min-height: 100px;
	display: block;
	float: left;
	color: #555;
}
#main #content ul li h3 {
	margin: 0;
	border-left: 1px solid #000;
	height: 20px;
	line-height: 1.5em;
	padding: 3px 0 0 5px;
	font-size: 100%;
	color: #000;
}
html>body #main #content ul li h3 { height: auto; min-height: 20px; }
#main #content ul li p {
	margin: 0;
	padding: 0 5px 5px 5px;
}
#main #content ul li a {
	clear: both;
	color: #555;
	font-weight: bold;
	text-decoration: none;
}
#main #content ul li a:hover {
	text-decoration: underline;
}
#content { clear: both; }
#logo {
	width: 156px;
	height: 100px;
	float: left;
}
