div.lb3_tab_first {
    height: 20px;
    width: 8px;
    float: left;
    background-image: url(/pics/lb2_tab_left.gif);
}
div.lb3_tab_first_selected {
    height: 20px;
    width: 8px;
    float: left;
    background-image: url(/pics/lb2_tab_left_hl.gif);
}
div.lb3_tab_center {
    height: 20px;
    float: left;
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    background-image: url(/pics/_reiter/reiter_mitte_no_hl.gif);
}
div.lb3_tab_center_selected {
    height: 20px;
    float: left;
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    background-image: url(/pics/_reiter/reiter_mitte_hl.gif);
}
div.lb3_tab_separator {
    height: 20px;
    width: 24px;
    float: left;
    background-image: url(/pics/_reiter/reiter_no_hl.gif);
}
div.lb3_tab_separator_selected {
    height: 20px;
    width: 24px;
    float: left;
    background-image: url(/pics/_reiter/reiter_links_hl.gif);
}
div.lb3_tab_separator_selected2 {
    height: 20px;
    width: 24px;
    float: left;
    background-image: url(/pics/_reiter/reiter_rechts_hl.gif);
}
div.lb3_tab_last {
    height: 20px;
    width: 8px;
    float: left;
    background-image: url(/pics/lb2_tab_right.gif);
}
div.lb3_tab_last_selected {
    height: 20px;
    width: 8px;
    float: left;
    background-image: url(/pics/lb2_tab_right_hl.gif);
}

