body {
        background-color: lightsteelblue;
        background: -moz-linear-gradient(
                110deg,
                rgb(140,160,190) 5%,
                rgb(215,225,245) 45%,
                rgb(215,225,245) 55%,
                rgb(140,160,190) 95%
        );
        background: -ms-linear-gradient(
                110deg,
                rgb(140,160,190) 5%,
                rgb(215,225,245) 45%,
                rgb(215,225,245) 55%,
                rgb(140,160,190) 95%
        );
        background: -webkit-linear-gradient(
                110deg,
                rgb(140,160,190) 5%,
                rgb(215,225,245) 45%,
                rgb(215,225,245) 55%,
                rgb(140,160,190) 95%
        );
        background: -o-linear-gradient(
                110deg,
                rgb(140,160,190) 5%,
                rgb(215,225,245) 45%,
                rgb(215,225,245) 55%,
                rgb(140,160,190) 95%
        );
        background: linear-gradient(
                110deg,
                rgb(140,160,190) 5%,
                rgb(215,225,245) 45%,
                rgb(215,225,245) 55%,
                rgb(140,160,190) 95%
        );
        color: white;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11pt;
        height: 100%;
        margin: 0px;
        padding: 10px;
}
a, a:link, a:visited, a:active {
        color: white;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}
div#main_content {
        background-color: steelblue;
        background: -moz-linear-gradient(
                110deg,
                rgb(50,110,160) 5%,
                rgb(90,150,200) 45%,
                rgb(90,150,200) 55%,
                rgb(50,110,160) 95%
        );
        background: -webkit-linear-gradient(
                110deg,
                rgb(50,110,160) 5%,
                rgb(90,150,200) 45%,
                rgb(90,150,200) 55%,
                rgb(50,110,160) 95%
        );
        background: -o-linear-gradient(
                110deg,
                rgb(50,110,160) 5%,
                rgb(90,150,200) 45%,
                rgb(90,150,200) 55%,
                rgb(50,110,160) 95%
        );
        background: -ms-linear-gradient(
                110deg,
                rgb(50,110,160) 5%,
                rgb(90,150,200) 45%,
                rgb(90,150,200) 55%,
                rgb(50,110,160) 95%
        );
        background: linear-gradient(
                110deg,
                rgb(50,110,160) 5%,
                rgb(90,150,200) 45%,
                rgb(90,150,200) 55%,
                rgb(50,110,160) 95%
        );
        position: relative;
        margin: 75px auto 100px auto;
        width: 640px;
        height: 480px;
        padding: 20px;
        border: 2px solid white;
        border-radius: 8px;
        box-shadow: 2px 2px 6px 2px #666666;
}
div.footer {
        position: absolute;
        bottom: 15px;
        left: 20px;
        font-size: 9pt;
}
div.impressum {
        font-size: 9pt;
}
a.impressum {
        color: darkblue;
}
ul li {
        margin-bottom: 4px;
}
div.livewatch {
        position: absolute;
        top: 700px;
        left: 10px;
        width: 250px;
        height: 100px;
        margin: 0px;
}
div.livewatch a {
        font-size: 10px;
}
div.livewatch p {
    text-align: left !important;
    margin: 0px;
}
div.geotrust {
        position: absolute;
        top: 700px;
        right: 10px;
        width: 150px;
        height: 100px;
        margin: 0px;
}
