@charset "UTF-8";
/**
 * 	Navigation-Formatierung  HW HANSEINVEST GmbH
 * ----------------------------------------------------------------
 * c2009, R.Kuczinski
 */

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

#navcontainer ul
{
padding: 0;
margin: 0;
background-color: transparent;
color: white;
float: left;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 23px;
}

#navcontainer ul li {
color: white;
width: 88px;
text-align: center;
display: inline;
}

#navcontainer ul li a
{
padding: 0 14 0 14;
background-color: transparent;
color: white;
text-decoration: none;
float: left;
width: 88px;
text-align: center;
line-height: 23px;
border-right: 1px dotted #ccc;
}

#navcontainer ul li a:hover
{
background-color: #196380;
color: white;
width: 88px;
text-align: center;
color: #fff;
line-height: 23px;
}

#navcontainer a#current
{
background-color: #000;			/* 145A12 */
width: 88px;
text-align: center;
color: white;
}


#navsubcontainer ul
{
padding: 0;
margin: 0;
background-color: transparent;
color: white;
float: left;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
line-height: 20px;
}

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

#navsubcontainer ul li a
{
padding: 0 14 2 14;
background-color: transparent;
color: white;
text-decoration: none;
float: left;
line-height: 20px;
border-right: 0px solid #fff;
}

#navsubcontainer ul li a:hover
{
background-color: #920000;
color: white;
color: #fff;
line-height: 20px;
}

#navsubcontainer a#current
{
/* background-color: #000; */			/* 145A12 */
font-weight: bold;
color: orange;
}

}
