/*=========== menü OBEN ===========*/

#menu2 a span{
float:left;
background:  url("images/links2.gif") left no-repeat;
line-height:28px;
height:26px;
width:13px;
}

#menu2 a , #menu2 a:visited , #menu2 a:active {
	display:block;
	background:  url("images/rechts2.gif")  right  no-repeat;
	color:#871515;
	line-height:normal;
	height:20px;
	text-decoration:none;
	padding: 0px 15px 0px 0px;
	text-align:center;
	margin-left:-2px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

/* h o v e r */

#menu2 a:hover span{
	background:  url("images/links.gif")  left;
	font-family: Verdana;
}

#menu2 a:hover {
	background:  url("images/rechts.gif")  right;
	color:#871515;
	text-decoration:none;
	font-family: Verdana;
	font-size: 12px;
}

