html {
    background: url('../images/background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    font-family: arial, verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12pt;
    color: #C0C0C0;
}

a {
    color: #C00000;
}

.highlight {
    background: yellow;
}

.divTable {
    font-size: 16pt;
    float: left;
    width: 10%;
    color: #FFFFFF;
    cursor: pointer;
}

.divContent {
    font-size: 12pt;
    color: #FFFFFF;
}

.ueberschrift {
    font-size: 10pt;
}