#navi {
   width:185px;                   /* Breite des Bereichs */
   text-align:left;               /* Textausrichtung     */
   margin-top:10px;               /* Außenabstand oben   */
   margin-bottom:10px;            /* Außenabstand unten  */
   margin-left:10px;              /* Außenabstand links  */
   margin-right:10px;             /* Außenabstand rechts */
 }
 
 #navi ul {
   text-decoration:none;               
 }
 
 a:hover { text-decoration:none;font-style:italic;font-weight:bold;background-color:#ffffcc  }

  #navi li {
   list-style-type:none;        /* keine Aufzählungspunkte */
   background-color:white;       /* Hintergrundfarbe   */
   border-top:0px black dotted;   /* Rahmenfarbe Auflistungpunkt oben */
   border-left:1px black dotted; /* Rahmenfarbe Auflistungpunkt oben */
   border-bottom:1px green dotted;   /* Rahmenfarbe unten  */
   border-right:1px green dotted;   /* Rahmenfarbe unten  */
   margin-top:4px;               /* Außenabstand oben  */
   padding-top:2px;               /* Innenabstand oben  */
   padding-bottom:2px;            /* Innenabstand unten */
   padding-left:2px;              /* Innenabstand unten */
   padding-right:2px;             /* Innenabstand unten */
 } 

 a {
  text-decoration:none;
}


/* Style Sheet */
