

div.nav-image {
    background-color : #006634;
    float : left;
    padding-top : 0px;
    text-align : center;
  }


ul.navigation {
    background-color : #006634;
    border-right-color : #006634;
    border-right-style : solid;
    border-right-width : 2px;
    border-top-color : #006634;
    border-top-style : solid;
    border-top-width : 2px;
    clear : both;
    font-size : 1.1em;
    list-style-type : none;
    margin-left : 0px;
    margin-top : 0px;
    padding-left : 20px;
    padding-top : 10px;
    text-align : left;
    width : 160px;
  }


ul.navigation li {
    line-height:1.4em;
    width:155px;
  }


* html ul.navigation li {
    line-height: 1.2em;
    /* Breitenangabe fuer IE 5.x */h\eigth: 1.2em;
    /* Breitenangabe fuer IE 6 */;
  }


.navigation a:visited {
    color : #ffffff;
    display : block;
    font-variant : small-caps;
    font-weight : bold;
    text-decoration : none;
  }


.navigation a:link {
    color : #ffffff;
    display : block;
    font-variant : small-caps;
    font-weight : bold;
    text-decoration : none;
  }


.navigation a:hover {
    background-color : #ffffff;
    color : #006634;
    border-right-color : #c0eb6a;
    border-right-style : solid;
    border-right-width : 3px;
  }


ul.navigation ul {
    margin-left : 0px;
    padding-left : 0px;
    list-style-type : none;
    margin-bottom : 3px;
  }


ul.navigation ul li {
    font-size : 0.8em;
    height : 1.4em;
    line-height : 1.4em;
  }


.aktuell-li {
    border-right-color : #c0eb6a;
    border-right-style : solid;
    border-right-width : 3px;
  }


a#aktuell-top {
    color : #c0eb6a;
  }


a#aktuell-sub {
    background-image : url('images/nav/nav-pfeil-re.gif');
    background-position : center left;
    background-repeat : no-repeat;
    border-right-color : #c0eb6a;
    border-right-style : solid;
    border-right-width : 3px;
    color : #c0eb6a;
    padding-left:10px;
  }


img#logo-top-navi {
    left : 143px;
    position : absolute;
    top : 14px;
    border : none;
  }


