body {
	background:#ff9;
	color:#000;
	margin:0;
	padding:0 10px 10px 10px;
	font-size:82%;
	font-family:verdana,arial,helvetica,sans-serif;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	font-style:italic;
}

#heading {
	height:110px;
	background:url(../img/hoofd.png) 50% 50% no-repeat;
}

#content {
	line-height:170%;
	border:1px solid #000;
	padding:15px;
	margin:0 0 0 190px;
	text-align:justify;
}

#menu {
	float:left;
	width:180px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu li {
	text-align:center;
	width:180px;
	margin:0;
	padding: 0 0 3px 0;
}

#menu a {
	color:#000;
	display:block;
	padding:3px;
	text-decoration:none;
	border:1px solid #000;
}

#menu a:hover {
	background:#000;
	color:#ff9;
}

.linktop {
	font-size:10px;
}

.center {
	text-align:center;
}.centertitle {
	text-align:center;
	font-size: 18px;
}
.midtitle {
	font-weight: bold;
}

