@CHARSET "UTF-8";
form#suche input, form#suche select {
    width: 200px;
}
form#suche input.radio {
    width: auto;
}
form#suche dl {
    width: 350px;
    height: auto !important;
    height: 1%;
}
form#suche dl:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;    
}
form#suche dt {
    float: left;
    width: 120px;
    margin: 0 10px 0 0;
    padding: 0;
    text-align: right;
}
form#suche dd {
    float: left;
    width: 200px;
    margin: 0;
    padding: 0;    
}
form#suche input.submit {
    width: auto;
    margin-top: 1em;    
}

