#navigation { 
 width: 190px; /* Gesamtbreite der Navigation */
} 
#navigation ul { 
 list-style: none; 
 margin: 0; 
 padding: 0; 
} 
#navigation li { 
 border-bottom: 0px solid #cccccc; /* Farbe Linie unten Level 1 */
} 
#navigation li a:link, #navigation li a:visited  { 
 font-size: 85%; 
 display: block; 
 padding: 0.3em 0 0.3em 0.5em; /* Abstand Oben, Unten, rechts */
 border-left: 5px solid #d3e7fe; /* Farbe breites Feld vor Button und Breite */
 border-right: 0px solid #000000; /* Farbe rechter Rand*/
 border-top: 1px solid #cccccc; /* Farbe oberer Rand*/
 background-color: #FFFFFF; /* Farbe Button Level 1 */ 
 color: #666666; /* Farbe Schrift Level 1 */
 text-decoration: none;
} 
#navigation li a:hover { 
 background-color: #d3e7fe; /* Farbe Hover Level 1*/
 color: #666666; /* Farbe Schrift Hover Level 1*/
} 
#navigation ul ul { 
 margin-left: 5px; /* Einrücken Level 2*/

} 
#navigation ul ul li { 
 border-bottom: 0px solid #cccccc; /* Farbe Linie unten Level 2 */
 margin:0px; 
} 
#navigation ul ul a:link, #navigation ul ul a:visited { 
 background-color: #d3e7fe; /* Farbe Button Level 2 */ 
 color: #666666; /* Farbe Schrift Level 2 */
} 
#navigation ul ul a:hover { 
 background-color: #99ccff; /* Farbe Hover Level 2*/
 color: #666666; /* Farbe Schrift Hover Level 2*/
}


#topnavi
{
text-align: left;
font-weight: normal;
color: #ffffff;
margin-left: 27px;
}

#topnavi a:link, #topnavi a:visited
{
color: #ffffff;
}


.active
{
text-decoration: underline;
}

.inactive
{
text-decoration: none;
}

.active2 /*CSS für Navigation 2.Level*/
{
font-weight: bold;
}
