body {
	background-color: #e5fcdc;
	font-family: Verdana, Arial, sans-serif;
	color: #222222;
	font-size: 10pt;
	text-align: center;
}

a:link, a:visited, a:active{
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #85fb7f;
}
h1 {
	font-size: 1.3em;
	color:#6db75a;
}
#header {
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	width: 861px;
	height: 75px;
	background-image:url(img/johanden.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#menu {
	margin-left: auto;
	margin-right: auto;
	width: 861px;
	height: 32px;
	background-image:url(img/menu.gif);
	background-repeat: no-repeat;
	background-position: top center;
	color:#ffffff;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
}
#menutekst {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 880px;
	height: 20px;
}
#main {
	margin-left: auto;
	margin-right: auto;
	width: 861px;
	height: 548px;
	background-image:url(img/achtergrond.jpg);
	background-repeat: no-repeat;
}
#tekst {
	float: left;
	margin-top: 5px;
	margin-left: 440px;
	width: 390px;
	height: auto;
	text-align: left;
}
#tekst a {
	color: #738970;
	text-decoration: none;
}
#tekst a:hover {
	color: #6db75a;
	text-decoration: none;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 50px;
	text-align: center;
}

