html { overflow: auto;
height: 100%;
	/* IE scrollbar */
	scrollbar-arrow-color: #a5ce4a;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #00755c;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #a5ce4a;
}
body { height: 100%;
text-align: center;
font-family: Verdana,Arial,Helvetica,sans-serif;
background-color: rgb(255, 255, 255);
}
h1 { margin: 30px 15px 5px 10px;
font-size: x-large;
text-align: left;
font-style: normal;
font-weight: normal;
font-variant: normal;
}
h2 { margin: 5px 15px 5px 10px;
font-size: large;
text-align: left;
font-style: normal;
font-weight: normal;
font-variant: normal;
}
h3 { margin: 5px 15px 5px 10px;
font-size: medium;
text-align: left;
font-style: normal;
font-weight: normal;
font-variant: normal;
}
h4 { margin: 5px 15px 5px 10px;
font-size: small;
text-align: left;
font-style: normal;
font-weight: normal;
font-variant: normal;
}
h5 { margin: 5px 15px 5px 10px;
font-size: x-small;
text-align: left;
font-style: normal;
font-weight: normal;
font-variant: normal;
}
ul { margin: 5px 15px 5px 10px;
font-size: small;
list-style-type: circle;
color: rgb(0, 117, 92);
text-align: left;
font-style: normal;
font-weight: normal;
font-variant: normal;
}
li {margin: 0px 15px 0px 20px;
}
a:link {
	text-decoration: none;
	color: rgb(0, 117, 92);
}
a:visited {
	text-decoration: none;
	color: rgb(0, 117, 92);
}
a:active {
	text-decoration: none;
	color: rgb(0, 117, 92);
}
a:hover {
	text-decoration: none; 
	color: rgb(255, 0, 0);
}
a img { float: right;
border: none;
}
.wrapper { margin: 0 auto;
width: 750px;
text-align: left;
}
.blok { background-color: rgb(255, 255, 255);
width: 66px;
height: 66px;
margin-top: 0px;
margin-left: 0px;
position: absolute;
}
.boven { background-color: rgb(165, 206, 74);
background-image: url(../img/header.jpg);
background-repeat: repeat-y;
height: 66px;
position: absolute;
margin-left: 66px;
width: 684px;
margin-top: 0px;
margin-right: 0px;
}
.linker { margin-top: 66px;
background-color: rgb(165, 206, 74);
background-image: url(../img/left.jpg);
background-repeat: no-repeat;
width: 66px;
height: 468px;
position: absolute;
margin-left: 0px;
}
.linker2 { margin-top: 66px;
background-color: rgb(255, 255, 255);
width: 83px;
height: 468px;
position: absolute;
margin-left: 66px;
}
.tekst { height: 468px;
margin-top: 66px;
margin-left: 150px;
background-color: rgb(255, 255, 255);
background-position: bottom right;
background-repeat: no-repeat;
position: absolute;
width: 600px;
overflow: auto;
	/* IE scrollbar */
	scrollbar-arrow-color: #a5ce4a;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #00755c;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #a5ce4a;
}
.kolom { background-image: url(../img/fff.gif);
background-repeat: repeat;
width: 400px;
height: 400px;
}
.buttonscontainer { width: 120px;
position: absolute;
margin-top: 90px;
margin-left: 20px;
}
.buttons { margin-top: 10px;
}
.buttons a { border-left: 10px solid rgb(165, 206, 74);
padding: 2px 2px 2px 3px;
color: rgb(255, 255, 255);
background-color: rgb(0, 117, 92);
display: block;
margin-top: 5px;
font-style: normal;
font-variant: normal;
font-size-adjust: none;
font-stretch: normal;
font-weight: bold;
text-decoration: none;
text-align: left;
font-family: Arial,Helvetica,sans-serif;
font-size: small;
line-height: normal;
}
.buttons a:visited { text-decoration: none;
color: rgb(255, 255, 255);	
}
.buttons a:active { text-decoration: none;
color: rgb(255, 255, 255);	
}
.buttons a:hover { border-left: 10px solid rgb(255, 0, 0);
text-decoration: none;
color: rgb(165, 206, 74);
}
.buttons br { line-height: 9px;
}
.groen {color: rgb(0, 117, 92);
}
.rood { color: rgb(255, 0, 0);
}