#tabs4 {
    float: right;
    font-size: 11px;
    line-height: normal;
    zoom: 1;
    position: relative;
}
#tabs4 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#tabs4 li {
    display: inline;
    margin: 0;
    padding: 0;
}
#tabs4 a {
    float: left;
    background: url("/_img/katalog/tableft3.gif") no-repeat left top;
    margin: 0;
    padding: 0 0 0 3px;
    text-decoration: none;
}
#tabs4 a span {
    float: left;
    display: block;
    background: url("/_img/katalog/tabright3.gif") no-repeat right top;
    padding: 5px 10px 4px 6px;
    color: #8e8e8e;
}
#tabs4.blue a {
    float: left;
    background: url("/_img/katalog/tableft4.gif") no-repeat left top;
    margin: 0;
    padding: 0 0 0 2px;
    text-decoration: none;
}
#tabs4.blue a span {
    float: left;
    display: block;
    background: url("/_img/katalog/tabright4.gif") no-repeat right top;
    padding: 5px 10px 4px 6px;
    color: #8e8e8e;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs4 a span {
    float: none;
}
/* End IE5-Mac hack */
#tabs4 a:hover span {
    color: #555;
    cursor: pointer;
}
#tabs4 a:hover {
    background-position: 0% -22px;
}
#tabs4 a:hover span {
    background-position: 100% -22px;
}
#tabs4 #current a, #tabs4 *.active a {
    background-position: 0% -22px;
}
#tabs4 #current a span, #tabs4 *.active a span {
    background-position: 100% -22px;
    color: #555;
}
#tabs4.blue a:hover {
    background-position: 0% -24px;
}
#tabs4.blue a:hover span {
    background-position: 100% -24px;
}
#tabs4.blue *.active a {
    background-position: 0% -24px;
}
#tabs4.blue *.active a span {
    background-position: 100% -24px;
    color: #555;
}
