div#game {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        text-decoration: none;
        margin: 2px;
        padding: 3px;
        width: 500px;
}
div#titel {
        font-weight: bold;
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        padding: 5px;
        background-color: #0070d0;
}
div#user {
        font-weight: normal;
        text-align: center;
        font-size: 12px;
        color: #003399;
        padding: 3px;
        background-color: #cccccc;
}
div#question {
        border: 1px solid #cccccc;
        font-size: 14px;
        font-weight: bold;
        color: #0070d0;
        text-decoration: none;
        background-color: #efefef;
        text-align: center;
        padding: 5px;
}
div#next {
        border: 1px solid #cccccc;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
        background-color: #efefef;
        text-align: center;
        padding: 5px;
}
div#answer {
        font-size: 12px;
        font-weight: normal;
        color: #444444;
        text-decoration: none;
        text-align: center;
        padding: 2px;
}
div#next a {
        color: #444444;
}
div#answer a {
        color: #444444;
}
div#result {
        font-size: 12px;
        font-weight: normal;
        color: #444444;
        text-decoration: none;
        background-color: #efefef;
        text-align: center;
        padding: 5px;
}
div#question a {
        color: #000000;
        text-decoration: none;
}
.frage {
        font-size: 14px;
        font-weight: bold;
        color: #000000;
        background-color: #ffffff;
        text-decoration: none;
        text-align: center;
}
.tableborder {
        BACKGROUND-COLOR: #444444;
}
.listhead {
        font-size: 12px;
        BACKGROUND-COLOR: #cccccc;
}
.listrow1 {
        font-size: 12px;
        BACKGROUND-COLOR: #ffffff;
}
.listrow2 {
        font-size: 12px;
        BACKGROUND-COLOR: #efefef;
}

