@charset "UTF-8";

@import '/css/bgcc_lib_frontend/layout.css';

.bg_introBoxVideo div.wrapper, .clear div.wrapper, .bg_introBoxLogin div.wrapper {
}

.bg_introBoxVideo div.wrapper {
    background: #d40322;
}

.bg_introBoxVideo div.content {
    padding: 10px;
    color: #FFF;
}

.clear div.wrapper {
    background: #29487C;
    color: #fff;
}

.clear div.content {
    padding: 10px;
    color: #FFF;
}

#player {
    border: none;
}

.clear p.bg_bigText {
    color: #293a70;
    text-align: center;
    margin-top: 1em;
}

.clear .bg_redButton {
    margin-left: 0px;
}

html {
    overflow: -moz-scrollbars-vertical;
}

.bg_redTab {
    background: url(/images/tab_red.png) no-repeat right top;
    height: 37px;
    margin: 0;
    font-weight: bold;
    color: #FFF;
    float: left;
    padding-right: 20px;
}

.bg_redTab span {
    background: url(/images/tab_red.png) no-repeat left top;
    width: 20px;
    height: 37px;
    display: block;
    float: left;
}

.bg_greyTab {
    background: url(/images/tab_grey.png) no-repeat right top;
    height: 37px;
    margin: 0;
    font-weight: bold;
    color: #d40322;
    float: left;
    padding-right: 20px;
}

.bg_greyTab span {
    background: url(/images/tab_grey.png) no-repeat left top;
    width: 20px;
    height: 37px;
    display: block;
    float: left;
}

.bg_blueTab {
    background: url(/images/tab_blue.png) no-repeat right top;
    height: 37px;
    margin: 0;
    font-weight: bold;
    color: #fff;
    float: left;
    padding-right: 20px;
}

.bg_blueTab span {
    background: url(/images/bluecorner2.gif) no-repeat left top;
    width: 20px;
    height: 37px;
    display: block;
    float: left;
}

#stPage .bg_blueTab {
    background: url(/images/tab_blueGrey.png) no-repeat right top;
    height: 37px;
    margin: 0;
    font-weight: bold;
    color: #fff;
    float: left;
    padding-right: 20px;
    width: 210px;
}

#stPage .bg_blueTab span {
    background: url(/images/tab_blueGreyLeft.png) no-repeat left top;
    width: 20px;
    height: 37px;
    display: block;
    float: left;
}

.bg_redTab strong, .bg_greyTab strong, .bg_blueTab strong {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    float: left;
    margin-top: 7px;
}

.bg_profileBox div.wrapper {
    background: #f8f8f8;
}

.bg_profileBox div.content {
    padding: 10px;
    color: #41579b;
}

.bg_lightgreyTab {
    background: url(/images/tab_lightgrey.png) no-repeat right top;
    border: none;
    margin: 0;
    float: left;
    padding: 0 10px 0 0;
}

.bg_lightgreyTab strong {
    background: red url(/images/tab_lightgrey.png) no-repeat left top;
    display: block;
    float: left;
    margin: 0;
    padding: 0.3em 0 0 10px;
}

/* slider intro */
#slider {
    width: 250px; /* important to be same as image width */
    height: 360px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}

#sliderContent {
    width: 250px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;
    background: #FFF;
    height: 327px;
}

.sliderImage {
    float: left;
    position: relative;
    display: none;
}

.sliderImage span {
    yposition: absolute;
    padding: 10px 0px;
    width: 250px;
    xbackground-color: #000;
    xfilter: alpha(opacity = 70);
    x-moz-opacity: 0.7;
    x-khtml-opacity: 0.7;
    xopacity: 0.7;
    color: #293A70;
    display: none;
    text-align: center;
}

.sliderImage span strong {
    font-size: 14px;
}

#sliderContent .top {
    xtop: 0;
    xleft: 0;
}

#sliderContent .bottom {
    xbottom: 0;
    xleft: 0;
}

#slider ul li {
    list-style: none outside;
}

#slider ul, #slider ul li {
    padding: 0;
    margin: 0;
}

/*******************/
/* FEHLERMELDUNGEN */
/*******************/
.message-error {
    background: #ffdfde url(/images/icons/error.png) center no-repeat;
    background-position: 15px 50%;
    color: #5a1614;
    border: 2px solid #ff4c48;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 5px 20px 5px 45px;
    text-align: left;
    line-height: 20px;
}

.message-success {
    background: #CBFF97 url(/images/icons/accept.png) center no-repeat;
    background-position: 15px 50%;
    color: #009900;
    border: 2px solid #009900;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 5px 20px 5px 45px;
    text-align: left;
    line-height: 20px;
}

.message-notice {
    background: #dcf1ff url(/images/icons/information.png) no-repeat 15px 50%;
    color: #003399;
    border: 2px solid #8fc5f7;
    margin-bottom: 5px;
    padding: 5px 20px 5px 45px;
    text-align: left;
    line-height: 20px;
}

.message-notice p {
    margin: 0;
    padding: 0;
}

.event_list td h3 {
    color: #28477C;
    font-family: Arial, Geneva, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 21px;
    margin: 0;
    padding: 0;
}
