body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}

h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: bold;
	color: black;
}

h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: black;
}

ul{
	list-style-type: none;
	font-size: 14px;
	color: black;
}

li.speciaal{
	list-style-image: url(afbeeldingen/voetstappen.jpg);
	font-size: 14px;
	color: black;
}

a:link{
	color: black;
	}

a:visited{
	color: black;
}

a:hover{
	color: black;
}

div.sitecontainer{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 1000px;
}

div.top{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 160px;
	width: 780px;
}

div.zijnavleft{
	position: absolute;
	top: 160px;
	left: 0px;
	height: 716px;
	width: 152px;
	background-color: white;
}

div.inhoud{
	position: absolute;
	top: 160px;
	left: 152px;
	height: 916px;
	width: 628px;
	background-color: White;
}

div.under{
	position: absolute;
	top: 760px;
	left: 152px;
	height: 216px;
	width: 628px;
	background-color: White;
}