@charset "utf-8";
/* CSS Document */
@import url( reset.css );

body {
	height: 			100%;
	min-height:         100%;
	background-color: 	#e7ddc7;
}

div#container {
	position: 			absolute;
	background-image:	url(../images/achtergrond.gif);
	background-color:	#FFF;
	left: 				50%;
	top: 				0px;
	width: 				878px;
	height: 			auto;
	min-height:         100%;
	margin-left: 		-439px;
}
div#header {
	width: 				878px;
	height: 			260px;
	background-image:	url(../images/header.jpg);
	background-repeat:	no-repeat;
	

}
div#menu {
	float:				left;
	width: 				878px;
	height:				40px;
	margin-bottom:		25px;
	background-color:	#fcf3e6;
}

div#leftbar {
	float:				left;
	width: 				246px;
	height: 			auto;
	margin-left:		30px;
	font-family: 		Arial;
	font-weight:		normal;
	font-size: 			12px;
	color:				#736b5b;
	line-height:		20px;
}

div#main {
	float:				left;
	width: 				542px;
	height: 			auto;
	margin-left:		20px;
	border-bottom:		1px solid #a59f92;
	font-family: 		Arial;
	font-weight:		normal;
	font-size: 			12px;
	color:				#736b5b;
	line-height:		20px;
	padding-right: 		40px;
}

div#eenkolom {
	float:				left;
	width: 				798px;
	height: 			auto;
	padding-left:		40px;
	border-bottom:		1px solid #a59f92;
	font-family: 		Arial;
	font-weight:		normal;
	font-size: 			12px;
	color:				#736b5b;
	line-height:		22px;
	padding-right: 		40px;
}

div#menuheader {
	float:				left;
	margin-top:			27px;
	margin-left:		30px;
}

h1 {
	font-family: 			Arial;
	font-size: 				11px;
	margin-top:				6px;
	margin-left:			28px;
}

h2 {
	font-family: 			Arial;
	font-weight:			bold;
	font-size: 				14px;
	color:					#736b5b;
	line-height:			22px;
}

h3 {
	font-family: 			Arial;
	font-weight:			lighter;
	font-size: 				12px;
	color:					#a59f92;
	line-height:			22px;
	margin-left:			371px;
}

h3 a{
	font-family: 			Arial;
	font-weight:			lighter;
	font-size: 				12px;
	color:					#a59f92;
	text-decoration:none;
	
}

h3 a:hover{
	font-family: 			Arial;
	font-weight:			lighter;
	font-size: 				12px;
	color:					#ce5f4e;
	text-decoration:		none;
	text-decoration:	underline;
}

h5 {
	font-family: 			Arial;
	font-weight:			lighter;
	font-size: 				10px;
	color:					#c1b088;
	line-height:			22px;
	margin-left:			505px;
}

h5 a{
	font-family: 			Arial;
	font-weight:			lighter;
	font-size: 				12px;
	color:					#c1b088;
	text-decoration:		none;	
}

h5 a:hover{
	font-family: 			Arial;
	font-weight:			lighter;
	font-size: 				12px;
	color:					#ce5f4e;
	text-decoration:		none;
	text-decoration:		underline;
}

div#footer {
	margin-top:	10px;
	width:	878px;
	height:	auto;
}

h6 {
	font-family: 			Arial;
	font-weight:			Bold;
	font-size: 				16px;
	color:					#ce5f4e;	
}

a {
	color:					#a59f92;
}

a:hover {
	color:					#ce5f4e;
}

p {
	margin-bottom: 12px;	
}

table#presstable tr td {
	padding: 2px;
	vertical-align: top;
}

