html, body {
	margin:0;
	padding:0;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
}
body {
	background: url(../images/bg.png);
}
#wrapper {
	position:relative;
	width:912px;
	left:50%;
	margin-left:-456px;
	margin-top:20px;
	border:0px solid #333;
}
#header {
	height:350px;
}
#contentwrapper {
	width:912px;
	height:100%;
	float:left;
	background: url(../images/contentbg.png);
}
#content {
	width:902px;
	margin: 0 0 0 5px;
}
#menu {
	width:300px;
	height:100%;
	float:left;
	color:#FFF;
	border-top: 1px solid #333;
	margin: 0 0 0 1px;
}
#contentright {
	width:600px;
	float:right;
	background-color:#FFF;
	border-top:1px solid #333;
	border-right:1px solid #333;
	color:#666;
}
#footer {
	clear:both;
	width:912px;
	height:300px;
	margin: 0 0 0 0px;
}
#iframe {
	margin-left: 5px;
}
#datum {
	position:absolute;
	color:#FFF;
	left:702px;
	top:327px;
	width:200px;
	z-index:1;
}
#imageContainer { 
	height:150px; 
}  
#imageContainer img { 
	display:none; 	
	position:absolute; 	
	top:0px; left:0px; 	
	width:250px; 
	height:150px;  	
	opacity: -0.01; 
} 
#gallerijen {
	width:580px;
}

/* SIDEBAR */

/* TEXT */

a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.h1 {
	color: #F90;
	font-weight: bold;
}
.h2 {
	font-weight: bold;
}

/* Tabs */

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
