.ok_btn_confirm {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    background-repeat: no-repeat;
    color: #00297b;
    width: 147px;
}

a.det_sepadrucken, a.det_sepadrucken:link, a.det_sepadrucken:visited, a.det_sepadrucken:hover, a.det_sepadrucken:focus {
    display: block;
    margin: 0 auto;
    background-image: url('../images/detail_sepadrucken.gif');
    width: 100px;
    height: 45px;
    position: relative;
    float: left;
}

a.detail_ang_ablehnen, a.detail_ang_ablehnen:link, a.detail_ang_ablehnen:visited, a.detail_ang_ablehnen:hover, a.detail_ang_ablehnen:focus {
    display: block;
    margin: 0 auto;
    background-image: url('../images/detail_ang_ablehnen.gif');
    width: 100px;
    height: 45px;
    position: relative;
    float: left;
}

a.detail_ang_ablehnen span {
    display: none;
}

a.detail_ang_best, a.detail_ang_best:link, a.detail_ang_best:visited, a.detail_ang_best:hover, a.detail_ang_best:focus {
    display: block;
    margin: 0 auto;
    background-image: url('../images/detail_ang_best.gif');
    width: 100px;
    height: 45px;
    position: relative;
    float: left;
}

a.detail_ang_best span {
    display: none;
}

.auf_zu_notizen {
    float: left;
    display: block;
    margin-right: 5px;
    background-image: url('../images/auf_zu_notizen.gif');
    background-position: center center;
    width: 13px;
    height: 13px;
    cursor: pointer;
}

.auf_zu_notizen_aktiv {
    float: left;
    display: block;
    margin-right: 5px;
    background-image: url('../images/auf_zu_notizen_aktiv.gif');
    background-position: center center;
    width: 13px;
    height: 13px;
    cursor: pointer;
}

.label_radio_rnz {
    width: 45px;
}

.label_radio_rnz_nonfloat {
    width: 45px;
    float: none;
}

.icon_field_left {
    float: left;
    cursor: pointer;
}

