


/*=========== 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: bold 12px georgia, verdana serif;
line-height:36px;
height:36px;
text-decoration:none ;
padding: 0px 15px 0px 0px;
text-align:center;
margin-left:0px;
font-style:italic;
}

/* 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{ font-size: 16px;line-height: 19px;
font-family: trebuchet ms,arial, helvetica, tahoma ,verdana,  sans-serif;
text-decoration:underline;color:#AD4F29;}

a:hover{ text-decoration:none;background-color:#AD4F29;
color:#fff;text-decoration:none;}