body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}
#bodyvenster {
	background-color: #e2e9ad;
	background-color: #ebefcb;
	background-color: #d8e686;
}
body, td, div, p, span {
	font-family: verdana;
	font-size: 8pt;
}
a 		{ color: #731877; }
a:hover { color: #90a23c; }


#voet {
	padding: 20px;
}
#voet, #voet a {
	background-color: #731877; 
	color: white;
}
#voet {
	text-align: center;
}

h1 {
	color: #731877;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 20px;
}
h2 {
	color: #731877;
	margin: 0px;
}

.alineakop {
	color: #90a23c;
	font-size: 10pt;
	margin-bottom: 0px;
	font-style: italic;
}

.benadruktetekst {
	color: black;
}

#contactgegevens {
	 color: white;
}
#contactgegevens a {
	text-decoration: none;
	color: white;
}
#contactgegevens a:hover {
	color: #90a23c;
}

#menubalk a {
	text-decoration: none;
	text-transform: capitalize;
	color: white;
	font-size: 17px;
	font-weight: bold;
}
#menubalk a:hover {
	color: #731877;
}


