body {
    margin: 10px;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
}

a {
    color: darkblue;
}
a:hover {
    color: blue;
}

div#wrapper {
    position: absolute;
    width: 800px;
    left: 50%;
    margin-left: -400px;
}

table#progress {
    width: 100%;
    margin-bottom: 20px;
}
table#progress td {
    width: 33%;
}
table#progress td#step1 {
    text-align: left;
}
table#progress td#step2 {
    text-align: center;
}
table#progress td#step3 {
    text-align: right;
}

div#content {
    width: 800px;
    margin: 0 auto;
    text-align: center;

    font-size: 12pt;
}
div#content table#form_table {
    width: 100%;
}
div#content table#form_table td {
    width: 50%;
    font-size: 10pt;
}
div#content table#form_table td.field_td {
    text-align: right;
    vertical-align: top;
    font-weight: bold;
}
div#content table#form_table td.value_td {
    text-align: left;
}

div#personen {
    display: block;
    margin-top: 10px;
    border-top: 1px solid #bbb;
    padding: 10px;
}
div#personen div.person {
    border: 1px solid #eee;
    padding: 5px;
    width: 100px;
    float: left;
    margin-right: 10px;
}
div#personen div.person span.equ {
    display: block;
}

select {
    border: 1px solid #eee;
}

span.warning {
    display: none;
}

