/***** Tabs ******/

#tab-wrapper {
	position: relative;
	width: 530px;
	overflow:hidden;
}
#list-tabs {
	position: relative;
	border-bottom: 1px solid #B9B994;
	margin: 15px 0px 20px 0px;
	height: 34px;
}
#tab-slider {
	width: 1200px;
	position: relative;
}
.tab-content {
	width: 530px;
}
.list-tab {
	position: relative;
	background-color:#f1eee4;
	background:url(/img/e/basic/tab.gif) repeat-x;
	color:#999;
	width: 210px;
	padding: 7px 15px;
	height: 35px;
	float: left;
	margin-right: 10px;
	border-left: 1px solid #B9B994;
	border-top: 1px solid #B9B994;
	border-right: 1px solid #B9B994;
	cursor:pointer;
	text-align: center;
}
.list-tab.active {
	background-color:#f1eee4;
	background:url(/img/e/basic/tab_active.gif) no-repeat !important;
	top: 1px;
	color: #555;
	padding: 8px 15px;
	height: 33px;
	font-weight: bold;
}
.tab-hover {
	background-color:#f1eee4 !important;
	background:none;
	top: 1px;
	color: #666;
	padding: 8px 15px;
	height: 32px;
}
.auflistung {
	width: 530px;
	float: left;
}


