html, body  {
background-color: #C0C0C0;
}

#ganz {
    position: fixed;
    top: 20px;
    left: 20px;
    font-size: 150px;
    color: #8182a0;
    font-family: Courier;  
}

#ganz2 {
    font-size: 30px;
}

#ganz3 {
    font-size: 20px;
}


#kopf {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 60px;
    background-color: #8182a0;
    z-index: 3;
}

#schrift {
    position: fixed;
    width: 80%; 
    top: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    z-index: 4;
}

#fuss {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 60px;
    background-color: #8182a0;
    z-index: 3;
}

#schrift2 {
    position: fixed;
    width: 80%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    z-index: 4;
}




/*  
#box0 {
    position: relative;
    margin: auto;
    width: 100%;
    height: 90px;
    z-index: 1;
}


#box1 {
    position: relative;
    margin: auto;
    left: 0px;
    right: 0px;
    width: 1000px;
    height: 500px;
    border-width: thick;
    border-color: #8182a0;
    border-style: solid;
    border-right: none;
    border-top : none;
    z-index: 1;
}


#box2 {
    position: relative;
    margin: auto;
    left: 0px;
    right: 0px;
    width: 1000px;
    height: 500px;
    border-width: thick;
    border-color: #8182a0;
    border-style: solid;
    border-left: none;
    border-top : none;
    z-index: 1;
}

#foto1 {
    position: absolute;
    left: 40px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    max-height: 80%;
    max-width: 40%;
    height: auto;
    width: auto;
}

#text1 {
    position: absolute;
    right: 40px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    max-height: 100%;
    max-width: 40%;
    height: auto;
    width: auto;
}




#foto2 {
    position: absolute;
    right: 40px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    max-height: 80%;
    max-width: 40%;
    height: auto;
    width: auto;
}

#text2 {
    position: absolute;
    left: 40px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    max-height: 100%;
    max-width: 40%;
    height: auto;
    width: auto;
}
*/
