/*=========== menü OBEN ===========*/

#menu2 a span{
float:left;
background:  url("images/links.jpg") left no-repeat;
height:30px;
line-height:30px;
width:13px;
}

#menu2 a , #menu2 a:visited , #menu2 a:active {
	display:block;
	background:  url("images/rechts.jpg")  right  no-repeat;
	color:#000;
	line-height:30px;
	height:30px;
	text-decoration:none;
	padding: 0px 15px 0px 0px;
	text-align:center;
	margin-left:2px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	top: 228px;
}

/* h o v e r */



#menu2 a:hover {

color:#7ebfde;
text-decoration:none ;
}

