.pedocs {
 /*  font-weight:normal;*/
}
.caps {
  font-variant:small-caps;
}
input[type=submit], input[type=reset] {
        background-color:#339900;
        color: #ffffff;
        border: 1px solid #339900;
        font-size:100%;
}

input[type=submit]:hover, input[type=reset]:hover {
        background-color:#ffffff;
        color: #FF7101;
        border: 1px solid #339900;
        font-size:100%;
}

.pedocs_ergebnisliste li { margin-bottom:0.7em; } 