@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	overflow-y: scroll;
}

/* LAYOUT */
#layout {
	background-color: #FFF;
	position: absolute;
	position: fixed;
	height: 100%;
	width: 980px;
	top: 0px;
	left: -490px;
	margin-left: 50%;
	
}
#orange_left {
	background-color: #f18f00;
	position: absolute;
	height: 100%;
	width: 230px;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#orange_right {
	background-color: #f18f00;
	position: absolute;
	height: 100%;
	width: 230px;
	right: 0px;
	top: 0px;
	z-index: 10;
}

/* CONTAINER */
#container {
	position: absolute;
	height: 100%;
	width: 980px;
	top: 0px;
	left: -490px;
	margin-left: 50%;
	
}
#header_white {
	background-color: #FFF;
	position: absolute;
	height: 390px;
	width: 980px;
	top: 0px;
	left: 0px;
	z-index: 15;
}
#logo {
	position: absolute;
	left: 20px;
	top: 40px;
	background-image: url(images/logo.png);
	width: 230px;
	height: 130px;
	z-index: 25;
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 980px;
	height: 360px;
	z-index: 15;
}
#header_slide {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 980px;
	height: 360px;
	z-index: 20;
	overflow: hidden;
}
#header_overlay {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 980px;
	height: 100px;
	z-index: 20;
	background-color: #6d4714;
	opacity:0.3;
	filter: alpha(opacity=30);
}

#header_text {
	position: absolute;
	left: 20px;
	bottom: 0px;
	width: 960px;
	height: 80px;
	z-index: 30;
}
h1 {
	font-family: Calibri, Verdana;
	font-weight: bold;
	font-size: 30px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Calibri, Verdana;
	font-size: 22px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
/* HEADER FADE */
#portfolio li,ul {margin:0px;padding:0px;}
#portfolio ol,ul {list-style:none;}



/* MENU */
#watdoet {
	position: absolute;
	width: 200px;
	height: 30px;
	left: 30px;
	top: 360px;
	font-family: Calibri, Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #f18f00;
	z-index: 40;
}
#watdoet a{
	color: #f18f00;
	text-decoration: none;
}
#watdoet a:visited{
	color: #f18f00;
}
#watdoet a:hover{
	color: #6d4714;
}
.watdoet td {
	height: 30px;
	vertical-align: middle;
}
#menu {
	position: absolute;
	width: 200px;
	left: 30px;
	top: 400px;
	font-family: Calibri, Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	z-index: 40;
}
#menu a{
	color: #FFF;
	text-decoration: none;
}
#menu a:visited{
	color: #FFF;
}
#menu a:hover{	
	color: #6d4714;
}
.menu td {
	height: 25px;
	vertical-align: middle;
}

#certs {
	position: absolute;
	width: 200px;
	top: 800px;
	left: 30px;
	z-index: 40;
}

/* PARTNERS + VRIENDEN */
#wordtgesteunddoor {
	position: absolute;
	width: 200px;
	left: 760px;
	top: 400px;
	font-family: Calibri, Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	z-index: 40;
}
#partnersvrienden {
	position: absolute;
	width: 200px;
	top: 430px;
	left: 760px;
	z-index: 40;
}
.titel_partnersvrienden {
	font-family: Calibri, Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #333;
}
.tags {
	font-family: Calibri, Verdana;
	font-weight: bold;
	color: #FFF;
}
.vrienden {
	font-family: Calibri, Verdana;
	font-size: 13px;
	color: #FFF;
}

/* CONTENT */
#content {
	position: absolute;
	top: 360px;
	left: 250px;
	width: 480px;
	z-index: 30;
}

.titel_content {
	height: 30px;
	font-family: Calibri, Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #f18f00;
	vertical-align: middle;
}
.titel_content a{
	color: #f18f00;
	text-decoration: none;
}
.titel_content a:visted{
	color: #f18f00;
}
.titel_content a:hover{
	color: #f18f00;
}

h3 {
	font-family: Calibri, Verdana;
	font-size: 15px;
	color: #6d4714;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}
.content {
	font-family: Calibri, Verdana;
	font-size: 13px;
	color: #6d4714;
	vertical-align: top;
	padding-top: 10px;
}
.content a{
	color: #f18f00;
	text-decoration: none;
}
.content a:visted{
	color: #f18f00;
}
.content a:hover{
	color: #f18f00;
}
.footer {
	font-family: Calibri, Verdana;
	font-size: 11px;
	color: #f18f00;
	vertical-align: top;
	padding-top: 5px;
}