html, body { 
background-color: #ffffff; 
height: 100%; 
width: 100%;
text-align: center;
margin: 0;
padding: 0;
}
A {text-decoration:none; color:#1E90FF; }

#container {
background-color: #d0e4a0;
width: 950px;
text-align: left;
margin: 0 auto;
margin-top: 5px;
}

#header {
height: 119px;
}

/* HEADMENU START */ 

#navigatie{
width: 180px;
margin-top: 3px;
margin-left: 8px;
padding-top: 30px;
padding: 2 0 1em 1;
margin-bottom: 10em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 0.7em;
background-color: #d0e4a0;
color: #333;
float: left;
}

* html #navigatie{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#navigatie ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navigatie li {
border-bottom: 1px solid #000000;
margin: 0;
}

#navigatie li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #0db46c;
border-right: 10px solid #0db46c;
background-color: #0C9C5E;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navigatie li a{ /*Non IE6 width*/
width: auto;
}

#navigatie li a:hover{
border-left: 10px solid #ffffd9;
border-right: 10px solid #ffffd9;
background-color: #0C9C5E;
color: #fff;
}
/* HEADMENU END */ 

/* SUBMENU START */

#submenu{
border-right: 0px solid #000;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 0.9em;
text-align: center;
color: #333;
height: 30px;
}

#submenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

#submenu ul{
list-style: none;
margin: 0;
padding: 3px 0;
border: none;
}

#submenu li {
margin: 0;
}

#submenu ul li{
display: inline;
}

#submenu ul li a{
color: #494949;
padding: 3px 3%;
border-left: 10px solid #0db46c;
border-right: 10px solid #0db46c;
margin: 0;
background-color: #0C9C5E;
color: #fff;
text-decoration: none;
}

#submenu li a:hover{
border-left: 10px solid #ffffd9;
border-right: 10px solid #ffffd9;
background-color: #0C9C5E;
color: #fff;
}

/* SUBMENU END */

/* CONTACTMENU START */

#contactmenu{
border-right: 0px solid #000;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 0.9em;
text-align: center;
color: #333;
height: 30px;
}

#contactmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

#contactmenu ul{
list-style: none;
margin: 0;
padding: 3px 0;
border: none;
}

#contactmenu li {
margin: 0;
}

#contactmenu ul li{
display: inline;
}

#contactmenu ul li a{
color: #494949;
padding: 3px 3%;
border-left: 10px solid #0db46c;
border-right: 10px solid #0db46c;
margin: 0;
background-color: #0C9C5E;
color: #fff;
text-decoration: none;
}

#contactmenu li a:hover{
border-left: 10px solid #ffffd9;
border-right: 10px solid #ffffd9;
background-color: #0C9C5E;
color: #fff;
}

/* CONTACTMENU END */

#news_content { 
background-image: url(img/news_content.jpg);
background-repeat: no-repeat;
margin-top: 10px;
padding-left: 5px;
padding-bottom: 5px;
width: 170px;
height: 220px;
float: left;
}

.formulier {
padding-top: 15px;
padding-left: 320px;
font-family: Verdana; 
font-size: 0.8em;
}

#tekst {
background-color: #d0e4a0;
font-family: Verdana; 
font-size: 0.8em;
padding: 0 0 0 200px;
padding-top: 20px;
padding-bottom: 5px;
padding-right: 5px;
}

#footer {
background-image: url(footer.jpg);
background-color: #ffffff;
font-family: Verdana;
font-size: 0.7em;
text-align: center;
color: #fff;
clear: left;
}

.footercolor {
color: #fff;
}

div.clear { 
clear:both; 
}
