body {
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-attachment: scroll;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 16px;
}

div#container {
	position: absolute;
	left: 50%;
	margin-left: -385px;
	width: 770px;
}
div#header {
	position: relative;
	width: 770px;
	height: 190px;
}
div#navigatie{
	position: absolute;
	width: 570px;
	height: 35px;
	top: 155px;
	left: 0px;
	background-color: #000000;
}
div#foto {
	position: absolute;
	width: 200px;
	height: 190px;
	top: 0px;
	left: 570px;
	_left: 571px;
}
div#content {
	position: relative;
	width: 570px;
	float: left;
}
div#content_fotos {
	position: absolute;
	top: 38px;
	left: 0px;
	width: 137px;
}
div#content_content {
	position: absolute;
	top: 35px;
	left: 149px;
	width: 338px;
}
div#content_content a {
	color: #c75d00;
	text-decoration: underline;
}
div#content_content a:hover {
	color: #c75d00;
	text-decoration: none;
}
div#content_content input, select, textarea {
	border: 1px solid #ff6008;
	background-color: #850c00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 16px;
}
div#content_kop {
	position: absolute;
	top: 35px;
	left: 506px;
}
div#sidebar {
	position: relative;
	width: 190px;
	float: right;
	right: 0px;
	top: 10px;
	font-size: 10px;
}
div#sidebar a, a:hover {
	color: #7f1201;
	text-decoration: none;
}