html
{
	overflow-y: scroll;
	overflow-x: hidden;
}

body 
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	background: #f8f3d3;
	line-height:20px;
}

h1
{
	font: 20px Verdana, Arial, Helvetica, sans-serif bold;
}

/* links */
a
{
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}

a:hover, a:active	
{
	font-weight: bold;
}	

img
{
	border: 0px;
}

p
{
	margin:0px;
	padding:0px;
	color: #716d6d;
}

tr
{
	color: #716d6d;
}


input 
{
	background-color:#FAF5D3;
	border:1px solid #A47C33;
	color:#A47C33;
}

textarea
{
	background-color:#FAF5D3;
	border:1px solid #A47C33;
	color:#A47C33;
}


.red
{
	color: #630d0d;
}

.linkbinnenteksteveld
{
	color: #630d0d;
	font-size:13px;
}
.linkbinnenteksteveld:hover, .linkbinnenteksteveld:active	
{
	color: #2e6c19;
}

.padding
{
	padding-left: 10px;
}

.padding:hover
{
	background: url(../images/knoppenmenu-active.jpg);
}

#container
{
	margin: 0px auto;
	width: 1000px;
	background: #f8f3d3;
	border-left: #630d0d 1px solid;
	border-right: #630d0d 1px solid;
	display: table;
}

#topbalk
{
	position: relative;
	padding-bottom: 30px;
}
#topbalklink
{
	position: absolute;
	top: 0px;
	width: 1000px;
	height: 182px;
	z-index: 2;
}
#menubalk
{
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 180px;
	width: 967px;
	height: 26px;
	background: url(../images/knoppenbalk.jpg);
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	z-index: 2;
	border-bottom: white solid 1px;
	border-top: white solid 1px;
	padding-top: 6px;
	padding-left: 33px;
}

li
{
	margin: 0px;
	padding: 0px;
}

#nav a
{
	display: block;
}

#nav, #nav ul{ /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
}	

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	height: 26px;
	z-index: 2;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 115px;
	line-height: 26px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	top: 32px;
	background-color: #9b3d3d;
	z-index: 2;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}

#nav ul li
{
	width: 115px; 
	border-top: #FFFFFF solid 1px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}





#nav2 a
{
	display: block;
}

#nav2, #nav2 ul{ /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
}	

#nav2 li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	height: 26px;
	z-index: 2;
}

#nav2 li ul { /* second-level lists */
	position: absolute;
	width: 190px;
	line-height: 26px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	top: 32px;
	background-color: #9b3d3d;
	z-index: 2;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}

#nav2 ul li
{
	width: 190px; 
	border-top: #FFFFFF solid 1px;
}

#nav2 li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.list_in_page ul li
{
font:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;

}




#content {
	clear: left;
}

#contents
{
	width: 950px;
	min-height: 360px;
	margin: 20px 10px 10px 40px;
}

#contents_1
{
	width: 950px;
	min-height: 530px;
	margin: 20px 10px 10px 40px;
}

#imageinhoud 
{
	float: right;
	height: 329px;
	width: 329px;
	margin-bottom: 10px;
	margin-right: 10px;
	display: inline;
	margin-left: 20px;
}

#filmpje
{
	position: absolute;
	top: 235px;
	right: -40px;
	width: 550px;
	height:478px;
	margin: 44px 60px 0px 0px;
	z-index: 0px;
	border: 1px solid #000000;
}

#imagefade 
{
	position: absolute;
	top: 235px;
	right: 0px;
	width: 410px;
	height:277px;
	margin: 44px 60px 0px 0px;
	z-index: 1;
	border: 2px solid #670F0E;
}

#imagefade2 
{
	position: relative;
	float:right;
	width: 410px;
	height:277px;
	margin: 8px 50px 0px 0px;
	z-index: 0px;
	border: 2px solid #670F0E;
}

#imagefade3
{
	position: absolute;
	top: 235px;
	right: 483px;
	width: 410px;
	height:277px;
	margin: 44px 60px 0px 0px;
	z-index: 0px;
	border: 2px solid #670F0E;
}

#imagecontainer img 
{
	position: absolute;
	top: 10px;
}

#tekstindex
{
	width: 458px;
	height: 100%;
	margin: 0px;
}

#tekst
{
	width: 100%;
	height: 100%;
	margin: 0px;
}

#bottombalk
{
	position: relative;
	width: 965px;
	height: 20px;
	background: url(../images/bottombalk.jpg);
	color:#FFFFFF;
	padding-top: 0px;
	padding-left: 35px;
}

.bottominfo
{
	Position: relative;
	width: auto;
	float: left;
	padding: 2px 38px 0px 5px;
	line-height:15px;
}
.foto_non_fade
{
	border:2px solid #990000;
}

#descript_text
{
	position: absolute;
	top: 346px;
	left: 526px;
	width: 410px;
	height:auto;
	padding: 0px;
	margin:0px;
	border: solid 2px #670F0E;
	color: #716d6d;
	font-weight:bold;
	z-index: 2;
}

#thumb_hok
{
	position: absolute;
	top: 235px;
	right: 477px;
	width: 422px;
	height: 336px;
	margin: 44px 60px 0px 0px;
	z-index: 0px;
}

.thumb_line
{
	border: 2px solid #670F0E;
}
