/*=========== menü OBEN ===========*/

#menu1 a span{
	float:left;
	background:url("../images/li.jpg") left no-repeat;
	height:36px;
	line-height:36px;
	width:13px;
}

#menu1 a , #menu1 a:visited , #menu1 a:active {
	display:block;
	background: url("../images/re.jpg")  right  no-repeat;
	color:#3A621B;	
	font-family:'Droid Sans', sans-serif;
	font-weight:700;
	font-size:14px;
	letter-spacing:0.05em;
	line-height:36px;
	height:36px;
	text-decoration:none ;
	padding:0 13px 0 0;
	text-align:center;
	margin-left:0;
}

/* h o v e r */

#menu1 a:hover span{
	background:  url("../images/li2.jpg")  left ;
}

#menu1 a:hover {
	background:  url("../images/re2.jpg")  right ;
	color:#000;
	text-decoration:none ;
}



/* allgemeine links im text */

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#AD4F29;
}
a:hover {
	text-decoration:none;
	background-color:#AD4F29;
	color:#fff;
}