
div#wrapper {
	width: 800px;
	background-color: #fdf22f;
}

body {
	background-color: #2a791c;
}
	
div#header {
	width: 800px;
}
	
div#menu {
	width: 150px;
	background-color: #fdf22f;
	float: left;
}
	
div#content {
	float: left;
	text-align: left;
	width: 580px;
	background-color: #fdf22f;
	color: black;
	margin-left: 40px;
	margin-right: 30px;
	line-height: 20px;
}
	
div#footer {
	width: 800px;
}
	
body {
	font-size: 12pt;
	font-family: garamond, serif;
}
	
A {
	color: #2a791c;
	text-decoration: none;
}
	
A:hover {
	color: black;
	text-decoration: none;
	}
	
A.speciaal {
	color: white;
	text-decoration: none;
	font-style: green;
}

A:hover img {
	text-decoration: none;
}

p#menubalk {
	font-size: 12pt;
	color: #fdf22f;
	line-height: 50px;
	font-family: garamond, serif;
}


h2 {
	color: #289901;
	text-align: left;
	width: 610px;
}

h4 {
	color: #289901;
	text-align: left;
	width: 610px;
}

p#groot {
	font-size: 20pt;
	color: #289901;
}

p#groot1 {
	font-size: 20pt;
	color: #289901;
	text-align: right;
}

p#tekst {
	font-size: 12pt;
	line-height: 23px;
}

ul {
	line-height: 30px;
}

img {
	border: none;
	}