body {
	margin:0;
	padding:0;
}

#myTabs {
margin-top:30px;
}

#content {
	position:absolute;
	top:55px;
	width:100%;
	height:400px;
	background:url(images/bg.jpg);
	border-bottom:6px solid #7d2616;

}

#bovenkant {
	background:url(images/web_bovenkant.gif);
	background-repeat:repeat-x;
	position:absolute;
	top:45px;
	left:0px;
	width:1284px;
	height:54px;
	z-index:101;
}

#onderkant {
	background:url(images/web_onderkant.gif);
	background-repeat:repeat-x;
	position:absolute;
	top:430px;
	left:0px;
	width:1284px;
	height:54px;
	z-index:101;
}
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin-top: -140px;
	margin-left:200px;
	padding: 0px;
	
	height: 24px;
	position:absolute;
	top: 100px;

	
}

.mootabs_title li {
	float: left;
	background-color: transparent;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}

.mootabs_title li.active {
	border-top: 2px solid #7d2615;
}

.mootabs_panel {
	display: none;
	position: relative;
	left:350px;
	top:10px;
	width: /*100%*/ 550px;
	top: -1px;
	font-family: "Trebuchet MS";
	clear: both;
	color: #fff;
	overflow: auto;
	text-align:left;
	padding: 3px;
	padding-right:100px;
	font-size:12px;
	font-family:arial,verdana;
	line-height:20px;
	color:#63322a;
	z-index:103;

}

.splash {
	position: relative;
	left:350px;
	top:10px;
	width: /*100%*/ 550px;
	top: -1px;
	font-family: "Trebuchet MS";
	clear: both;
	color: #fff;
	overflow: auto;
	text-align:left;
	padding: 3px;
	padding-right:100px;
	font-size:12px;
	font-family:arial,verdana;
	line-height:20px;
	color:#63322a;
	z-index:103;

}

table {
	font-size:12px;
	font-family:arial,verdana;
	line-height:20px;
}

.mootabs_panel h1 {
	font-size:20px;
	font-family:arial,verdana;
	padding-top:10px;
}

.mootabs_panel.active {
	background-color: /*#272822*/none;
	display: block;
	
}

.mootabs_title li.over {
	border-top: 2px solid #CE541A;
}
