body { 
margin: 0px; 
padding: 0px; 
background-image: url(img/achter.jpg); 
background-repeat: repeat-y; 
background-position: center; 

font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
}

a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: none; color: #666;}

#container {
margin-left: auto;
margin-right: auto;
padding: 0px;
width: 960px;
}

#header {
width: 960px;
height: 191px; 
background-image: url(img/header.jpg); 
background-repeat: no-repeat;
}

#topmenu {
width: 960px;
height: 34px; 
background-image: url(img/topmenu.jpg); 
background-repeat: no-repeat; 
text-align: right;
padding-top: 6px;
}

#topmenu a{
color: #339933;
padding-right: 50px;
text-decoration: none;
}

#topmenu a:hover {
color: #fff;}

#leftmenu {
padding: 0px;
width: 236px;
float: left;
}

#leftmenu ul {
padding-left: 0px;
text-indent: 20px;
}


#leftmenu li {
background-image: url(img/menu.jpg);
background-repeat: repeat-x;
list-style: none;
line-height: 40px;
}

#leftmenu a {
text-decoration: none;
color: #fff;
font-size: 14px;
}

#inhoud {
float: left;
padding-left: 20px;
width: 665px;
padding-right: 35px;
}


#inhoud p { font-size: 13px; color: #666; line-height: 18px; }
#inhoud h1 { color: #666; }
#inhoud h2 { color: #666; }

address {
padding-left: 15px;
text-align: left;
color: #666;
font-size: 12px
}

