body  { background-color: #FFF9D9;
      margin: 1%;
      color: #FFF9D9;
      font-family: Trebuchet MS, Verdana, Arial, sans-serif;
      font-size: 0.7em;
      line-height: 1.5em;
      scrollbar-3d-light-color:#4F0F0F;
      scrollbar-arrow-color:#4F0F0F;
      scrollbar-base-color:#4F0F0F;
      scrollbar-darkshadow-color:#4F0F0F;
      scrollbar-face-color:#FFE7C0;
      scrollbar-highlight-color:#FFE7C0;
      scrollbar-shadow-color:#FFE7C0;
      scrollbar-track-color:#FFE7C0;
}

#wrapper { width: 760px;
          border: 4px solid #4F0F0F;
//          height: 812px;
}

#braunoben { width: 760px;
             height: 26px;
             background-color: #4F0F0F;
             text-align: right;
           }

#kopfzeile { width: 760px;
             padding: 20px;
             height: 160px;
             clear: both;
           }

#claim { float: left;
         width: 539px;
         height: 140px;
         padding-top: 30px;
         padding-left: 30px;
      }


#logo { float: left;
        padding-left: 30px;
        height: 140px;
        width: 135px;
      }

#inhaltsbereich { width: 760px;
                  padding-left: 9px;
                  padding-right: 9px;
                  padding-top: 10px;
                  clear: both;
                 }

#platzunten { width: 760px;
             height: 10px;
             clear: both;
           }

#braununten { width: 760px;
             height: 37px;
             background-color: #4F0F0F;
             clear: both;
           }


h1 { font-size: 1.4em;
   line-height: 2em;
}

h2 { font-size: 1.2em;
   line-height: 1.6em;
}

a { text-decoration: none;
    color: #eee;
    font-weight: bold;
}

a:hover { text-decoration: underline; }