body{
    background-color: #000;
    background-image: url( '../images/background.jpg' );
    background-position: 0 416px;
    background-repeat: no-repeat;
    color: #fff;
    font-family: arial, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    height: 680px;
}

a {
    color: #fff;
    text-decoration: underline;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

p {
    margin: 20px 0 0 0;
    padding: 0;
}

.clearBoth {
    clear: both;
}

#wrapper {
    text-align: center;
}

#document {
    text-align: left;
}

#content_home, #content_impressum {
    padding: 80px 0 0 80px;
    margin: 0 auto;
    text-align: left;
    width: 720px;
    height: 560px;
}
#content_home {
    background-image: url( '../images/sch_home-trans.png' );
    background-position: 80px 278px;
    background-repeat: no-repeat;
}
#content_impressum {
    background-image: url( '../images/sch_imp-trans.png' );
    background-position: 80px 278px;
    background-repeat: no-repeat;
}

#footerIndex {
    padding: 88px 0 0 0;
}
#footerImpressum {
    padding: 15px 0 0 0;
}
#footerIndex a, #footerImpressum a {
    font-size: 10px;
    text-decoration: none;
}

