/*=========== men� OBEN ===========*/

#menuOben li {
list-style-type:none;
background:  url("../images/templates/links.gif") left  no-repeat;
float:left;
}

#menuOben ul {

list-style-type: none;
margin:0px;
float:right;

}

#menuOben a , #menuOben a:visited , #menuOben a:active {
display:block;
background-color:#fdfbee;
background:  url("../images/templates/rechts.gif")  right  no-repeat;
border:0px;
color:#A4310F;
font: bold 12px georgia, verdana, serif;
line-height:26px;   /*Höhe der Registerblätter*/
text-decoration:none ;
padding: 0px 13px 0px 0px;
margin-left:13px;   /* das links.gif wird nach links hinausgeschoben*/
margin-right:2px;   /* Abstand zw. den Registerblättern*/
text-align:center;

}

/* h o v e r */

#menuOben li:hover {
background:  url("../images/templates/links2.gif")  left no-repeat ;
float:left;
}

#menuOben  a:hover {
background:  url("../images/templates/rechts2.gif")  right no-repeat ;
color:#000000;
}
