/* SLIDER */
.contentSlider {
    width: 100%;
    /*overflow:hidden; Tobi */
}

.no-js .contentSlider {
    height: auto;
}

.no-js .contentSlider .stageContainer {
    clear: both;
    display: block;
    height: auto;
    margin-bottom: 30px;
    width: 100%;
}

.stageContainer {
    position: relative;
}

.innerPosition {
    position: absolute;
}

#stage {
    /*margin: 0 auto -68px; Tobi*/
    margin: 0 auto;
}

/* BUTTONS */
.rsDefault .rsTabs {
    /*height: auto; Tobi */
    height: 44px;
    margin: 0 auto;
    padding-top: 12px;
    /*position: relative; Tobi*/
    position: absolute;
    text-align: center;
    width: 100%;
    /*top:-29px; Tobi*/
    bottom: -27px;
}

.ie .rsDefault .rsTabs {
    margin-left: 25%
}

.rsDefault .rsTab {
    background: none;
    color: #333;
    display: inline-block;
    height: auto;
    text-align: center;
    text-decoration: none;
    width: auto;
    padding-top: 17px;
    margin-right: 1px;
}

.ie .rsDefault .rsTab {
    float: left;
}

.rsDefault .rsNavSelected {
    background: url("../Images/rs_arrow_top.png") no-repeat center top;
    color: #fff;
}

.rsDefault .rsTab .rsTmb {
    display: block;
    border: 1px solid #d1d1d1;
    border-top: none;
    min-width: 72px;
    padding: 1px 13px 0;
    cursor: pointer;
    font-size: 24px;
    text-transform: uppercase;
    font-family: wf-DINWeb-CondBold, Arial, Helvetica, sans-serif;
    /*line-height: normal; Tobi*/
    background: url("../Images/rs_button_off.png") repeat-x left bottom;
    -webkit-box-shadow: 0px 4px 4px 0px #d4d4d4;
    box-shadow: 0px 4px 4px 0px #d4d4d4;
}

.ie .rsDefault .rsTab .rsTmb,
.ie8 .rsDefault .rsTab .rsTmb,
.ie9 .rsDefault .rsTab .rsTmb {
    padding: 10px 13px 5px;
    line-height: normal;
}

.rsDefault .rsTab .rsTmb:hover,
.rsDefault .rsTab .rsTmb:focus,
.rsDefault .rsTab .rsTmb:active {
    border: 1px solid #c5c5c5;
    border-top: none;
    background: url("../Images/rs_button_hover.png") repeat-x left bottom;
}

.rsDefault .rsNavSelected .rsTmb,
.rsDefault .rsNavSelected .rsTmb:hover,
.rsDefault .rsNavSelected .rsTmb:focus,
.rsDefault .rsNavSelected .rsTmb:active {
    border: 1px solid #254983;
    border-top: none;
    background: #3D69AF url("../Images/rs_button_on.png") repeat-x left bottom;
    -webkit-box-shadow: 0px 4px 4px 0px #b7b7b7;
    box-shadow: 0px 4px 4px 0px #b7b7b7;
}

.no-js span.rsTmb {
    display: none !important;
}
