body {
    background-image: url("hintergrund.jpg");
    background-color: #202020;
    background-repeat: no-repeat;
    background-size: cover;

    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 1.1em;

    color: white;
}

h1 {
    font-size: 1.6em;
}

a, a:hover, a:active, a:visited {
    color: red;
}

table {
    border: none;
    table-layout: auto;
    margin-bottom: 15px;
}

table .blankline {
    height: 20px;
}

table thead tr {
    background-color: #444;
}

table th {
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    padding: 8px;
}

table tbody tr {
    background-color: #333;
}

table tbody tr:nth-child(2n) {
    background-color: #555;
}

table td {
    padding: 8px;
}

button, input, select {
    box-sizing: border-box;
    padding: 5px;
}

label {
    display: block;
}

.cell_label {
    text-align: right;
}

/* Space out the answers a little to make it more touch friendly */
.radiogroup_answers_space {
    height: 12px;
}

.error {
    color: red;
}

.btnform {
    display: inline-block;
}

.toprow {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}