
/* TOP-ANGEBOTE */
.CategoryPageNavigator {
    padding-top: 10px;
}

    .CategoryPageNavigator a.isInactive {
        padding-right: 8px;
        float: left;
    }

    .CategoryPageNavigator span.isActive {
        padding-right: 6px;
        color: #FE9801;
        float: left;
    }


.montagezustand {
    line-height: 23px;
    margin-top: 2px;
    padding: 0 2px 2px 2px;
    color: white;
    font-weight: bold;
}
/* TOP-ANGEBOTE ENDE */

#KategorieAngebote {
    /* margin-top: 5px; */
    border-bottom: 5px solid white;
}
    #KategorieAngebote img {
        float: left;
        border: none;
    }
    #KategorieAngebote img.leftImg {
        width: 250px;
    }
    #KategorieAngebote img.rightImg {
        width: 160px;
    }
        #KategorieAngebote div.leftOfferTxt {
            padding: 0 8px;
            float: left;
            width: 234px;
        }
        #KategorieAngebote div.rightOfferTxt {
            padding: 0 8px;
            float: left;
            width: 144px;
        }
        #KategorieAngebote div.leftOfferTxt p:first-child,
        #KategorieAngebote div.rightOfferTxt p:first-child {
            padding: 0;
            margin: 0;
        }

            #KategorieAngebote span span {
                float: none;
            }

#OfferRight {
    padding: 0;
    margin: 0 4px 0 0;
    float: right;
}

.expressDeliveryLabel {
    color: #FE9801;
    font-weight: bold;
}

