body {
 font-family: Arial;
 font-size: 1.0em;
 color: #FFFFFF;
 text-align: left;
 background: #6688D9;
}

a:link {
 color: #FFBF00;
 font-weight: bold;
 text-decoration: none;
}
a:hover {
 color: #FFFF00;
 font-weight: bold;
 text-decoration: none;
}
a:visited {
 color: #FFDF00;
 font-weight: bold;
 text-decoration: none;
}

ul#nav {
    width: 8em;
    margin: 0; padding: 0.8em;
    background-color: #6080D0;
    float: left;

  }
  * html ul#nav {  /* Korrekturen fuer IE 5.x */
    width: 9.6em;
    w\idth: 8em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#nav li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

  ul#nav 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: #FFFFFF; background-color: #6688D9;
  }
  * html ul#nav a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em;
  }
  ul#nav a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #6080D0;
  }

  ul#nav a#grafic {
    width: 1em;
  }

/* Aktiver Link in aktueller Seite ausgeschaltet */

span.here {
    display:block;
    padding: 0.2em;
    text-decoration: none; font-weight: bold;
    border: 1px solid white;
    border-left-color: black; border-top-color: black;
    color: #FFBF00; background-color: #6080D0;
  }

* html span.here {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em;
  }


  /* Inhaltsbereich */

div#inhalt {
    width: 70%;
    height: 550px;
    background-image: url(bg_1.jpg);
    background-repeat: no-repeat;
    /* background-attachement: fixed; */
    margin-left: 10em;
    padding: 0 1em;
    /* border: 1px solid white;   nur zum Designtest */
}

div#inhalt h1 {
    font-size: 3em;
    text-align: center;
    color: #FFFFFF;
    /*border: 1px solid white;   nur zum Designtest */
}

div#inhalt h2 {
    font-size: 2em;
    text-align: center;
    color: #FFFFFF;
    /*border: 1px solid white;   nur zum Designtest */
}

div#text {
    text-align: justify;
    position: relative;
    top: 30px;
    /*border: 1px solid white;   nur zum Designtest */

}
}