div.suche {}
div.suche form {}
div.suche form fieldset {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
div.suche form fieldset legend {}
div.suche form fieldset div.suchfeld {}
div.suche form fieldset div.suchfeld label {
    float: left;
    display: block;
    width: 100px;
}
div.suche form fieldset div.suchfeld input.textfeld {
    border: 1px solid #000;
    padding: 2px 4px;
}
div.suche form fieldset div.submit {
    margin: 5px 0 0 100px;
}
div.suche form fieldset div.submit input.submit {
    border: 1px solid #000;
}
div.suche form p {}

div.ergebnisse {}
div.ergebnisse ol {}
div.ergebnisse ol li {}

div.sektion {}
div.sektion h2 {}
div.sektion span.daten {}

div.liste {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
div.liste h3 {
    position: relative;
}
div.liste h3 span.prozent {
    position: absolute;
    right: 0px;
}
div.liste p.beschreibung {}
div.liste dl {
    font-size: 10px;
    margin-top: 1em;
}
div.liste dt {
    display: inline;
    margin-right: 2px;
}

div.liste dd {
    display: inline;
    margin-right: 1em;
}
