
       img.float-left {/* image element float */
           float: left;
           width: 9em;
           margin: 0 0.2em 0 0;
           background: #ffffff;
           border-right: 0px dotted #cd853f;
           border-bottom: 0px dotted #cd853f;
       }
       
       tr.balken          {
          background-color: #2963b5;
       }
       
       #logo              { position:absolute; top:40px;  left:50px;  z-index:2; }
       #background        { position:absolute; top:0px;   left:0px;   z-index:1; }
       #menu              { position:absolute; top:150px; left:0px;   z-index:3; }
       #footer            { position:absolute; bottom:10px; z-index:3; }