ul.angebot {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
	height: 30px;
 
}
ul.angebot li {
	float: left;
	margin: 0 1px;
	padding: 0;
	height: 30px;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #D4D4D4;
 
}
ul.angebot li a {
	 font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4E5460; 
 
	display: block;
 
	padding: 5px 9.7px;
	height:35px;
	outline: none;
		font-weight:700;
}
ul.angebot li a:hover {
	color:#000;
}
html ul.angebot li.active,html ul.angebot li.active  a:visited, html ul.angebot li.active a:hover, html ul.angebot li.active a:link {
	
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4E5460; 
	background:#960001;
	color: #FFFFFF;
	font-weight:700;
}
.angebot_container {
 
	border-top: none;
	clear: both;
	margin:0 auto;
	width: 610px;
	height: 260px;
	position:relative;
 
}
.angebot_content {
	position:absolute;
	padding: 0px;
	display:none; 
}

..angebot_content span { background-color:#FFF;}







ul.angebot_2 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
	height: 30px;
 
}
ul.angebot_2 li {
	float: left;
	margin: 0 1px;
	padding: 0;
	height: 30px;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #D4D4D4;
 
}
ul.angebot_2 li a {
	 font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4E5460; 
 
	display: block;
 
	padding: 5px 10.7px;
	height:35px;
	outline: none;
		font-weight:700;
}
ul.angebot_2 li a:hover {
	color:#000;
}
html ul.angebot_2 li.active,html ul.angebot_2 li.active  a:visited, html ul.angebot_2 li.active a:hover, html ul.angebot_2 li.active a:link {
	
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4E5460; 
	background:#960001;
	color: #FFFFFF;
	font-weight:700;
}
 