* {
        margin: 0;
        padding: 0;
}

html, body {
         height: 100%;
         background: #fff;
         font-family: 'Raleway';
         color: #000;
}
a {
         text-decoration: none;
         color: #fff;
}

header {
         display: block;
         height: 20% !important;
         background: #fff url() no-repeat;
         margin:0;
         padding: 10px;
}
header img {
         width: 100%;
         max-width: 300px;
         float: right;
}
main {
         height: 50%;
}
footer {
         position: absolute;
         display: block;
         height: 700px;
         width: 100%;
         overflow: hidden;
         bottom: 0;
         z-index: 1;
}

#box {
          -moz-border-radius: 500px;
          border-radius: 500px;
          background: #cc3333;
          width: 500px;
          height: 500px;
          margin: 400px 0px 0 -100px;
 }

#anschrift {
position: absolute;
height: 200px;
width:470px;
background: #;
color: #fff;
font-size: 120%;
z-index: 9999;
bottom: 0;
padding: 0 0 0 50px;
}