
.panel {
	clear: both;
	display: none;
	background-color: #fff;
	padding: 1em;
	border-top:1px solid #D7D7D7;
}

.panel.active-tab-body {
	display: block;
}

#tabs {
	height: 24px;
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 3px 6px;
	margin-left: 4px;
	background: url(http://www.sabeo.de/templates/css/images/hinwbbg.jpg);
	text-decoration: none;
	color: #000;
	border-left:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
	border-top:1px solid #D7D7D7;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-radius: 5px 5px 0px 0px; 
    border-radius: 5px 5px 0px 0px;
	font-weight:bold;
}

#tabs a.active-tab {
	background: url(http://www.sabeo.de/templates/css/images/hinwbbgh.jpg);
	color: #000;
	border-left:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
	border-top:1px solid #D7D7D7;
	border-bottom: 1px solid #fff;
	margin-bottom:-1px;
	font-weight:bold;
	
}

#tabs a:hover {
	background: url(http://www.sabeo.de/templates/css/images/hinwbbgh.jpg);
	color: #000;
	border-left:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
	border-top:1px solid #D7D7D7;
	border-bottom: 1px solid #fff;
	margin-bottom:-1px;
	font-weight:bold;
	
}

#mainmenu {margin-top:10px}

*+html #mainmenu {margin-bottom:3px}
