body{
	margin: 0;
	padding:0;
	height:100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: B2B89C;
	
	background-attachment: fixed;
	font-size: 78%;
}

a{
	color: #C6CAB6;
	font-weight: bold;
	text-decoration: none;
}

h2{
	line-height: 150%;
}

div#main_container{
	margin: 0 auto;
	width: 800px;
	text-align: left;
	height: 100%;
	min-height: 100%;
}


div#box1{
	background-color: 7c8462;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height:auto !important;
	height:100%;
	min-height:100%;
	left: 0px;
	top: 0px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;


}

div#logo{
	left: 25px;
	top: 10px;
	height: 166px;
	width: 423px;
	position: relative;
}

div#vlaggen{
	left: 600px;
	top: -5px;
	position: relative;
	z-index: 1;
	height: 20px;
	width: 180px;
}

div#banner{
	left: 0px;
	position: relative;
	z-index: 1;
	height: 177px;
	width: 800px;
	top: 0px;
}

div#menu{
	left: 0px;
	height: 20px;
	width: 800px;
	position: relative;
	top: 0px;
	z-index: 2;
}

.handcursor{
	cursor: pointer;
}

#nav, #nav ul {
padding: 5px 0 0 0;
margin: 0;
list-style: none;
}

#nav li {
	float: left;
	width: 130px;

}

#nav ul {
position: absolute;
width: 130px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
	left: auto;
	background-position: 0 0;

}

#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
}

ul a{
font-weight: normal;
color: #FFFFFF;
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #FFFFFF;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #1C221C;
cursor: pointer;
}

ul li{
background-color: #686E52;
border-left: 2px solid #7c8462;
border-top: 0px solid #B2B89C;
border-bottom: 0px solid #B2B89C;
}

ul ul li{
background-color: #686E52;
border-top: 0px solid #B2B89C;
border-left: 0px solid #B2B89C;
border-right: 0px solid #B2B89C;
}

div#koptekst{
	left: 100px;
	position: relative;
	top: 50px;
	padding-bottom: 10px;
}

div#maintekst{
	left: 100px;
	text-align: justify;
	width: 600px;
	position: relative;
	top: 10px;
	padding: 50px 0px 30px 10px;
	line-height: 120%;
}

div#weeryr{
	position: relative;
	overflow: scroll;
	visibility: visible;
	left: 0px;
	top: 0px;
	height: 470px;
	width: 620px;
}

div#verstoppen{
	position: relative;
	height: 480px;
	with: 30px;
	background-color: #7c8462;
	left: 600px;
	top: -475px;
	width: 30px;
}

table{
	margin: 0;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 100%;
}

form
    {
    padding: 1px;
    width: 570px;
    }
	
label
    {
    float: left;
    width: 250px;
    text-align: left;
    }
	
input
    {
    background-color: #DCE1CB;
	
    border-width: 1px;
    border-style: solid;
    border-color: #3c4030;
	color: #3c4030;
    
    margin-bottom: 10px;
    }
	
select
    {
    background-color: #DCE1CB;
	
    border-width: 1px;
    border-style: solid;
    border-color: #3c4030;
	color: #3c4030;
    
    margin-bottom: 10px;
    }
	
textarea
    {
    width: 350px;
    height: 150px;
    background-color: #DCE1CB;
    
    border-width: 1px;
    border-style: solid;
    border-color: #3c4030;
	color: #3c4030;
	
	font-family: Arial, Helvetica, sans-serif;
    
    margin-bottom: 10px;
    }
