

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

#nav a span{
float:center;
background:   url(images/nav1.jpg) no-repeat;
height:31px;
line-height:30px;
width:110px;
}

#nav a , #nav a:visited , #menu2 a:active {
display:block;
background:   url(images/nav1.jpg) no-repeat;
color:#000;
font: bold 12px georgia, verdana serif;
line-height:31px;
height:31px;
text-decoration:none ;
padding: 0px 15px 0px 0px;
text-align:center;
margin-left:2px;
}

/* h o v e r */

#nav a:hover span{
background:   url(images/nav2.jpg) no-repeat ;
}

#nav a:hover {
background:   url(images/nav2.jpg) no-repeat ;
color:#3f3f3f;
text-decoration:none ;
}