html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
    background-color: #fff;
	}

#container {
	background-color: #a2c0b6;  
    margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#main {
	background-image: url(images/background_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
    width: 980px; 
	height: 565px; 
	border: 1px solid #004d3d;
}

#menu {
margin-top: 0px; 
width: 170px; /* total width 980px */
float: left;
height: 460px; /* total height 565px */
text-align: left;
background-color: transparent;
}

#content {
margin-top: 0px; /* total height 565px */
margin-left: 33px;
width: 777px; /* total width 980px */
float: left;
height: 460px; /* total height 565px */
text-align: left;
background-color: transparent;
}

#content p.form {
font-family: courier new, courier, monospace;
padding: 12px 0px 0px 0px;
font-size: 15px;
font-weight: bold;
font-style: italic;
line-height: 19px; 
text-align: left;
margin: 0px 0px 0px 0px;
color: #00533e;
}


#content table {
font-family: courier new, courier, monospace;
font-size: 14px;
font-weight: bold;
text-align: left;
color: #00533e;
}

#content p.bedankt {
font-family: courier new, courier, monospace;
font-size: 15px;
font-weight: bold;
line-height: 19px; 
text-align: left;
margin: 12px 0px 0px 0px;
color: #000000;
}

#content h5 {
font-family: courier new, courier, monospace;
font-size: 18px;
font-weight: bold;
word-spacing: 0.2em; 
text-align: left;
margin: 8px 0px 0px 8px;
color: #00533e;
}

#content h4 {
font-family: courier new, courier, monospace;
font-size: 18px;
font-weight: bold;
word-spacing: 0.2em; 
text-align: left;
margin: 8px 0px 0px 0px;
color: #00533e;
}


#footer {
float: left;
width: 980px; /* total width 980px */
height: 105px; 	/* total height 565px */
margin: 0;
padding: 0;
text-align: left;
vertical-align: center;
background-color: transparent;
}

h1 {
font-family: courier new, courier, monospace;
font-size: 21px;
font-weight: bold;
word-spacing: 0.2em; 
text-align: left;
margin: 8px 0px 0px 0px;
color: #00533e;
}

h2 {
font-family: courier new, courier, monospace;
letter-spacing: 0.1em;
font-size: 12px;
font-weight: bold;
text-align: right;
margin: 26px 24px 0px 0px;
color: #00533e;
vertical-align: top;
height: 25px;
}

p {
font-family: courier new, courier, monospace;
font-size: 15px;
font-weight: bold;
line-height: 19px; 
text-align: left;
margin: 46px 0px 0px 0px;
color: #000000;
}

p.disclaimer {
    color: #000;		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 18px;
	background-color: #fff;
	text-align: left;
}

/* NAVIGATIE */
#menu ul {
	text-align: center;
	margin: 0;
	padding: 11px 0px 0px 0px;
    list-style: none;
}
#menu li {
	font-family: courier new, courier, monospace;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}
#menu a {
	display: block;
	vertical-align: top;
	padding: 12px 0px 0px 13px;  
	margin: 12px 0px 0px 0px;
	color: #004d3d;
	text-decoration: none;
	background-image: url(images/background_knop.gif);
	background-repeat: no-repeat;
	background-position: 30px top;
	height: 29px;
	line-height: 15px;
}
#menu a.double {
	display: block;
	vertical-align: top;
	padding: 3px 0px 0px 13px;  
	margin: 12px 0px 0px 0px;
	color: #004d3d;
	text-decoration: none;
	background-image: url(images/background_knop.gif);
	background-repeat: no-repeat;
	background-position: 30px 0px;
	height: 38px;
	line-height: 15px;
}

#menu a:link {
}
#menu a:visited {
}
#menu a:hover {
color: #ef6111;
}
#menu a:active {
color: #ef6111;
}

p.menulink {
	font-family: courier new, courier, monospace;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	background-image: url(images/background_knop.gif);
	background-repeat:no-repeat;
	background-position: 30px top;
	height: 29px;
	line-height: 15px;
	color: #ef6111;	
	vertical-align: top;
	padding: 12px 0px 0px 13px;  
	margin: 12px 0px 0px 0px;
	text-decoration: none;
}
p.menulink2 {
	font-family: courier new, courier, monospace;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	background-image: url(images/background_knop.gif);
	background-repeat:no-repeat;
	background-position: 30px top;
	height: 38px;
	line-height: 15px;
	color: #ef6111;	
	vertical-align: top;
	padding: 3px 0px 0px 13px;  
	margin: 12px 0px 0px 0px;
	text-decoration: none;
}

a.tekstlink {
font-family: courier new, courier, monospace;
font-size: 15px;
font-weight: bold;
line-height: 20px; 
color: #ef6111;	
text-decoration: none;
}
a.tekstlink:link {
}
a.tekstlink:visited {
}
a.tekstlink:hover {
text-decoration: underline;
color: #000000;
}
a.tekstlink:active {
}

a.disclaimer {
font-family: courier new, courier, monospace;
font-size: 11px;
font-weight: bold;
line-height: 20px; 
color: #00533e;
text-decoration: none;
letter-spacing: -0.0em;
}
a.disclaimer:link {
}
a.disclaimer:visited {
}
a.disclaimer:hover {
color: #ef6111;	
text-decoration: underline;
}
a.disclaimer:active {
}



