/* css for slider in a OB-page header */

#headerBox .nivoSlider{
    position: inherit;
}


#headerBox .nivoSlider img {
    vertical-align: middle;
}

#headerBox .nivo-caption {
    z-index:89;
    background: url(images/ob_wave_slider.png) no-repeat;
    top: 300px;
}

#headerBox .nivo-caption h2 {
    line-height: 1em;
    padding: 70px 0 0 0;
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    color: #29557a;
    text-align: left;
}

#headerBox .nivo-caption h2 a,
#headerBox .nivo-caption h2 a:hover,
#headerBox .nivo-caption h2 a:active {
    color: #29557a;
    text-decoration: none;
}

#headerBox .nivo-caption h5 {
    font-size: 12px;
    color: #454543;
    margin: 20px 0 0 0;
    width: 520px;
}

#headerBox .nivo-caption h5 a,
#headerBox .nivo-caption h5 a:hover,
#headerBox .nivo-caption h5 a:active {
    color: #454543;
    text-decoration: none;
}


#headerBox .nivo-slice {
    display:block;
    position:absolute;
    z-index:50;
    height:100%;
}




#headerBox .nivo-controlNav {
    position:absolute;
    left:10px;
    top: 315px;
    z-index:99;
}

#headerBox .nivo-controlNav a {
    position:relative;
    z-index:99;
    cursor:pointer;
    display:block;
    width:8px;
    height:8px;
    background:url(images/ob_bullet_slider_inaktiv.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}

#headerBox .nivo-controlNav a.active {
    font-weight:bold;
    /*background-position:-10px 0;*/
    background:url(images/ob_bullet_slider_aktiv.png) no-repeat;
}