<style>
    table {
        width: 100%;
    }
    th {
        background-color: #0d5cab;
        color: white;
    }
    td {
        border: 0px solid;
        overflow: hidden;
        vertical-align: top;
    }
    h1 {
      font-family: sans-serif;
    }
    h2 {
      font-family: sans-serif;
    }
    p {
      font-family: sans-serif;
    }
    fieldset {
        background: #eee;
        padding: 10px;
    }
    legend {
        margin-top: 19px;
        font-weight: bold;
        font-family: sans-serif;
        background: #0d5cab;
        color: #ffffff;
        border-top: 1px solid #999;
    }
    input {
        font-family: sans-serif;
        text-align: left;
        padding-right: 1em;
        width: auto;
    }
    label {
        font-family: sans-serif;
        background: #eee;
        display: inline-block;
    }
.tkopf {
    font-weight: bold;
    background: #0d5cab;
    color: #ffffff;
    }
.elabl {
        background: #eee;
        display: inline-block;
        wwidth: 100%;
    }

</style>
