body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:76%;
	color:#666666;
	padding:0;
	border:0;
	margin:0;
	background:#fff;
	text-align:center;
}

#Disclaimer,
#Contact,
#Huis,
#Heren,
#Boek,
#Historie{background-image: url(images/bgambachtsite.jpg)}


p {
font-size:11px; 
line-height:16px; 
margin:5px 0 15px 0;
}


#wrapper {
	width:890px;
	margin:10px auto;
	text-align:left;
	background-image: url(images/bg_kader.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#frame {
	width:90%;
	margin:10px auto;
	text-align:left;
	padding-left: 0px;
	padding-right: 30px;
	padding-top: 10px;
}

.tekst{
	float:left;
	margin:4px;
	padding:5px 5px 5px 2px;
	border: 1px solid #FFCC00;
	text-align:center;
	background-color:#FFFFE1;}

.rechts{
	float:right;
	margin:4px;
	padding:5px 5px 5px 2px;
	border: 1px solid #FFCC00;
	text-align:center;
	background-color:#FFFFE1;}

.tekst p{
clear:both;}

#header {
	width:890px;
	height:160px;
	margin: 0;
	padding: 0;
}

#header_entree{
	float:left;
	background-image: url(images/aherenhuis.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 160px;
	width: 730px;
}

#logo {
	width:160px;
	height:160px;
	float:left;
	text-align:center;
	background-image: url(images/bg_logo.gif);
	background-repeat: repeat;
	background-position: left bottom;
	color: #FFFFFF;
}


a {
	text-decoration:none;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #D1A041;
	padding:0 2px 0 2px;
}

a:hover {
	text-decoration:none;
	font-size:11px;
	background-color: #FFCC00;
	color: #990000;
	padding:0 2px 0 2px;
}


.current {
	text-decoration:none;
	font-size: 11px;
	color: #FFFFFF;
	padding:0 2px 0 2px;
}


#logo  img{
padding: 0px;
margin-top:27px;}


#pagina {
	float:left;
	width:241px;
	margin:25px 5px 5px 25px;
	padding:5px;
	height: 400px;
}

#pagina img {margin-bottom:10px;}

#contactpagina {
	float:left;
	width:500px;
	margin:25px 5px 5px 25px;
	padding:5px;
	height: 400px;
}


#huispagina {
    text-align:left;
    margin:0 0 0 455px; 
    padding:0;
}



#content {
	width:890px;
	background-image: url(images/bg_menun.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
	margin: 0;
	}


#content p {
font-size:11px; 
line-height:16px; 
margin:5px 20px 8px 5px;
padding:0 5px 0 5px;
}

#content h3 {
margin:15px 0 5px 0; 
font-size:18px; 
color:#900; 
}

#home {
	text-align: left;
	margin:0;
	font-size:12px;
	padding:0;
	width: 890px;
	height: 580px;
}

#home h3 {
margin:15px 0 5px 0; 
font-size:18px; 
color:#900; 
}

#home h6 {
margin:5px 0 5px 0; 
font-size:12px; 
color:#900; 
}

#linkshome{
	float:left;
	width:160px;
	height:450px;
	text-align:center;
	background-color:#FFFFE1;
	margin-top: 5px;
}

#rechtshome{
	float:right;
	width:184px;
	height:450px;
	text-align:center;
	background-color:#FFFFE1;
	margin-top: 5px;
}


#disclaimer{
	width:650px;
	padding:20px;
	margin:0;
	text-align:left;
	float: left;
}



/* ############# left Menu ################# */
#navdiv {
    position:relative;
    width:160px;
    float:left;
    font-size: 11px;
    margin:0;
    padding:0;
    background-color: #D1A041;
    z-index: 2;
    }

#navleft {
    line-height:13px;
    color:#FFF;
    font-size:10px;
    font-weight:500;
    height:236px;
    text-align:center;
    margin:0;
    padding:0;
    }
    
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#navdiv ul{
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
    width: 160px; 
    }
    
#navdiv ul li{
    position: relative;
    margin:0; 
    padding:0; 
    width:160px;
}
/*1st level sub menu style */
#navdiv ul li ul{
    text-align:left;
    left: 159px; 
    position: absolute;
    z-index:2;
    width: 160px; 
    top: -10px;
    display: none;
}
/*All subsequent sub menu levels offset */
#navdiv ul li ul li ul{ left: 160px; }

/* menu links style */
#navdiv ul li a{
    display: block;
    color: white;
    text-decoration: none;
    padding: 0 0 10px 0;
    margin:0;
}

#navdiv ul li ul li a{
    height:100%;
    text-align:left;
    color:#000000;
    padding: 1px 5px;
    background: #6C91A3;
    border-bottom: 1px solid #FC0;
    font-size:11px;
}
#navdiv ul li a:hover{
    background-color: #FFCC00;
    color: #990000;
  }
/*  

#navdiv a.subfolderstyle{background: url(../siteimages/menuarrow2.gif) no-repeat top right;}
#navdiv a.subfolderstyle:hover{background: url(../siteimages/menuarrow2over.gif) no-repeat top right;}
*/
    
    
/* Holly Hack for IE \*/
* html #navdiv ul li { float: left; height: 1%; }
* html #navdiv ul li a { height: 1%; }
/* End */

#IFrameNav{color:#900; padding:5px 0 2px 0;width:100%}

#tour {
	width:240px;
	float:right;
	padding:0;
	overflow: auto;
	text-align: left;
	margin:20px 0 0 15px;}
	
#heren {
	float:left;
	padding:0;
	text-align: left;
	width: 350px;
	margin: 20px 5px 5px 25px;
	}

#tekst_column {
	width:400px;
	float:right;
	padding:25px 22px 10px 22px;
	overflow: auto;
	}

#tekst {
	width:700px;
	float:left;
	padding:25px 22px 10px 22px;
	overflow: auto;
	}

.inschrijving {
	padding:5px;
	border:1px solid #FFCC00;
	margin: 0;
	}


#tekst_column ul li {
font-size:11px; 
line-height:16px; 
font-family:verdana, sans-serif; 
margin:5px 0;
}


#footer {
	width:890px;
	height:25px;
	color:#990000;
	font-size:10px;
	text-align:center;
	background-color: #D1A041;
	padding-top:5px;
	clear: both;
	margin: 0;
}

#footer ul {
list-style-type:none; 
margin:0; 
padding:0; 
margin-right:15px; 
display:inline;
}

#footer ul li {
display:inline; 
margin:5px 0 5px 10px;
}

.clear {clear:both;}

#entree {
	width:890px;
	height:5px;
	background-color: #D1A041;
	padding-top:5px;
	clear: both;
	margin: 0;
}
.titel {
	font-size: 14px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-align: center;
	background-color: #6C91A3;
}
#zoek {
	padding: 5px 1px 5px 2px;
	margin: 12px 1px 0px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
input.btn{
   color:#990000;
   background-color:#FFCC00;
   border:1px solid #fff;}

.contact {
text-align:left;
}
.onderschrift {
	text-transform: lowercase;
	color: #999999;
	font-size: xx-small;
}
.nadruk {
	font-size: 12px;
	font-weight: 600;
	color: #333333;
}
