body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontentBoven {
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 6%; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: rgb(0,116,104);
}
 #framecontentMenu{
position: absolute; 
top: 6%; 
left: 0; 
width: 100%; 
height: 17%; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image: url(images/paper.gif);
/*color: white;*/
align:center;
}
#framecontentMenu img {
height: 60px; 
width:80px; 
border: none; 
}
#framecontentMenu a {
color:rgb(0,116,104); 
font-family:arial; 
font-size: 14px; 
valign:top; 
text-decoration: none;
}
#framecontentMenu td {
width:12%;
}

 #framecontentTussen{
position: absolute; 
top: 23%; 
left: 0; 
width: 100%; 
height: 3%; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: rgb(0,116,104);
color:  rgb(0,116,104);
}

#framecontentMain{
position: absolute; 
top: 26%; /*Set top value to HeightOfTopFrameDiv*/

width: 100%;
height: 64%; /*Height of top frame div*/
overflow: hidden; 
background-color:rgb(0,135,146);
text-align:center;
}
#hoofdtekst{
margin-top:0px;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;

width:800px;
height:100%;
overflow: auto;
}

#framecontentBeneden{
position: absolute;
top: 90%;
height: 10%; /*Height of bottom frame div*/
width: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: rgb(0,116,104);
}

.donkergroen{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
background-color: rgb(0,116,104);
}
.turquoise{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
background-color:rgb(0,135,146);
}

* html body{ /*IE6 hack*/
padding: 130px 0 110px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

td {
height: 100%;
width: 100%;
}
tr {
height: 100%;
width: 100%;
}
img {
height: 100%;
width: 100%;
}


