#content ul.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	position: relative;
	margin: -6px 0 0 -6px;
	padding-right: 6px;
	float: left;
	width: 100%;
	background-color: #D1230B;
	position: relative;
	height: 1.5em;
	text-align: center;
	}
	.mootabs_title li {
		/*float: left;*/
		margin: 0;
		border-left: 1px solid #ffffff;
		width: 87px;
		}
		.mootabs_title a {
			display: block;
			margin-right: 0;
			padding: 0 5px 0 5px; 
			color: #fff;
			}
		.mootabs_title a.active { 
			z-index: 100;
			outline: none;
			background-color: #fee;
			color: #D1230B;
			border-top: 1px solid #D1230B;
			}

.mootabs_panel {
	display: none;
	position: relative; 
	clear: both;
	overflow: hidden;
	}
.mootabs_panel.active {
	display: block;
	}
li#actueel-menu {
	position: absolute; top: 0; left: 0;
	}
li#hotel-menu {
	position: absolute; top: 0; left: 87px;
	}
li#restaurant-menu {
	position: absolute; top: 0; left: 174px;
	}
li#recepties-menu {
	position: absolute; top: 0; left: 261px;
	}
li#conferentie-menu {
	position: absolute; top: 0; left: 348px; width: 93px;
	}
