#content ul.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	position: relative;
	margin: 0;
	background-color: #eaeaea;
	position: relative;
	height: 29px;
	text-align: center;
	}
	.mootabs_title li {
		/*float: left;*/
		margin: 0;
		border-left: 1px solid #ffffff;
		width: 87px;
		}
		#content .mootabs_title a {
			display: block;
			margin-right: 0;
			padding: 5px 4px 6px 4px; 
			color: #888;
			text-decoration: none;
			}
			#content .mootabs_title a:hover,
			#content .mootabs_title a:focus {
				text-decoration: none;
				}
		#content .mootabs_title a.active { 
			z-index: 100;
			outline: none;
			background-color: #fff;
			color: #000;
			}

.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;
	}

