body { 
	font-family: verdana, arial, serif; 
	font-size: 10px; 
	margin: 0px;  
	background: #025400;
	color: #4F381F;
} 

table {
	font-family: verdana, arial, serif; 
	font-size: 10px; 
	margin: 0px;  
}

p { 
	font-family: verdana, arial, serif; 
	font-size: 10px; 
	margin: 0px;  
	color: #4F381F;
}

.nieuwsHeader { 
	font-family: verdana, arial, serif; 
	font-size: 13px; 
	margin: 0px;  
	color: #4F381F;
}

a {
	text-decoration: none;
}

img {
	border: 0px;
	text-decoration: none;
}


/* DIV  ALL*/
#container				{ position: absolute;  background: #025400;  margin-left: -500px; width: 1000px; left: 50%;  }
#flash						{ position: relative; width: 400px; height:550; float: left; background: #025400;}
#header						{ position: relative; width: 600px; height:104px; background: url('../images/layout/header.jpg') no-repeat; float: left; left:400px;}
#main							{ position: relative; background: #025400; height:384px;  float: left;} 
#menu							{ position: relative; background: #F1F1F1; width: 600px; height:64px; float: left;}
#content					{ position: relative; background: #F1F1F1; width: 600px;  height:422px; float: left; overflow-y: auto; overflow-x:hidden;}
#grass					{ position: relative; width: 600px; bottom:1px;  height:112px; float: left; background: url('../images/layout/grass.jpg') no-repeat;}
#clear 							{clear: both;}

