﻿body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999999;
	background-color: #220201;
}

h1, h2, h3, h4 {
	margin-top: 0;
	font-weight: normal;
	color: #ffffff;
	font-family: Tahoma;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 90%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

h4 {
	margin: 0;
	font-size: 80%;
}


/* Page */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 920px;
	height: 833px;
}
#link a {
	position: absolute;
	top: 35px;
	width: 135px;
	height: 25px;
	right: 115px;
	background-image: url('../images/links.png');
}
#menucover {
	position: absolute;
	width: 920px;
	height: 200px;
	top: 105px;
}
#headerlogo {
	position: absolute;
	top: 0px;
	width: 920px;
	height: 190px;
	background: url(../images/header.gif) no-repeat;
	behavior: url(javascript/iepngfix.htc);
}

#subheader {
	Position: absolute;
	margin: 0 auto;
	top: 190px;
	width: 920px;
	height: 181px;
	background-image: url('../images/subheader.gif');
	behavior: url(javascript/iepngfix.htc);
}
#banner {
	position: absolute;
	left: 132px;
	width: 656px;
	height: 168px;
	top: 5px;
}
#bbutton a {
	position: absolute;
	top: -19px;
	left: 150px;
	width: 135px;
	height: 22px;
	background-image: url('../images/buttonlinksover.png');
	behavior: url(javascript/iepngfix.htc);
	z-index: 1;
}
#bbutton a:hover {
	background-image: url('../images/buttonlinksover2.png');
	behavior: url(javascript/iepngfix.htc);
}
#main {
	background: #220201 url('../images/hoofddeel.gif');
	position: relative;
	top: 371px;
	width: 920px;
	height: 427px;
	behavior: url(javascript/iepngfix.htc);
}
#maingevuld {
	position: absolute;
	width: 656px;
	height: 319px;
	top: 50px;
	left: 132px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-base-color: #220201;
}
#maingevuldfoto {
	position: absolute;
	width: 240px;
	height: 319px;
	top: 50px;
	right: 132px;
	overflow: auto;
}
#maingevuld2 {
	position: absolute;
	width: 400px;
	height: 319px;
	top: 50px;
	right: 132px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-base-color: #220201;
}
#maingevuld3 {
	border-right: 1px #0d1418 solid;
	position: absolute;
	width: 240px;
	height: 319px;
	top: 50px;
	left: 132px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-base-color: #220201;
}

#footer {
	Position: absolute;
	top: 798px;
	width: 920px;
	height: 35px;
	text-align: center;
	background-image: url('../images/footer.gif');
	bottom: 0px;
	behavior: url(javascript/iepngfix.htc);
}

#linkmenu {
	position: absolute;
	width: 135px;
	height: 400px;
	right: 135px;
	top: -15px;
	cursor: pointer;
	z-index: 2;
}
.dhtmlgoodies_question{
	/* Styling question */
	/* Start layout CSS */
	color: #FFF;
	font-size: 0.9em;
	width: 135px;
	height: 22px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 2px;
	background-image: url('../images/buttonlinks.png');
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	behavior: url(javascript/iepngfix.htc);
}
.dhtmlgoodies_answer{
	/* Parent box of slide down content */
	/* Start layout CSS */
	background-image: url('../images/balk.png');
	background-position: bottom;
	width: 135px; /* End layout CSS */;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: absolute;
	color: #000000;
	text-decoration: none;
	behavior: url(javascript/iepngfix.htc);
}

.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
	color: #000000;
	text-decoration: none;
}
.dhtmlgoodies_answer_content:hover {
	color: #FFFFFF;
	text-decoration: none;
}

