/* CSS Document Veraart */
html{
overflow: -moz-scrollbars-vertical;
}

* {	
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
}
body{
background:#fff url(assets/bg.jpg) top center repeat-x;
}
#box{
margin:0 auto;
padding:0px 4px 0px 4px;
background-image:url(assets/schaduw.gif);
width:815px;
}
/********* LOGO ************/
#logo{
width:817px;
margin:0 auto;
}
/********* HEADER ************/
#header{
width:815px;
height:119px;
_height:105px;
background:#705d56 url(assets/header.gif) top no-repeat;
}

.header_home, .header_home a{
border: 0px;
padding-bottom:47px;
_padding-bottom:44px;
}

/********* MENU ************/
#menu{
width:809px;
margin-left:6px;
}
.menu{
list-style:none;
font-size:14px;
}
.menu li{
display:inline;
}
.menu a{
float:left;
padding:4px 11px;
margin:0px 3px 0px 3px;
text-decoration:none;
}
.menu a:link, .menu a:visited{
color:#fff;
border-top:1px solid #333;
border-left:1px solid #333;
border-right:1px solid #333;
background:url(assets/bg_menu_active.gif) repeat-x;
}
.menu a:hover, #menu a.current{
color:#554444;
background-image:url(assets/bg_menu_hover.gif);
}
#balk{
clear:both;
background-image:url(assets/menubalk_bg.gif);
width:815px;
height:22px;
border-bottom:1px solid #ab9a8a;
}
/************* SUBMENU ***********************/
.submenu{
list-style:none;
font-size:13px;
margin-left:9px;
display:block;
border-left:1px solid #333;
}
.submenu li{
display:inline;
}
.submenu a{
float:left;
padding:3px 11px 3px 11px;
margin:0px 0px 0px 0px;
text-decoration:none;
}
.submenu a:link, .submenu a:visited{
color:#554444;
background-image:url(assets/bg_submenu.gif);
border-right:1px solid #333;
border-left:1px solid #fff;
}
.submenu a:hover, #balk a.current{
background-image:url(assets/menubalk_bg.gif);
color:#000;
}

/************** TEKSTGEDEELETE ****************/
#text{
width:715px;
padding:24px 50px;
font-size:14px;
line-height:19px;
background:#FFFCF5 url(assets/bg_tekst.gif) top center repeat-x;
color:#664f44;
}
#text p{
color:#664f44;
padding:12px 0px;
}
h1{
color:#280706;
border-bottom:1px solid #ffcf6f;
padding-bottom:2px;
margin-bottom:4px;
font:normal 19px "Times New Roman", Times, serif;
}

#text img{
border: 1px solid #ffcf6f;
margin-right: 15px;
margin-bottom: 5px;
}

#banner
{
	width:710px; 
	border:1px #000000 solid;
}
#bannerPadding
{
	padding-bottom:20px;
	padding-top:20px;
}
/************* FOOTER *********************/
#footer{
width:807px;
color:#65544d;
padding:4px 8px 4px 0px;
text-align:right;
font-size:11px;
background-color:#fef1d5;
border-top:2px solid #ffcf6f;
border-bottom:1px solid #a19591;
}
/************ REGULAR LINKS **************/
a:link, a:visited{
color:#ee9900;
}
a:hover, a:active{
color:#664f44;
}
.recensie{
font-style:italic;
}