
h1 {
	font: 2em Helvetica, Arial, sans-serif;
}
#nav h1 {
	font: 1em Helvetica, Arial, sans-serif;
}
#nav a {
	background: #BED78A;
	display: block;
	padding: 2px 5px;
	height: 20px;
	width: 200px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin: 10px 0;
	text-align: center;
	border: 2px solid #88AF38;
}

#nav a:hover {
	background: #88AF38;
}

#nav {
	position: absolute;
	left: 20px;
	top: 30px;
	padding:0 2em ;
}

#nav a.logo {
	background: #fff;
	height:100px;
	padding:10px 10px 10px 10px;
	margin:0;
	border:none;
}
#nav img {
	border:none;
}


#main {
	width:500px;
	position: absolute;
	left: 300px;
	top: 75px;
}
th {
	font-weight: bold;
	text-align: left;
}

#body {
	height: 460px;
	overflow: auto;
}
#body table {
	width: 450px;
}
#footer {
	border-top:4px solid #BED78A;
	margin: 25px 0;
	padding: 10px 5px;
	background: #DCEABF;
}

#header {
	border-bottom:4px solid #BED78A;
	margin: 25px 0;
	padding: 10px 5px;
	background: #eef;
}

 table {
	width: 100%;
	padding: 5px 0;
	margin: 5px 0;
	}

 th {
	text-align: left;
	font-size: 12px;
	}

 td {
	color: #666;
	font-size: 12px;
	padding: 2px;
	}

body {
	padding: 0px;
	padding-top: 20px;
	margin: 0px;
	border-top: 10px solid #88AF38;
	background-color: #FFF;
	font-family: "Lucida Grande", trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 12px;
	color: #333;
	}

i {
	font-style: normal;
	font-weight:bold;
}

#main dd 
{
	text-justify:newspaper;
	text-align:justify;
}
#main a
{
	color:#88AF38;
	text-decoration:none;
	font-weight: bold;
}
.bijschrift {
	font-size: 80%;
}