<style type="text/css">

/*HORIZONTALE NAVIGATIONSLEISTE*/

 <!--

 #fixiert2

 html>body #fixiert2 {
    position:fixed;
    }

  ul#Navigation2  {
    margin-left: 13em;
    padding: 0.2em;
    text-align: center
    }

  ul#Navigation2 li {
    list-style: none;
    display: inline;
    margin: 0.4em;
    padding: 0em;
    }

  ul#Navigation2 a {
    width: 6em;
    margin: 0.4em;
    padding: 0.2em 1em;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid black;
    border-left-color: white;
    border-top-color: white;
    color: maroon;
    background-color: #FDEDBD;
    }

  * html ul#Navigation2 a, * html ul#Navigation2 span {
    width: 5em;    /* Kästchenbreite nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
    }

  ul#Navigation2 a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black;
    border-top-color: black;
    color: red;
    background-color: #FDEDBD;
    }

  ul#Navigation2 div {
    clear: center;

  -->
</style>