body { font: 12px Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #000067;
    background-color: white;
    text-align: left;
    text-transform: none;
    direction: ltr; 
  } 

h1 { font-size: 16px; }

h2 { font-size: 14px; }

h3 { margin: 0px 0px 1px;
    padding: 3px;
    color: #ffffcc; 
    background-color: #000067; 
    text-align:center;
    font-size: 10px;
    }

br { font-weight: bold;
    }

ul { list-style-type: square;
    }

 a { text-decoration: none;
    }

 a:link, a:visited, a:hover, a:active, a:focus. 
    {
    text-decoration: none;
    color: #000067
   }

 .Logo {
    border: 0px;
    position: absolute;
    top: 31px;
    left: 40px;
    z-index: 1;
    }

 .Untertitel {
    position: absolute;
    top: 150px;
    left: 171px;
    }

 .Text {
    text-align: left;
    position: absolute;
    top: 210px;
    left: 205px;
    width: 522px;
    }

div#nav

#navlist
 { float: left;
   padding: 1px;
   margin-left: 0;
   font: bold 10px Verdana;
   border: 1px solid;
   width: 1em;
   position: absolute;
   left: 60px;
   width: 100px;
 }

#navlist li
 { list-style: none;
   margin: 0;
   border-top: 1px solid gray;
   text-align: left;
 }

#navlist li a
 {
  display: block;
  padding: 0.25em 0.5em 0.25em 0.25em;
  text-decoration: none;
 }

#navlist li a:link
 { color: #000067; }

#navlist li a:visited
 { color: #000067; }

#navlist li a:hover
 { background: #FFFFcc; }

