body {
        background-image: url('images/background.jpg');
        background-repeat: repeat-x;
        background-color: #708db1;
        margin: 0px;
}
table.frame {
        width: 690px;
        margin: 0px auto;
        border: 1px solid #FFFFFF;
}
td.navigation {
        width: 690px;
        height: 22px;
        border-top: 1px solid #FFFFFF;
        background-color: #395fa3;
}
a.navigation {
        background-color: #295E93;
        font-family: Verdana;
        font-size: 12px;
        color: #ccdbe7;
        text-decoration: none;
        line-height: 22px;
        width: 100px;
        display: block;
        text-align: center;
}
a.navigation:hover {
        color: #FFFFFF;
        background-color: #598Ec3;
}
a.selected {
        background-color: #598Ec3;
        font-weight: bold;
}
td.leftSpacer {
        width: 125px;
        background-color: #dae9fd;
}
td.content {
        width: 565px;
        background-color: #FFFFFF;
        padding: 15px;
}
.titel {
        font-family: Verdana;
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        margin-bottom: 15px;
        height: 40px;
}
.text {
        font-family: Verdana;
        font-size: 12px;
        color: #555555;
        text-align: left;
        padding-right: 10px;
}
.footer {
        font-family: Verdana;
        font-size: 11px;
        color: #555555;
        text-align: left;
        text-align: center;
}
.image {
        margin-left: 10px;
        margin-bottom: 10px;
        width: 190px;
}
.impressum {
        color: #000000;
}