#achtergrondboven {
	background-color: #3E3836;
	position: absolute;
	z-index:0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	_height: 511px;
	margin-top: 0px;
	text-align: center;
	min-width: 100%;
}
#horizon {
	background-color: transparent;
	position: absolute;
	z-index:1;
	top: 42%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 100%;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	background-image: url(../layout/bg_hor.jpg);
	background-repeat: repeat-x;
	}

body {
	background-color: #A19B8F;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#alleshouder {

	width: 760px;
	margin: auto;
}

#logo {
	background-image: url(../layout/bg1.jpg);
	background-repeat: no-repeat;
	height: 97px;
	width: 760px;
}
#bovenzijde {
	background-image: url(../layout/bg_homepage.jpg);
	background-repeat: no-repeat;
	height: 296px;
	width: 760px;
}
#navigatie {
	background-color: #A19B8F;
	height: 21px;
	width: 760px;
}
#inhoud {
	padding: 30px 70px 0px 210px;
	line-height: 23px;
	text-align: justify;
	overflow: hidden;
	height: 230px;
	color: #3E3936;
}


#onderzijde {
	background-image: url(../layout/bg3.jpg);
	background-repeat: no-repeat;
	height: 97px;
	width: 760px;
}

#footer {
	line-height: 11px;
	text-align: justify;
	overflow: hidden;
	height: 230px;
	color: #847D73;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 210px;
}

#footer a:link {
	color: #847D73;
	text-decoration: none;
	cursor: text;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;	
	cursor: text;
}
h1 {
	font-size: 14px;
	color: #3E3936;
}
h2 {
	font-size: 14px;
	color: #999999;
}

