body  {
    font-family: 'Calibri Light', Arial, Geneva, sans-serif;
    font-size: medium;
    color: #444444;
}

h1{
    color: #993333;
}

h2{
    color: #993333;
}

p, ul {
    font-size: 1.0em;
    line-height: 1.5;
}

a {
    color: #993333;
    font-weight: bolder;
    text-decoration: none;
}

div.fusszeile {
    width: 100%;
    border-top: solid 1px #993333;
    margin-top: 3.5em;
    display: table;
}

div.kopfzeile {
    width: 100%;
    border-bottom: solid 1px #993333;
    margin-bottom: 2.5em;
    display: table;
}

form {
    margin-right: auto;
    margin-left: auto;
    max-width: 50%;
}

select {
    display: block;
}