/* 
    Document   : divpos
    Created on : 11.06.2013, 18:16:02
    Author     : Jens.Degner
    Description:
        Purpose of the stylesheet follows.
*/

* {
    margin:0;
    padding:0;
}

html, body {
    height: 100%;
    width: 100%;
}
body {
    background-color: #cfcfcf;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: center;
}
#distance {
    width: 1px;
    height: 50%;
    margin-bottom: -475px;
    float: left;
}
#center {
    position: relative;
    width: 1001px;
    height: 950px;
    margin: 0px auto;
    clear: left;
    text-align: left;
    background-image: url(/pictures/basic/mm_web13_statisch.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
}
#center a {
    display: inline-block;
    width: 1001px;
    height: 880px;
}
footer {
    position: relative;
    width: 1001px;
    height: 20px;
    top: -200px;
    margin: 0px auto;
    clear: left;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

