﻿body{
	margin: 0px;
	text-align: center;
	background-color: #354400;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #004000;
}

#container{
	margin: 0px auto 0px auto;
	width: 902px;
        text-align: left;
}

#container1{
	background: url('../images/menuencontent.png') repeat-y;
	float: left;
	margin: 280px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 902px;
        text-align: left;
}

#header{
	background: url('../images/header.png') no-repeat;
	width: 902px;
	height: 275px;
	margin: -275px 0px 0px 0px;
}

#dieren{
	background: url('../images/exotrplaatje.png') no-repeat;
	width: 650px;
	height: 280px;
	position: relative;
	top: -100px;
	padding: 250px 0px 0px 0px;
}

#navigatie{
	width: 200px;
	height: 39px;
	margin: 100px 0px 0px 450px;
	padding: 0 0 36px 0;
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	color: #004000;
	overflow: hidden;
}

#datum{
	width: 130px;
	height: 39px;
	color: #004000;
	font-size: 12px;
	font-weight: bold;	
	margin: 150px 0px 0px 800px;
	position: absolute;
}

ul{
	width: 200px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li{
	font-size: 14px;
	font-weight: bold;
	color: #004000;
	display: inline;
	background: url('../images/streep.png') left bottom no-repeat;
	padding: 0 0 0 5px;
}

li.item a{
	line-height: 39px;
	padding: 15px 7px 2px 7px;
	color: #004000;
	text-decoration: none;
}

li.item a:hover{
	color: #f7ffd5;
	padding: 20px 7px 2px 7px;
	line-height: 39px;
}

#menucontainer{
	width: 202px;
	float: left;
}

#menu{
	background: url('../images/menu.png') repeat-y;
	width: 202px;
}

.menu_groen_center{
	position: relative;
	top: -40px;
	width: 170px;
	margin: 0px 0px 0px 15px;
	font-size: 11px;
}

.menucenter{
	width: 170px;
	margin: 0px 0px 0px 15px;
	color: #004000;
}

.menu_groen_center span{
	float: right;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 1px 0px 0px;
}

.button1{
	border: 0px;
	background: url('../images/submit.png') no-repeat;
	width: 170px;
	height: 30px;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #f7ffd5;
	margin: 0px 0px 0px 0px;
}

.button1:hover {
	background: url('../images/submithover.png') no-repeat;
	text-decoration: none;
}

.button2{
	background: url('../images/submit.png') no-repeat;
	width: 170px;
	height: 23px;
	text-decoration: none;
	text-align: center;
	color: #f7ffd5;
	margin : 8px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
}

.button2:hover {
	background: url('../images/submithover.png') no-repeat;
	text-decoration: none;
}

.menubottom {
	background: url('../images/menubottom.png') no-repeat;
	width: 202px;
	height: 29px;
	margin: 0px 0px 0px 0px;
}

.menutop {
	background: url('../images/menutop.png') no-repeat;
	width: 202px;
	height: 21px;
}

.menu_blauw_center span{
	position:relative;
	top:-10px;
	font-weight: bold;
}

.menu_blauw_center{
	text-align: center;
	width: 170px;
	padding: 0px 15px;
}

.menulink1{
	color: #004000;
	text-decoration: none;
}

.menu_blauw2_center{
	width: 151px;
	padding: 0 11px 0 11px;
	background-color: #d9eef2;
	border-left: 1px solid #517f7f;
	border-right: 1px solid #517f7f;
	color: #336666;
	font-size: 11px;
}

.menu_wit_center{
	width: 170px;
	padding: 0px 15px;
}

#content1{
	background: url('../images/content.png') repeat-y;
	width: 662px;
	height: 100%;
	
	
}

#content{
	background: url('../images/content.png') repeat-y;
	width: 662px;
	margin: -60px 0px 0px 210px;
	padding: 0px 15px 0px 15px;
}

.contentbottom {
	background: url('../images/contentbottom.png') no-repeat;
	width: 692px;
	height: 21px;
	margin: 0px 0px 0px 210px;
}

h1{
	color: #66b9cc; 
	font-size: 18px;
	margin: 0px;
}

h2{
	color: #7fbe40; 
	font-size: 14px;
	margin: 0px;
}

p{
	color: #666666;
}

#footer{
	background: url('../images/footer.png') no-repeat;
	float: left;
	width: 902px;
	height: 24px;
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 35px 0px 0px 0px;
}

.menulink2{
	color: #336666;
	text-decoration: none;
	font-size: 11px;
}

.omslink{
	color: #99cc66;
	text-decoration: none;
	font-size: 11px;
}

.invulveld {
margin-bottom: 10px;
border: #004000 solid 1px;
background: #fff;
}

.invulveld1 {
border: #e1e1e1 solid 1px;
background: #fff;
}

.invulveld2 {
padding-top: 1px;
padding-bottom: 1px;
border: #e1e1e1 solid 1px;
background: #fff;
}

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

a:hover, a:active{
	text-decoration: none;
}

a.footer:link, a.footer:visited{
	text-decoration: none;
	color: #004000;
}

a.footer:hover, a.footer:active{
	text-decoration: none;
	color: #004000;
}

