
body {
    margin: 0px auto;
    font-family: 'Montserrat', 'Verdana', non-serif;
    padding: 0px auto;
    text-align: center;
    background-image: url('img/bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#imgbox {
    background: url('img/logo_teaser_website.png');
    background-repeat: no-repeat;
    width: 382px; 
    height: 242px;
    margin: 10% auto;
    margin-bottom: 20px;
}

.imgbox-sub {
    background: url('img/logo_teaser_website.png');
    background-repeat: no-repeat;
    width: 382px; 
    height: 242px;
    margin: 30px auto;
    margin-bottom: 20px;
}

#soon {
    font-size: 14px;
}


.impressum {
    margin:0px auto;
    padding: 0px auto;
    width: 75%;
}
.impressum p {
    font-size: 11px;
    font-family: Verdana;
}

.impressum h1 {
    padding-top: 20px;
}


#footer {
    position: absolute;
    top: 0;
    width: 100%;
    line-height: 1.5em;
    text-align: right;
    font-size: 12px;
    color: #9ca6b6;
} 

#footer a {
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
    color: #aab8ce;
    font-size: 12px;
}


