/* General */

body{
font-family:Tahoma;
font-size:11px;
margin:0px;
padding:0px;
background:#ccbeaa;
}

#container{
width:800px;
margin:0px auto;
padding:0px;
}

#left{
width:562px;
float:left;
}

#right{
width:238px;
float:left;
}

#header{
width:800px;
height:126px;
float:left;
background:url(images/header.jpg);
}

#content{
width:507px;
float:left;
padding-left:55px;
background:url(images/content.jpg);
}

#sub_content{
padding-right:20px;
}

#picbox_reserveren{
width:211px;
height:152px;
float:right;
margin-left:20px;
margin-top:45px;
}

#picbox_nieuws{
width:219px;
height:154px;
float:right;
margin-left:20px;
margin-top:45px;
}

#picbox_arrangementen{
width:158px;
height:207px;
float:right;
margin-left:20px;
margin-top:45px;
}

#picbox_groepen{
width:218px;
height:136px;
float:right;
margin-left:20px;
margin-top:45px;
}

#picbox_openingstijden{
width:220px;
height:207px;
float:right;
margin-left:20px;
margin-top:45px;
}

#picbox_menukaart{
width:211px;
height:141px;
float:right;
margin-left:20px;
margin-top:45px;
}



#content_left{
width:259px;
float:left;
}


#content_right{
width:193px;
padding-left:35px;
padding-right:20px;
float:left;
}

#container2{
width:800px;
float:left;
background:url(images/spacer.jpg);
}

#blok{
width:178px;
height:245px;
color:#FFFFFF;
padding-top:40px;
padding-left:20px;
padding-right:40px;
float:right;
background:url(images/groen.jpg);
}

#adres{
width:178px;
height:150px;
color:#000000;
padding-top:10px;
padding-left:20px;
padding-right:40px;
float:right;
}




#footer{
width:800px;
height:50px;
color:#ccbeaa;
text-align:center;
padding-top:10px;
float:left;
background:url(images/footer.jpg);
}

ul {
float:left;
margin:0;
padding:0; 
list-style:none; 
width:238px;
} 

ul li a:link, ul li a:active, ul li a:visited { 
display:block;
outline:none;
padding:5px 28px; 
width:180px;
height:13px;
color:#76852b;
background:url(images/menu_item.jpg); 
}

ul li a:hover {
display:block;
outline:none;
width:180px;
height:13px;
color:#FFFFFF;
background:url(images/menu_item_over.jpg); 
}

ul a:link, ul a:active, ul a:visited{
color:#76852b;
outline:none;
text-decoration:none;
}

a:link, a:hover, a:active, a:visited{
color:#0e3259;
outline:none;
text-decoration:underline;
}