body, p a {
        font: normal 100.01% Helvetica, Arial, sans-serif;
        color: #99FFFF;
        background-color: #000099;
        font-size: 12px;
        font-weight: bold;}

a:link {
        font-weight:bold;
        color:#330099;
        cursor:hand;

}
a:visited {
        font-weight:bold;
        color:#E3F228;
        cursor: hand;
}
a:focus {
        font-weight:bold;
        color:#9933FF;
        cursor: hand;
}
a:hover {
        font-weight:900;
        color:#333333;
        cursor: hand;
}
a:active {
        font-weight:bold;
        color:#99FF66;
        cursor: hand;
}
marquee {
        font-size:15px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight:bold;
        visibility: visible;
        cursor: hand;
        }

  div#Rahmen {
        width: 70.1em;
        padding: 0.4em;



        background-color: transparent;
        position: absolute;
        top: 11px;
        left:220px;
        z-index:1;
        overflow: visible;
  }
  * html div#Rahmen {
        width: 63.0em;
        w\idth: 63.0em;

  }
  div#Rahmen div {
        clear: left;

  }
  ul#Navigation {
        margin: 0.2;
        padding: 0.2em;
        text-align: center;

  }

  ul#Navigation li {
        list-style: none;
        float: left;
        position: relative;
        margin: 0.2em;
        padding: 0.2;
        border: 1px solid black;

  }
  * html ul#Navigation li {  /* Korrektur fuer den IE */
    margin-bottom: 0.2em;
  }

  ul#Navigation li ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 2.4em;
        left: -0.2em;
        display: none;

  }
  * html ul#Navigation li ul {
        left: -0.0em;
        lef\t: -0.0em;

  }
  ul#Navigation li:hover ul {
        display: block;

  }
  ul#Navigation li ul li {
        float: none;
        display: block;
        margin-bottom: 0.2em;

  }

  ul#Navigation a, ul#Navigation span {
        display: block;
        width: 6.0em;
        padding: 0.3em 1em;
        text-decoration: none;
        font-weight: bold;
        border: 3px solid black;
        border-left-color: white;
        border-top-color: white;
        color: maroon;
        background-color: #ccc;

  }
  * html ul#Navigation a, * html ul#Navigation span {
        width: 6.5em;
        w\idth: 6.5em;

  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
        border-color: white;
        border-left-color: black;
        border-top-color: black;
        color: white;
        background-color: gray;

  }

  ul#Navigation li ul span {
        background-color: maroon;

  }