#mitte {
        width: 80%;
        text-align: center;
        }
#mitte h1, #mitte ul {

}
#mitte ul {
        margin-top: 20px;
        margin-left: 20px;
}
.anzeigemodus li {
        display: inline;
        margin-left: 10px;
}
.anzeigemodus a{
        color: black;
}

table {
        color: black;
        padding-left: 10px;
        margin-left: 10px;
        margin-top: 15px;
        text-align: left;
}
.teilnehmer {
        width: 200px;
}
.verlierer, .sieger {
        width: 180px;
}
.sieger {
        width: 180px;
        font-weight: bold;
}

.ergebnis {
        width: 70px;
        height: 2em;
        text-align: center;
}
.bemerkung {
        width: 70px;
        height: 2em;
        text-align: center;
        background-color: transparent;
}
td {
        height: 2em;
        background-color: #b7f0f0;
        padding-left: 10px;
        padding-right: 10px;
}
th {
        text-align: left;
        padding-left: 10px;
}
.kreuztabelle td {
        padding-left:  7px;
        padding-right: 5px
}
.weiss {
        color: red;
        }
