

div#container-navi {
    float : left;
    margin-top : 0px;
    padding-top : 0px;
    width : 250px;
  }


ul#navigation {
    width : 175px;
    list-style-type : none;
    margin : 0;
    padding : 0;
    padding-top : 50px;
  }


ul#navigation li {
    background-color : #d1deff;
    margin : 3px;
    margin-left: 30px;
  }


ul#navigation a {
    border-top-color : #c1cdec;
    border-top-style : solid;
    border-top-width : 1px;
    border-left-color : #c1cdec;
    border-left-style : solid;
    border-left-width : 1px;
    border-bottom-color : #8790a5;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-right-color : #8790a5;
    border-right-style : solid;
    border-right-width : 1px;
    color : #08004b;
    display : block;
    font-weight : bold;
    height : 1.6em;
    padding-left : 5px;
    padding-top : 2px;
    text-decoration : none;
  }


ul#navigation a:hover {
    border-top-color : #8790a5;
    border-top-style : solid;
    border-top-width : 1px;
    border-left-color : #8790a5;
    border-left-style : solid;
    border-left-width : 1px;
    border-bottom-color : #c1cdec;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-right-color : #c1cdec;
    border-right-style : solid;
    border-right-width : 1px;
    background-color : #c1cdec;
    color : #ffffff;
  }


ul#navigation ul {
    list-style-type : none;
    padding-top:3px;
    margin : 0px;
    border-bottom-color : #8790a5;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-right-color : #8790a5;
    border-right-style : solid;
    border-right-width : 1px;
  }


ul#navigation ul li {
    margin : 0px;
  }


ul#navigation ul li a {
    border-top-style : none;
    border-left-style : none;
    border-bottom-style : none;
    border-right-style : none;
    color : #08004b;
    display : block;
    font-weight : normal;
    text-decoration : none;
  }


ul#navigation ul a:hover {
    background-color : #d1deff;
    border-top-style : none;
    border-left-style : none;
    border-bottom-style : none;
    border-right-style : none;
  }


ul a#aktuell {
    border-top-color : #8790a5;
    border-top-style : solid;
    border-top-width : 1px;
    border-left-color : #8790a5;
    border-left-style : solid;
    border-left-width : 1px;
    border-bottom-color : #08004b;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-right-color : #08004b;
    border-right-style : solid;
    border-right-width : 1px;
    background-color : #08004b;
    color : #e5e7ff;
  }


ul#nav-flag {
    padding-top : 75px;
    list-style-type : none;
    line-height : 1.4em;
  }


ul#nav-flag a {
    text-decoration : none ;
    color : #08004b;
  }


ul#nav-flag a:hover {
    font-weight : bold;
  }


ul a#aktuell-flag {
    font-weight : bold;
  }


