.right_site .ang_holder_tree_widget {
    background-image: url(../images/table_head.gif);
    background-position: -10px 50%;
    background-repeat: repeat-x;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    cursor: default;
    font-size: 12px;
    text-decoration: none !important;
}

.right_site .ang_holder_tree_widget ul {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.right_site .ang_holder_tree_widget ul li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    background: none;
}

.right_site .ang_holder_tree_widget ul li a.ui-tabs-anchor {
    text-decoration: underline;
    color: #FFF;
    line-height: 21px;
    padding: 0 5px;
}

.right_site div.ot_tab_rechts ul.ot_tab_rechts_nav {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.right_site div.ot_tab_rechts li.ot_tab_rechts_tab {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.right_site div.ot_tab_rechts li.ot_tab_rechts_tab a.ot_tab_rechts_anchor {
    text-decoration: underline !important;
    color: #FFF !important;
    line-height: 21px;
    padding: 0 5px;
}

.right_site div.ot_tab_rechts li.ot_tab_rechts_tab a.ot_tab_rechts_anchor:hover {
    color: #000 !important;
}

.right_site div.ot_tab_rechts li.ot_tab_rechts_tab a span {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.right_site div.ot_tab_rechts div.ot_tab_rechts_content {
    border: none;
    background: none;
    padding: 0;
    color: #1A171B;
}

.right_site div.ot_tab_rechts.ui-widget {
    border: 0;
    background-color: transparent;
    padding: 0;
}

/* SB-Daten */
.right_site b.detail_sbdaten_headline {
    cursor: pointer;
}

.right_site div.detail_auf_zu {
    margin-top: 10px;
}

.right_site div#sbdatendiv {
    padding-bottom: 2px;
}

.right_site div#sbdatendiv_content {
    background-color: #FFF;
    padding: 2px 5px;
}

.right_site div.detail_auf_zu b.detail_toggle {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.right_site div.detail_auf_zu b.detail_toggle span.toggle-icon {
    display: inline-block;
    margin-left: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black; /* Standard: nach unten zeigendes Dreieck */
    transition: transform 0.2s ease;
}

.right_site div.detail_auf_zu b.detail_toggle span.toggle-icon.open {
    transform: rotate(180deg); /* Nach oben zeigendes Dreieck */
}

.right_site div.detail_auf_zu div#sbdatendiv span.info-icon-on {
    float: right;
    width: 16px;
    height: 16px;
    background-image: url("../images/info.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.right_site div.detail_auf_zu div#sbdatendiv span.info-icon-off {
    background: none;
}
/* SB-Daten Ende*/
