body  {
      background-color: rgb(254, 249, 184);
      font-family: arial,sans-serif; 
      font-size: 12pt; 
      font-weight: bold
      }
#logo {
        position: absolute;
        left: 50px;
        top: 20px;
        width: 240px;
        margin-right: 800px;
        border: 0px solid black;
        z-index: 3;
        }
#inhalt {
        position: absolute;
        top: 20px;
        margin-left: 350px;
        width: 800px;
        }
#unten  {
        border-top: 2px solid black;
        }
#cleaner  {
          clear: both;
          height: 0px;
          }
#holz {
      padding: 1em;
      }
td   {
    font-family: arial,sans-serif; 
    font-size: 1em;
    line-height: 1.1em;
    font-weight: bold;
    text-align: left;
    }
p   {
    font-family: arial,sans-serif; 
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
    text-align: left;
    }
h1  {
    font-family: arial,sans-serif; 
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    }
h3  {
    font-family: arial,sans-serif; 
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    }
dl    {
      position: static;
      float: left;
      height: 300px;
      width: 360px;
      margin-right: 1em;
      }
dd    {
      font-family: arial,sans-serif; 
      font-size: 1em;
      font-weight: bold;
      margin-left: 0em;
      line-height: 1.3em;
      vertical-align: top;
      }
dt    {
      font-family: arial,sans-serif; 
      font-size: 12pt;
      font-weight: bold;
      margin-left: -0em;
      }
textarea  {
    font-family: arial,sans-serif; 
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
    text-align: left;
    border: 1px solid;
    padding: 0.5em;
    background-color: rgb(255,255,204);
    }
select  {
    font-family: arial,sans-serif; 
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
    text-align: left;
    border: 1px solid;
    padding: 0.5em;
    background-color: rgb(255,255,204);
    }
input {
    font-family: arial,sans-serif; 
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
    text-align: left;
    border: 1px solid;
    padding: 0.5em;
    background-color: rgb(255,255,204);
    }
#noborder {
          border: none;
          background-color: rgb(254, 249, 184);
          }
.line   {
        border-top: 3px solid black;
        border-bottom: 3px solid black;
        }
img     {
        border: none;
        }
a:link {
        font-family: arial, helvetica, sans-serif;
        font-size: 12pt;
        font-weight: bold;
        text-decoration: underline;
        color: darkred;
        }
a:visited {
          font-family: arial, helvetica, sans-serif;
          font-size: 12pt;
          font-weight: bold;
          text-decoration: underline;
          color: darkred;
          background-color: none;
          }
a:hover  {
         font-family: arial, helvetica, sans-serif;
         font-size: 12pt;
         text-decoration: underline;
         color: black; 
         }
a:active {
         font-family: arial, helvetica, sans-serif;
         font-size: 12pt;
         text-decoration: underline;
         color: darkred;
         }
* html {
        margin: 0;
        padding: 0;
}
* html body {
        overflow: auto;
        height: 100%;
        width: 100%;
}
* html #container {
        margin:0;
        padding: 0;
        overflow: auto;
        height: 100%;
        width: 100%;
}
* html #logo {position: absolute;}

