<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
 #box {

      background-color: #ffffff;
      position: relative;
      border: 0px solid #c0c0c0;
      font-size: 20px;
      vertical-align:middle;
      border-radius:  0px;
      width: 1200px;
      height: 6000px;
      }

#box1  {
      background-color: #6394BD;
      position: absolute;
      border: 0px solid #6394BD;
      border-radius: 0px;
      font-size: 25px;
      color: #000000;
      width: 1200px;
      height: 80px;
      top:  50px;
      left:350px;
      }


#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:6500px;
      top: 125px;
      left:350px;
      }