body { 
	background-image: url('../images/achtergrond.jpg');
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 0;
	scrollbar-base-color: #D2B9A5;
	scrollbar-track-color: #E7C6BD;
	scrollbar-face-color: #E3AA8C;
	scrollbar-highlight-color:#E4B5A0;
	scrollbar-3dlight-color: #E4CFCC;
	scrollbar-darkshadow-color:#715353;
	scrollbar-shadow-color: #C8A2A1;
	scrollbar-arrow-color: #FBEBDC;
	overflow:hidden;
} 

/*---------centreer deel voor IE-----------*/
table {
	width: 100%;
	height: 100%;
}

td.buiten {
	/*vertical-align: middle;*/
	text-align: center;
}


div.container { 
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 450px;
	text-align:left;
}



/*------------------------------------------*/

table.inhoud {
	width:800px; 
	height:450px;
	border:2px;
	border-style:dashed;
	border-color:#EDDAA6;
	background-color:#FFFFFF;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	font-family:verdana, sans-serif;
	font-size:11px;
	color:#B35E20;
}

.foto {
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	width:400px;
	height:400px;
	border:2px;
	/*text-align:right;*/
	}
	
.titel {
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	text-align:center;
	/*background-color:#000000;*/
	width:400px;
	height:65px;
}

.tekst {
	/*overflow:hidden;*/
	width:400px;
	height:335px;
	line-height: 200%;
	/*background-color:#FF0000;*/
}

.fototitel {
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	border:2px;
	width:400px;
	height:25px;
	text-align:center;
	border-style:none dashed none none;
	/*background-color:#000000;	*/
}

.knoppen {
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	border:2px;
	width:400px;
	height:25px;
	text-align:center;
	border-style:none dashed none none;
	/*background-color:#000000;*/
}

.links {
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	width:400px;
	height:25px;
	text-align:center;
	/*background-color:#0000FF;*/
}

.innertabel {
	width:100%;
	font-family:verdana, sans-serif;
	font-size:11px;
	/*background-color:#00FF00;*/

}

.disclaimer {
	text-align:center;
	font-family:verdana, sans-serif;
	font-size:10px;
	color:#A0521A;
}

a {
	color:#D8B743;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#733508;
	
}

a img {
	/*height:12px;*/
	/*width:83px;*/
	border-width:0;
}

/* ---------------Het volgende stuk is voor de rollover knopjes.-----------*/
/* ---------------Hij laadt een plaatje achter de doorzichtige image ------*/
a#vorige img {
	background: url('../images/knoppen/vorige.gif') top left no-repeat;
}

a#vorige:hover img {
	background: url('../images/knoppen/vorige_hover.gif') top left no-repeat;
}

a#volgende img {
	background: url('../images/knoppen/volgende.gif') top left no-repeat;
}

a#volgende:hover img {
	background: url('../images/knoppen/volgende_hover.gif') top left no-repeat;
}
/* -----------------------einde van de rollovers ------------------------------*/
/* ----------------------------------------------------------------------------*/