BODY {
	margin:0px;
	background-color: #EDC898; 
	color: #241800;
	font-family: Verdana, Arial, sans-serif;
	font-size: 68%;
	scrollbar-arrow-color:#D9BF97;
	scrollbar-base-color:#F2D3A7;
	scrollbar-track-color:#F2D3A7;
	scrollbar-highlight-color:#D9BF97;
	scrollbar-darkshadow-color:#D9BF97;
}

h1 {
	display:block;
	width: 700px;
	font-size: 130%;
	margin: 5px 0;
	padding: 2px 5px;
	clear:left;
	border-top: 1px solid;
	border-bottom: 1px solid;
	background-color: #E2A778;
}
h2 {
	width: 700px;
	font-size: 110%;
	font-weight:bold;
	color: #C34A2A;
	background-color: #F5DAAF;
	margin: 5px 0px;
	padding: 2px 3px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
#boven {
	position: absolute;
	left: 0;
	top: 0;
	height: 90px;
	width: 100%;
	z-index: 10;
	background: url(../img/bovenstart.jpg) no-repeat;
}

#start {
	position: absolute;
	left: 25px;
	top: 115px;
	width: 400px;
	z-index: 1;
	padding: 0;
	margin: 0;
	max-width: 400px;
}

#smal {
	position: absolute;
	width: 200px;
	left: 25px;
	top: 225px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#dossiers {
	position: absolute;
	left: 455px;
	top: 160px;
	z-index: 2;
}

#jeugd {
	position: absolute;
	left:225px;
	top: 250px;
	z-index: 3;
}

#overolb {
	position: absolute;
	left: 339px;
	top: 231px;
	z-index: 5;
}

a:link {
	text-decoration: none;
	color: #913118;
	border-bottom: 1px dotted #913118;
}
a:visited {
	text-decoration: none;
	color: #A27211;
	border-bottom: 1px dotted #A27211;
}
a:hover {
 	text-decoration: none;
	color: #0C0800;
	border-bottom: 1px solid #0C0800;
}
a:active {
	text-decoration: none;
	color: #0C0800;
	border-bottom: 1px dotted #0C0800;
}
ul {
	padding: 0;
	margin: 0;
}
li{
	padding: 0;
	margin-left: 15px;
}
