#header {
   position: absolute;
   left: 0px;
   right: 0;
   top: 4px;
   border: solid 1px #AFAFAF;
   height: 200px;
   width: 99%;
   margin: 0 5px 0 5px;
   background: #069;
}
#linke_spalte {
   position: absolute;
   left: 0px;
   top: 210px;
   width:160px;
   border: solid 1px #AFAFAF;
   padding: 5px 5px 5px 10px;
   margin-left: 5px;
   }
#rechte_spalte {
   position: absolute;
   right: 0px;
   top: 210px;
   width:180px;
   border: solid 1px #AFAFAF;
   padding: 10px;
   margin-right: 5px;
   }
#content {
   position:relative;
   left: 0;
   top: 210px;
   margin-left: 190px;
   margin-right: 210px;
   margin-bottom: 75px;
   border: solid 1px #AFAFAF;
   padding: 0 20px 0;
   background: #FFFFFF;
   }
#teaserbox {
            display: block;
            }
.teaser  {
          width: 160px;
          background-color: #e7d5b5;
          border: solid 1px #069;
          margin: 1px 1px 10px 1px; /*top, right, bottom, left */
          }

#copy {
   font-family: Arial, Helvetica, sans-serif;
   font-size:8pt;
   color: #808080;
   text-align: center;
   background-color: transparent;
   }