/**
 * 	Navigation-Formatierung  KFA
 * ----------------------------------------------------------------
 * c2008, R.Kuczinski
 */

@media all
{
  /**
   * Navigation
   * Zooming Text + TopLines
   */

#navcontainer ul
{
padding: 1 0 1 20;
margin: 0;
background-color: #112211;
color: white;
float: left;
height: 25px;
font-family: tahoma, verdana, georgia, arial, helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
}

#navcontainer ul li {
color: white;
display: inline;
}

#navcontainer ul li a
{
padding: 3 14 0 14;
background-color: #112211;
color: white;
text-decoration: none;
float: left;
height: 22px;
line-height: 15px;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #196380;
color: white;
height: 22px;
color: #fff;
line-height: 15px;
}

#navcontainer a#current
{
background-color: #145A12;
color: white;
}

}
