
body   {
       font: normal 100.01% "Comic Sans MS";
       padding: 0;
       margin: 0;

       background-color: #ffffff;
       }

a:link {
        color: black;
        font-weight: bold;
        text-decoration: none;
        }

a:visited {
        color: black;
        font-weight: normal;
        text-decoration: none;
        }

a:hover {
        color: blue;
        }

#ImgLeft {
        position: absolute;
        top: 0.4em;
        left: 2em;
        padding: 0.4em;
        margin: 2em;
        }

#ImgRight {
        position: absolute;
        top: 0.4em;
        right: 2em;
        }


#header {
        background-color: #D3D0EE;
        width: 100%;
        height: 175px;
        text-align: center;
        position: fixed;
        top: 0;
        }


#mnu {
        background-color: white;
        width: 12em;
        text-align: left;
        position: fixed;
        left: 0;
        top: 175px;
        padding: 1em 0 20em 0.4em;
        }

#main {
        background-color: #E5E5FA;
        top: 175px;
        left: 0em;
        width: 70%;
        text-align: ;
        position: ;
        padding: 0.5em 0.5em 0.5em 2em;
        margin: 175px 0 0 12.5em;
        }

#main p {
        text-align: left;
        }

.current{
         background-color: #E5E5FA;
         }

.current:visited {
        font-weight: bold;
        color: blue;
}

.firstletter {
        color: blue;
        font-weight: bolder;
        }

.anchor {
        text-decoration: none;

}

.left {
        text-align: left;
        }

.vali {
position: absolute;
bottom: 1em;
right: 0.5em;
}

.vali img {
border: none
}
/* <Menu> */

  ul#Navigation {
    width: 12em;
    margin: 0; padding: 0.2em;
    border: none;
    background-color:  ;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 8em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.1em; padding: 0;
  }

  ul#Navigation li ul {
    margin: 0 0 0 1em; padding: 0;
    display: none;
  }

  ul#Navigation li ul.current {
  display: block;
  background-color: #E5E5FA;
  }


  ul#Navigation li:hover ul {
  display: block
  }

  ul#Navigation li ul li {
    margin: 0.1em 0;
  }
  * html ul#Navigation li ul li {  /* Korrektur fuer IE 5.x */
    margin-left: 1em;
    ma\rgin-left: 0;
  }

  ul#Navigation a {
    display:block;
    padding: 0.2em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: blue; background-color: #ccc;
  }
  * html ul#Navigation a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
  }
  * html ul#Navigation li ul li a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 7.8em;  /* Breitenangabe fuer IE 6 */
  }

  ul#Navigation a.current {
  display: block;
  border-color: white;
  border-left-color: black; border-top-color: black;
  background-color: #E5E5FA;
  }
  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: black; background-color: #E5E5FA;
  }


  /* </Menu> */
