h1 {
    color: #2C6335;
    font-size: 1.5em;
}

h2 {
    color: #316D7C;
    font-size: 1.3em;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    font-weight: bolder;
}

a:visited {
    font-weight: bolder;
}

.label_desc {
    color: #2C6335;
}
#listLabels {
    color: #2C6335;
    font-weight: bold;
}

.givenCorrectAnswer {
    font-weight: bold;
    color: #2C6335;
}
.missingCorrectAnswer {
    font-weight: bold;
    color: #2C6335;
}
.givenIncorrectAnswer {
    /*font-weight: bold;*/
    font-weight: normal;
    color: #f75b00;
}
.incorrectAnswer {
    font-weight: normal;
    color: grey;
}

.listQuizzle {
    font-weight: bold;
}

.quizzleDot {
    padding: 5px;
    vertical-align: middle;
}

#startAnotherQuizzle {
    border: #316D7C 1px solid;
    padding: 5px;
}

#startAnotherQuizzle:hover {
    border: #2C6335 2px solid;
    color: #2C6335;
}

.p_home {
    text-align: right;
}

.a_home {
    text-decoration: none;
    font-size: 1.2em;
    color: #2C6335;
}

.quizzle_p {
    /*padding: 5px;*/
    margin-bottom: 1.2em;
    margin-top: 1.2em;
}

.quizzle_h2 {
    font-size: 1.3em;
    margin-top: 1.3em;
}

.quizzle_h1 {
    font-size: 1.5em;
}
/* normalisieren */

ul, ol, li, dl, dt, dd {
    display: block;
    padding: 0;
    margin: 0;
}

li {
    display: list-item;
    margin-left: 2em;
}