
 #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;
      }

 #box2 {
      background-color:   #DEE7EF;
      position: relative;
      border: 2px solid #DEE7EF;
      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;
    }
