/*Box*/
#box .tx-speyer-unipersonen h3 {
    border: none;
}

#box .tx-speyer-unipersonen hr {
    margin: 0 10px 10px 10px;

}

#box .tx-speyer-unipersonen table {
    margin: 0 10px 10px 10px;
    font-size: 0.875em;
    border-collapse: collapse;
    border-spacing: 0;
}

#box .tx-speyer-unipersonen hr.hr-person {
    margin: 0 0 20px 0;
}

/*Content*/
.mitarbeiterwrap {
    position: relative;
    float: left;
    display: inline;
    clear: both;
    width: 100%;
    height: auto;
    /*font-size: 0.875em;*/
    padding: 20px 0 20px 0;
    border-top: 1px solid #e0e0e0;
}
.mitarbeiterinnenwrap {
    width: auto;
    height: auto;
    overflow: visible;
    margin: 0;
}
.mitarbeiterwrap p, .mitarbeiterwrap table, .mitarbeiterinnenwrap table {
    margin-left: 0 !important;
}
.mitarbeiterbild {
    float: left;
    display: inline;
    width: 20%;
}
.mitarbeiterrechts {
    float: left;
    display: inline;
    width: 75%;
    margin: 0 0 0 5%;
}
.mitarbeiteroben {
    float: left;
    display: inline;
    width: 100%;
    color: #000;
}
.mitarbeiterspaltel {
    float: left;
    display: inline;
    width: 35%;
    clear: both;
    margin: 0 0 6px 0;
}
.mitarbeiterspalter {
    float: right;
    display: inline;
    width: 60%;
    margin: 0 0 6px 0;
}

