
 #box {

      background-color: #ffffff;
      position: relative;
      border: 0px solid #c0c0c0;
      font-size: 40px;
      border-radius:  0px;
      width: 1200px;
      height: 2000px;
      }
#box1  {
      position: absolute;
      border: 2px solid #ffffff;
      border-radius: 0px;
      width: 1200px;
      height: 340px;
      top: 0px;
      left: 0px;
      }

 #box2 {
      background-color: #DEE7EF;
      position: absolute;
      border: 2px solid #ffffff;
      font-size: 40px;
      text-align:center;
      vertical-align:middle;
      color: #000000;
      border-radius:  0px;
      width: 1200px;           /* Breite */
      height:530px;             /* Höhe   */
      top: 370px;
      left:0px;
    }
#box3 {
      background-color:
      position: absolute;
      border: 2px solid #ffffff;
      font-size: 20px;
      color: #000000;
      border-radius:  0px;
      width: 900px;
      height:320px;
      top:470px;
      left:300px;

    }