
body{
background-color:#EFFEE5;
background-position: top left;
text-align:center; /* center all elemnts inside body*/
margin: 0px 0px; /* setting top and bottom margin */
overflow:hidden;
}
td{
font-size:12px;
font-family:arial;
background-position: top left;
}

a{
	color:#127826;
	font-weight:bolder;

}

#top{
	background-image: url(images/top.jpg);
	height:109px;
	width:761px;
	overflow:hidden;
	margin: 0px 0px 0px 0px; /* setting top and bottom margin */
}

#menu{
	height:89px;
	width:761px;
	overflow:hidden;
	margin: 5px 0px; /* setting top and bottom margin */
	z-index: 100;
	background-color:#6A8D3A;
	color:#ffffff;
}

#midden{
	width:512px;
	overflow:hidden;
	align=left
	margin: 0px 4px 0px 0px; /* setting top and bottom margin */
}

#main_balk_up{
	width:512px;
	height:8px;
	overflow:hidden;
	background-image: url(images/main_balk_up.gif);
	margin: 0px 4px 0px 0px; /* setting top and bottom margin */
}
#main_balk_down{
	width:512px;
	height:8px;
	overflow:hidden;
	background-image: url(images/main_balk_down.gif);
	margin: 0px 4px 0px 0px; /* setting top and bottom margin */
}

#right_balk_up{
	width:241px;
	height:8px;
	overflow:hidden;
	background-image: url(images/right_balk_up.gif);
	margin: 0px 0px; /* setting top and bottom margin */
}
#right_balk_down{
	width:241px;
	height:8px;
	overflow:hidden;
	background-image: url(images/right_balk_down.gif);
	margin: 0px 0px; /* setting top and bottom margin */
}

#rechts{
	width:241px;
	overflow:hidden;
	align=left
	margin: 0px 0px; /* setting top and bottom margin */
}

#space{
	width:761px;
	height:2px;
	overflow:hidden;
	align=left
	margin: 0px 0px; /* setting top and bottom margin */
}

#tekstblok{
	border-left:2px solid #127826;
	border-right:2px solid #127826;
	overflow:auto;
	width:100%;
	background-color:#F6F8F3;
	margin: 0px 0px 0px 0px; /* setting top and bottom margin */
	
	scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color:#0E6F1E;
	scrollbar-track-color:#E8ECE1;
	scrollbar-shadow-color:'#FFFFFf';
	scrollbar-highlight-color:'#FFFFFF';
	scrollbar-3dlight-color:'#799447;
	scrollbar-darkshadow-Color:'#799447;
}


#menublok{
	border-left:2px solid #127826;
	border-right:2px solid #127826;
	overflow:auto;
	width:100%;
	background-color:#E8ECE1;
	margin: 0px px; /* setting top and bottom margin */
	scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color:#799447;
	scrollbar-track-color:#E8ECE1;
	scrollbar-shadow-color:'#FFFFFf';
	scrollbar-highlight-color:'#FFFFFF';
	scrollbar-3dlight-color:'#799447;
	scrollbar-darkshadow-Color:'#799447;
}

#thetable { solid blue;width:100%; table-layout:fixed; }
#thecell {overflow:auto;clip:auto;
	border-left:2px solid #127826;
	border-right:2px solid #127826; width:100%;}

	
