@charset "utf-8";
/* CSS Document */
<!--

html, body {height: 100%;}

#wrap {min-height: 100%;}

body {
background: #42773B;
font-family: "Calibri";
margin: 0px;
color: #000000;
}

input {
background: #FAFFBD;
}

textarea {
background: #FAFFBD;
}

span {
color:#31592C;
}

span2 {
color:#FFFFFF;
}

span3 {
color: #000000;
font-family: "Calibri";
font-size: 1.1em;
text-align: center;}

.kleur {
color:#FFFFFF;
background-color: #DEECF0;
}

.table {
color:#000000;
}

h1 {
color: #31592C;
font-size: 2.0em;
font-family: "Calibri";
text-align: left;
font-weight: bold;
}

h2 {
color: #31592C;
font-size: 1.75em;
font-family: "Calibri";
text-align: left;
font-weight: bold;
}

h3 {
color: #31592C;
font-family: "Calibri";
font-size: 1.5em;
text-align: justify;
}

h4 {
color: #31592C;
font-family: "Calibri";
font-size: 1.2em;
text-align: left;}

h5 {
color: #31592C;
font-family: "Calibri";
font-size: 1.1em;
text-align: left;}

a:link {
color: #31592C;
text-decoration: underline;} 

a:visited {
color: #000000;
text-decoration: underline;}

#header {
height: 160px;

background: url(../Images/voetveer-2.png);
background-repeat: repeat;
background-size: contain;
background-position:center;
height: 100%,
		100%,
		100%;



font-family: "Calibri";
font-size: 60px;
color: white;
font-weight: bold;
text-align: center;
}

.midden {
padding-top: 10px;}

#main-content {
overflow:auto;
background: #CAE2B5;
min-height: 600px;
font-weight: bold;
margin-left: 210px;
margin-right: 210px;`
position: relative;
padding-left: 30px;
padding-bottom: 90px;
padding-right: 30px;
padding-top: 20px;}

#navbar {
width: 200px;
position: absolute;
top: 170px;
padding: 10px;
border-bottom: 1px #ffffff solid;
font-family: "Calibri";
font-size: 1.0em;
}

#border-toolbar {
position: absolute;
top: 170px;
width: 200px;
right: 0px;
font-size: 0.8em;}

#toolbar {
background-color: #ffad0a;
width: 200px;
position: absolute;
top: 170px;
right: 0px;
height: 100px;
border-bottom: 1px #ffffff solid;}

#footer {position: relative;
	background-color: #42773B;
	margin-top: 0px; /* negative value of footer height */
	height: 15px;
	clear:both;
	text-align:center;}
	
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
-->
