/* 	Created by Remco van Slooten*/
/*	All rights reserved*/
body {
	background-color: #000000;
	background-image: url(afbeeldingen/gras.jpg);
}
.style4 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

div#main_container{
margin: 0 auto 0 auto;
width: 780px;
}
/* row 1 */
div#row1a{
float: left;
width: 50.88%;
height: 24px;
color: #999;
text-align: center;
background: #FF0000 url(afbeeldingen/menu1.jpg) no-repeat 0 0;
}
div#engels{
float: left;
width: 3.84%;
height: 24px;
color: #999;
text-align: center;
background: #D3E6CF url(afbeeldingen/eng.jpg) no-repeat 0 0;
} 
div#row1b{
float: left;
width: 1.3%;
height: 24px;
color: #999;
text-align: center;
background: #D3E6CF url(afbeeldingen/menu2.jpg) no-repeat 0 0;
} 
div#nederlands{
float: left;
width: 3.84%;
height: 24px;
color: #999;
text-align: center;
background: #D3E6CF url(afbeeldingen/ned.jpg) no-repeat 0 0;
} 
div#row1c{
float: left;
width: 1.2%;
height: 24px;
color: #999;
text-align: center;
background: #D3E6CF url(afbeeldingen/menu3.jpg) no-repeat 0 0;
} 
div#duits{
float: left;
width: 3.9%;
height: 24px;
color: #999;
text-align: center;
background: #D3E6CF url(afbeeldingen/dui.jpg) no-repeat 0 0;
} 
div#row1d{
float: left;
width: 34.9%;
height: 24px;
color: #999;
text-align: center;
background: #D3E6CF url(afbeeldingen/menu4.jpg) no-repeat 0 0;
} 
/*row 2*/
div#row2{
float: left;
width: 100%;
height: 13px;
color: #999;
text-align: center;
background: #D3E6CF url(afbeeldingen/groen.jpg) no-repeat 0 0;
} 
/* Row 3*/
div#menu{
float: left;
width: 100%;
height: 32px;
color: #999;
text-align: left;
background: #D3E6CF url(afbeeldingen/menubalk.jpg) no-repeat 0 0;
} 
/* Menu */
div#grijs{
float: left;
width: 100%;
height: 13px;
color: #999;
background: #D3E6CF url(afbeeldingen/grijs.jpg) no-repeat 0 0;
} 
div#tekst{
float: left;
width: 96%;
overflow: auto;
height: 793px;
color: #999;
background: #000 url(afbeeldingen/tekst.jpg);
border-left: 31px solid black;
} 

a:link, a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	color: #ffffff;
}
div#voet{
float: left;
width: 100%;
height: 12px;
color: #999;
text-align: center;
background: #D3E6CF url(afbeeldingen/voet.jpg) no-repeat 0 0;
} 


