
 #box {

      background-color: #ffffff;
      position: static;
      border: 0px solid #c0c0c0;   /* Haupt Box */
      font-size: 40px;
      border-radius:  0px;
      width: 1200px;
      height: 380px;
      top: 0px;
      left: 0px;
      }
#box1  {
      background-color: #6A97BF;
      position: relative;
      border: 0px solid #ffffff;
      border-radius: 0px;
      width: 1200px;
      height: 80px;
      top:  0px;
      left: 0px;
      }
   /* 1. Überschrift */
 #box2 {
      background-color:
      position: relative;
      border: 0px solid #c0c0c0;
      font-size: 20px;
      text-align:center;
      vertical-align:middle;
      color: #000000;
      border-radius:  0px;
      width: 1200px;           /* Breite */
      height:440px;             /* Höhe   */
      top:0px;
      left:0px;
    }
    /* 2. Überschrift */
#box3 {
      background-color: #DEE7EF;
      position: absolute;
      border: 0px solid #c0c0c0;
      font-size: 20px;
      text-align:left;
      vertical-align:middle;
      color: #000000;
      border-radius:  0px;
      width: 1200px;
      height:550px;
      top: 460px;
      left:340px;
      }
       relative;