/* CSS Document */
BODY{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_groen.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.header{
	background-color: #B7D487;
	background-image: url(../images/header_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu{
	margin-top: 3px;
	display: block;
}
.menu_item{
	margin-top:0px;
	margin-right:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #67833C;
	text-decoration: none;
	display: inline;
}
A:hover.menu_item{
	color: #23320C;
}
.footer{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	display: block;
}
.footer_tekst{
	margin-right:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #67833C;
	text-decoration: none;
	display: inline;
}
A:hover.footer_tekst{
	color: #3D521D;
}
