html, body { 
	margin:0;
	padding:0;
}
body { 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	background-color: #fff;
}
h1 {
	font-size: 140%;
	
	margin-bottom: 20px;
}
h2 {
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
}
a {
	color: #000;
}
.rolloverlink a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
a.actief {
	font-weight: bold;
}
#header {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
#images1 {
	text-align: center;
	height: 100px;
	margin-bottom: 10px;
}
#images2 {
	text-align: center;
	height: 100px;
	margin-top: 15px;
	margin-bottom: 5px;
}
#wrapper {
	width: 750px; 
	margin: auto;
}
#menu {
	float: left;
	width: 150px;
}
/* alleen voor IE6 */
*html #menu {
	position: absolute; 
	margin-left: -150px;
}
#main {
	margin-left: 150px;
	width: 600px;
	min-height: 330px;
}
#footer { 
	text-align: center;
	color: #666;
	font-size: 90%;
}
#footer a { 
	color: #666;
	text-decoration: none;
}
#footer a:hover { 
	color: #666;
	text-decoration: underline;
}
