/* CSS für AMOENA Microsite - common elements */

body {
    background-image:none;
    background-color:#ccc;
}
#main_slider {
    height: 381px;
}
#main_slider dt {
/*    border: 1px solid #636466;
    background-color: #CFCFCF;
    cursor: default;*/
}
div.slidedeck-slider {
    border: 2px solid #e7e8e9;
}
div.sub_text {
    padding-top:10px;
}
div.sub_text_btn_show {
    background-image: url(../../amoena_mia/images/next-vertical.png);
    background-repeat: no-repeat;
    width:18px;
    height:17px;
    float:right;
}
div.sub_text_btn_hide {
    background-image: url(../../amoena_mia/images/prev-vertical.png);
    background-repeat: no-repeat;
    width:18px;
    height:17px;
    float:right;
}

/**
 * Video size adjustments
 *
 * The same width and height as embed <object> with video player
 */

.lightbox-video {
    width: 448px;
    height: 354px;
    margin: auto;
}