div.finderResults {
    font-size: 12px;
    font-family: Arial;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
}

p.finderResults {
    color: #f90;
    font-size: 17px;
    font-family: Arial;
    line-height: 22px;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 0;
    margin-bottom: 10px;
}

span.finderNR {
    color: #f90;
    font-size: 40px;
    font-family: OpenSans-Semibold, Arial;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
    display: block;
}

div.seiten {
    background-color: #f0f0f0;
    text-align: center;
    width: 100%;
    height: 41px;
    float: left;
    margin-top: 15px;
    padding: 1px 0;
}

p.seiten_lg {
    color: #2e3192;
    font-size: 10px;
    font-family: Verdana;
    line-height: 22px;
    background-image: url(../pictures/pfeil_seiten_lg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-decoration: none;
    width: 41px;
    height: 41px;
    float: left;
    margin-right: 10px;
    display: block;
}

p.seiten_rg {
    color: #2e3192;
    font-size: 10px;
    font-family: Verdana;
    line-height: 22px;
    background-image: url(../pictures/pfeil_seiten_rg.png);
    background-repeat: no-repeat;
    background-position: right top;
    text-decoration: none;
    width: 41px;
    height: 41px;
    float: right;
    display: block;
}

a.seiten_lr {
    color: #2e3192;
    font-size: 10px;
    font-family: Verdana;
    line-height: 11px;
    background-image: url(../pictures/pfeil_seiten_lr.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-decoration: none;
    width: 41px;
    height: 41px;
    float: left;
    margin-right: 10px;
    display: block;
}

a.seiten_lr:hover {
    background-position: left bottom;
}

a.seiten_rr {
    font-size: 10px;
    font-family: verdana;
    line-height: 11px;
    background-image: url(../pictures/pfeil_seiten_rr.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-decoration: none;
    width: 41px;
    height: 41px;
    float: right;
    display: block;
}

a.seiten_rr:hover {
    background-position: left bottom;
}

a.seiten {
    color: #7c7c7c;
    font-size: 17px;
    font-family: Verdana;
    line-height: 40px;
    text-decoration: none;
    width: auto;
    height: 40px;
    float: left;
    margin-left: 5px;
    padding-right: 1px;
    padding-left: 1px;
    outline-width: 0;
    display: block;
}

span.seiten {
    color: #7c7c7c;
    font-size: 17px;
    font-family: Verdana;
    line-height: 40px;
    text-decoration: none;
    width: auto;
    height: 40px;
    float: left;
    padding-right: 1px;
    padding-left: 1px;
    outline-width: 0;
    display: block;
}

a.seiten:hover {
    text-decoration: underline;
}

span.seiten_p {
    color: #c50531;
    font-size: 17px;
    font-family: Verdana;
    line-height: 40px;
    text-decoration: underline;
    width: auto;
    height: 40px;
    float: left;
    margin-left: 5px;
    outline-width: 0;
    display: block;
}

/*preis slider*/
div.price-range {
    width: 100%;
    height: auto;
    float: left;
}

#slider-range {
    position: relative;
    text-align: left;
    width: 90%;
    height: 2px;
    float: left;
    margin-top: 10px;
}

input.preis-range {
    color: #000;
    font-size: 12px;
    font-family: tahoma;
    line-height: 20px;
    background-image: url(../pictures/searchPrice.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 155px;
    height: 30px;
    float: left;
    margin-top: 15px;
    border-width: 0;
    outline-width: 0;
}

input.preis-range:hover {
    text-decoration: underline;
}

.ui-slider {
    line-height: 2;
    background-color: #dadada;
    position: relative;
    text-align: left;
    width: 260px;
    height: 2px;
}

.ui-slider .ui-slider-handle {
    background-image: url(../pictures/slider-button.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: -6px;
    z-index: 2;
    width: 12px;
    height: 12px;
    cursor: default;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 1%;
    background-color: #959595;
    width: 260px;
    height: 2px;
    display: block;
    border: 0;
}

div.blockFinderKeywords {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 10px;
    border-top: 1px dashed #fa9900;
    border-bottom: 1px dashed #fa9900;
}

