#Navigationsleiste {

        position: absolute;
        visibility: inherit;
         top:  200px;
        left: 40px;
        z-index: 8;

}


#verticalnavi{
        position: absolute;
        visibility: inherit;
        top: 0px;
        left: 50px;

    border:2px;


    }

.runde-box {
width: 80%;
padding: 5px;
border: 0px double #c0b090;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background-color: #ffcc99;
color: #000;
}


.rundecken {

    background: #99ffcc; /* Fallback IE 6-8 */
    /* background: rgba(0, 128, 128, .6); */
    color: #dff;
    font-size: 13px;
    padding: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 5px #222;
    -moz-box-shadow: 3px 3px 5px #222;
    box-shadow: 5px 5px 7px #111;
    /*text-shadow: 2px 2px 1px #444;*/
     opacity:0.5;
}







  ul.Navigation {
    width: 150px;
    margin: 0em;
    padding: 0em;
    border: none;


  }


  ul.Navigation li  {
    list-style: none;
    margin: 0.1em;
     padding: 0.1em;
     border: none;
  }

ul li ul rundecken {
    list-style: none;
    margin: 5em; padding: 0.2em;
  }



  ul.Navigation a {
    display:block;
    padding: 0.2em;
    text-decoration: none;
    font-weight: normal;
    text-align:center;
    border: none;
     font-family: arial small-caps  Georgia,'Times New Roman', serif;
    color: #000000;

  }


  * html ul.Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    width: 8.8em;
  }


  ul.Navigation a:hover {
    color: #003399;

     width: 91%;
padding: 5px;
border: 0px double #c0b090;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background-color: #99cc33;
color: #000;


  }
