 <style type="text/css">

/*VERTIKALE NAVIGATION*/

<!--

  #fixiert

    html>body #fixiert {
    position:fixed;
    }

  #Navigation {
    position: absolute;
    width: 10em;
    margin: 0;
    padding: 0.8em;
    top: 8.5em;  /*Navigationabstand vom oberen Außenrand*/
    left: 0.8em;  /*Navigationsabstand vom linken Außenrand*/
    font-size: 0.83em;
    }

  #Navigation li {
    text-decoration: none;
    list-style: none;
    margin: 0.4em;
    padding: 0.3em;
    }

  ul#Navigation a {
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 0.2 em;
    margin-top: 0 em;
    font-weight: bold;
    }

  ul#Navigation a:link,  {
    text-decoration: none;
    color: #0000BF;
    }

  ul#Navigation a:visited,  {
    text-decoration: none;
    color: #0050A0;
    }

  ul#Navigation a:hover,  {
    color: red;
    }

  ul#Navigation a:active,  {
    text-decoration: none;
    color: red;
    }

-->
</style>