body {
     margin: 0px;
     padding: 0px;
     border: 0px none;
     color: black;
     background: #FFFAEB;
     }
.head {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 1000px;
      height: 150px;
      background: #eee9d5;
      }
.nav {
     position: absolute;
     left: 0px;
     top: 150px;
     width: 1000px;
     height: 20px;
     padding: 10px 0px 0px 0px;
     background: #009E00;
     font-family: arial,sans-serif;
     font-size: 90%;
     font-weight: bold;
     text-align: center;
     color: black;
     }

.nav p {
       color: black;
       text-decoration: none;
       text-align: center;
       }
.nav a {
       color: black;
       text-decoration: none;
       text-align: center;
       }
.nav a:hover {
       text-decoration: underline;
       color: #009E00;
       background: #FFFAEB;
       }

.left {
      position: absolute;
      left: 0px;
      top: 200px;
      width: 160px;
      }
.leftnav {
         border: 0px none;
         font-family: arial,sans-serif;
         font-size: 0.8em;
         text-align: left;
         line-height: 180%;
         }
.leftnav a {
           padding: 0px 0px 0px 4px;
           color: black;
           display: block;
           text-decoration: none;
           }
.leftnav a:hover {
                 color: #009F00;
                 text-decoration: underline;
                 }
.leftnav p {
           height: 20px;
           padding: 0px 0px 0px 4px;
           margin: 0px;
           background: #EEE9D5;
           display: block;
           color: red;
           text-decoration: none;
           }

.center {
        position: absolute;
        left: 165px;
        top: 200px;
        width: 670px;
        }
div.centerhead {
               width: 600px;
               height: 30px;
               margin: 10px 0px 10px 20px;
               padding: 5px 8px 0px 10px;
               font-family: arial, san-serif;
               font-size: 1.4em;
               font-weight: bold;
               text-align: left;
               color: black;
               letter-spacing: 0.3em;
               border-width: 0px 0px 1px 5px;
               border-color: #00a02b;
               border-style: solid;
               }
div.centertxt {
              width: 650px;
              padding: 8px 16px 0px 20px;
              font-family: arial, san-serif;
              font-size: 1.0em;
              color: black;
              }
div.centerbot {
              width: 670px;
              height: 21px;
              padding: 8px 0px 0px 0px;
              background: #009E00;
              font-family: arial, san-serif;
              font-size: 60%;
              color: #FFFFFF;
              text-align: center;
              }

.right {
       position: absolute;
       left: 840px;
       top: 200px;
       width: 160px;
       margin: 0px;
       padding: 3px 3px 3px 3px;
       border: 0px none;
       font-family: arial, san-serif;
       font-size: 80%;
       color: black;
       }

.bild {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 670px;
      margin: 10px;
      padding: 3px 3px 3px 3px;
      border: 0px none;
      font-family: arial, san-serif;
      font-size: 100%;
      color: black;
      }
.marker {
        font-family: arial, san-serif;
        font-size: 200%;
        color: black;
        background: transparent;
        }
.h1 {
    font-family: arial, san-serif;
    font-size: 100%;
    font-weight: bold;
    color: black;
    }
.b {
   font-family: arial, san-serif;
   font-size: 100%;
   font-weight: bold;
   color: black;
   text-indent: 3em;
   }
.p {
   font-family: arial, san-serif;
   font-size: 100%;
   color: black;
   text-indent: 3em;
   }