* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
ul { margin: 0; padding: 0; list-style: none; z-index: 10; }
ul li { position: relative; z-index: 10; float: left;}
ul li a { text-decoration: none; color: #000; font-size: 15px; font-weight: bold; z-index: 10; float: left; padding-right: 20px; }
ul li a:hover {
	color: #e05206;
	text-decoration: none;
}

li:hover ul, li.over ul {
	display: block;
}
ul li ul { background-color: #e05206; filter: alpha(opacity=80); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); -moz-opacity: 0.80; opacity: 0.80; position: absolute; top: 18px; left: 0; width: 220px; display: none; z-index: 10; padding: 5px; border-top: 5px solid #fff; }
ul li ul li {
	float: none;
}

ul li ul li a { text-decoration: none; color: #fff; font-size: 12px; font-weight: bold; z-index: 10; float: none;}
ul li ul li a:hover { color: #000; text-decoration: none; }
body {
	color: #8f8f8f;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	background: #e8e8e8 url(../images/achter.jpg) no-repeat left top;
	margin: 0;
}
p {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 10px;
}
.search {
	color: #000;
	font-size: 9px;
	font-weight: bold;
}
.search a {
	color: #e05206;
	text-decoration: none;
}
.search a:hover {
	color: #e05206;
	text-decoration: underline;
}
table {
	font-size:100%;
}
h1 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
}
h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
}
a {
	color: #e05206;
	text-decoration: none;
}
a:hover {
	color: #e05206;
	text-decoration: underline;
}
.navigatie {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.navigatie a {
	color: #000;
	text-decoration: none;
}
.navigatie a:hover {
	color: #e05206;
	text-decoration: none;
}

