/* Default Page CSS for Webbrowser
 copyright Ueberbit GmbH 2013
Christian Neundoerfer

*/

#page, body, html {
    height: 100%;
    background-color: #2E2E2E;
}

#page {
    position: relative;
}

#content {
    background-color: #2E2E2E;
    margin: 0 auto;
    max-width: 600px;
    position: absolute;
    top: 40%;
    margin-top: -60px;
    left: 50%;
    margin-left: -300px;
}

img {
    max-width: 600px;
    width: 100%;
    height: auto;
}

.textbild {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
