#stylefour{
	position:relative;
	display:block;
	height:39px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(../grafiken/bgOFF.gif) repeat-x left top;
	font-family:Arial, Verdana, Helvitica, sans-serif;
	border-top:1px solid #D9081B;
	margin: 0px;
	padding: 0px;
	right: auto;
	bottom: auto;
	width: 800px;
	font-style: normal;
}
#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}
#stylefour ul li{display:block;float:left;margin:0;}
#stylefour ul li a{
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	height:23px;
	background:transparent url(../grafiken/bgDIVIDER.gif) no-repeat right top;
	padding-top: 11px;
	padding-right: 46px;
	padding-left: 46px;
	clear: both;
}
#stylefour ul li a:hover{
	color:#D9081B;
	background:#FFFFFF url(../grafiken/bgON.gif) no-repeat right top;
}
#stylefour ul li a.current{
	background-image: url(../grafiken/bgactive.gif);
	background-repeat: repeat-x;
	background-position: right top;
	color: #FFFFFF;

