
#rechts h2
{
	margin-left:5px;
}

#rechts ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#rechts li
{
	margin: 0;
	padding: 0;
	width:202px;
	border-bottom:1px solid #fff;
	list-style-type: none;
}

#rechts a
{
	
	color: #000 !important;
	background-color: #E7E8D2;
	background-image:url(/layout/pfeil-bl.gif);
	background-position: right center;
	background-repeat: no-repeat;
	margin: 0 0 0 0px;
	padding: 3px 10px 3px 30px;
	width:162px !important;
	display: block;
	text-decoration: none;	
}

#rechts a:link, #rechts a:visited
{
	padding: 3px 10px 3px 30px;
	margin: 0 0 0 0px;	
}

#rechts a:hover, #rechts a:active, #rechts a:focus
{
	color: #000;
	background-color: #A6A87D;
	background-image:url(/layout/pfeil-bl.gif);
	background-position: right center;
	background-repeat: no-repeat;
	margin: 0 0 0 0px;
	padding: 3px 10px 3px 30px;
	width:162px !important;
	display: block;
	text-decoration: none;
}


#rechts span, #rechts .aktiv
{
	color: #fff;
	background-color:#80220E;
	background-image:url(/layout/pfeil-al.gif);
	background-position: right center;
	background-repeat: no-repeat;
	margin: 0 0 0 0px;
	padding: 3px 10px 3px 30px;
	width:162px !important;
	display: block;
	text-decoration: none;		
}

