html { font-size: 100%; /* IE hack */ }
* {
  margin: 0px;
  padding: 0px;
}
body {
	background-color: #e6e7e7;
	font-family: Verdana;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
#achter {
	height: auto;
	width: 796px;
	border-style: double;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	background-image: url(titelbanner.png);
	height: 194px;
}
#path {
	height: auto;
	background-color: #FFFFFF;
	padding: 3px;
	text-align: left;
	font-size: 9px;
}
#midden {
	height: auto;
	background-color: #FFFFFF;
	padding: 20px;
	text-align: center;
}
#bottom {
	height: 30px;
	font-size: 9px;
	font-style: italic;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.pic {
	margin-left: 4px;
}

