body {
    text-align: center;
    background-color: #D8E7EB;
    padding: 30px;
    }
	 
#text {
    text-align: center;
    margin-top: 30px;
}

#aussenkasten {
    width: 750px;
    height: 430px;
    border: 1px solid #3F6F7A;
    position: absolute;
    top: 20px; /* war: 50% */
    left: 50%;
    margin-top: 0px; /* war mal: -215px */
    margin-left: -375px;
    background-color: #FFF;
}
#schriftzug {
    position: absolute;
    top: 60px;
    left: 80px;
    }

#logo {
    position: absolute;
    top:100px;
    left: 620px;
    }

#fusszeile {
    margin-top: 15px;
    width: 80%;
    }