#button {
	width: 263px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E8E8E8;
	color: #999999;
	font-size: 11px;
	left: 70px;
	top: 385px;
	z-index: 98;
	position: absolute;
	}
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		margin: 0;
		}
	
	#button li a {
		border-bottom: 2px solid #ffffff;
		display: block;
		padding: 3px 0px 2px 24px;
		color: #58595B;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		color: #FA5105;
		}

a .aktiv {
	color:#FA5105;
}

a .pfeil_aktiv_breit {
	color:#FA5105;
	position: absolute;
	left: 248px;
}

a .pfeil_subnav {
	color:#E8E8E8;
	position: absolute;
	left: 110px;
}

a:hover .pfeil_subnav {
	color:#FA5105;
}

a .pfeil_subnav_breit {
	color:#E8E8E8;
	position: absolute;
	left: 248px;
}

a:hover .pfeil_subnav_breit {
	color:#FA5105;
}