.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}
.mootabs_title li {
	float: left;
	background: #e9f1f7;
	padding: 2px 12px 2px 12px;
	border:#fff 1px solid;
	cursor: pointer;
	color: #00978c;
	font-weight:bold;
	height: 24px;
	line-height: 24px;
}
.mootabs_title li.active {
	background: #69c2b8;
	color: #fff!important;
	font-weight:bold;
}
.mootabs_panel {
	display: none;
	position: relative;
	width: 520px;
	top: -1px;
	clear: both;
	color: #fff!important;
	font-size:11px;
	padding: 20px;
}
.reisschema {
	background:#fff;
	color:#000;
	border:#fff 1px solid;
}
.reisschema strong {
	color:#4394d0;
}
.reisschema em {
	color:#fff;
}
.mootabs_panel h3 {
	padding:0;
	margin:0;
	font-size:12px;
	color:#00988c;
}
.mootabs_panel p {
	padding:0 0 15px 0;
	font-weight:normal;
	line-height:18px!important;
	margin:0;
	color: #fff!important;
}
.mootabs_panel .image {
	float:right;
	padding:2px;
	margin:8px;
	background:#fff;
	border:#ccc 1px solid;
}
.mootabs_panel.active {
	background:#69c2b8;
	display: block;
}
.mootabs_title li.over {
	background:#cceae8!important;
	display: block;
}

