body, html {			
background: #518A3B;
font: normal 12px arial, verdana;
margin: 0;
}
#container {
background: #FFF;
width: 900px;
margin: auto;
}

#header {
height: 123px;
background: gray url("../images/header.jpg") no-repeat;			
}

#menu {
background: transparent url("../images/header2.jpg") no-repeat;
height: 36px;			
}

#menu_eind {
height: 36px;
background: url("../images/menu_eind.gif") no-repeat;
}	


.kolom_links, .kolom_rechts {
width: 160px;
margin-bottom: 10px;
}

.kolom_links {
padding-left: 4px;
float: left;
}		

.kolom_rechts {
padding-right: 4px;
text-align: right;
float: right;
}	

#content {
float : left;
background: #FFF;
width : 550px;
text-align: center;
margin-left: 10px;
margin-top: 18px;	
margin-bottom: 10px;
}


/* MENU BLOKKEN */
.menublok {
width: 100%;
margin-top: 15px;
}
.menublok th {
text-align: left;
color: #FFF;
padding: 2px;
padding-left: 15px;
}

.menublok td {
border: 1px solid #DB7427;
padding: 10px;
text-align: left;
}

.menublok a {
color: #BF6420;
font-weight: bold;
text-decoration: none;
line-height: 150%;
}

.menublok a:hover {
text-decoration: underline;
}

.thlinks {
background: #DB7427 url("../images/links.jpg") no-repeat left top;
}

.threchts {
background: #DB7427 url("../images/rechts.jpg") no-repeat right top;
}		

#footer {
background: #518A3B url("../images/footer.jpg") no-repeat center top;
padding-top: 18px;
padding-left: 455px;
color: #FFF;
clear: both;
padding-bottom: 30px;
display: block;
}

#footer a {
color: #FFFFFF;
}