.MainTeaserBox { width: 600px; height: 295px; opacity:1.0; color: red; overflow: hidden; }
/* "display: inline" for ie6 double margin bug http://www.positioniseverything.net/explorer/floatIndent.html */
.MainTeaserBox .MainTeaserLeft { float: left; position: relative; margin-left: 5px; display: inline; }
.MainTeaserBox .MainTeaserRight { float: left; position: relative; margin-top: 8px; margin-left: -11px; }

.MainTeaserBox .overlay { position: absolute; overflow: hidden; }

#MainTeaserTitle, #MainTeaserImage, #MainTeaserText { cursor: pointer; }

#MainTeaserTitle { font-size: 14px; font-weight: bold; height: 30px; width: 420px; color: #666666; }
#MainTeaserTitle .overlay { height: 25px; width: 412px; margin: 5px 0 0 5px; background-color: #eee; }

#MainTeaserImage { background: transparent no-repeat 0 0; width: 420px; height: 264px; overflow: hidden; }
#MainTeaserImage .overlay { background: transparent no-repeat 0 0; width: 420px; height: 264px; }

/* #MainTeaserBottom { background-color: #999; background-image: url(/pics/_mainteaser/crn_dl.gif); background-repeat: no-repeat; background-position: left bottom; width: 420px; height: 21px; } */

#MainTeaserInfo { margin-top: -50px; width: 420px; height: 50px; position: relative; color: #333; }

#MainTeaserText {  width: 420px; height: 50px; font-size: 12px;  overflow: hidden; float: left; line-height: 14px; color:#666; font-weight:bold;  }
#MainTeaserText .overlay { width: 390px; height: 40px; padding: 11px 5px 0 25px; opacity: 0.85; filter: alpha(opacity = 85); background-color: #fff; }

#MainTeaserText .Text { float: left; width: 320px; }
#MainTeaserText .Price { float: right; width: 70px; font-size: 18px; line-height: 18px; color: #333; font-weight: normal; }

#MainTeaserText .Text.Wide { width: 240px; line-height: 14px; }
#MainTeaserText .Price.Wide { width: 150px; line-height: 14px; }

#MainTeaserText .Price .strike { float: left; text-decoration: line-through; font-size: 14px; }
#MainTeaserText .Price .current { float: left; clear: left; color: #a00; font-weight: bold; white-space: nowrap; }
#MainTeaserText .Price .percentage { float: right; background: url(/pics/_backgrounds/price_percentage_44_30.png) no-repeat; width: 44px; height: 30px; color: #ffffff; text-align: center; padding: 8px 1px 0 1px; margin-right: 5px; }

#MainTeaserButtonPrev, #MainTeaserButtonNext { height: 22px; width: 170px; left: 420px; margin-left: 11px; background: transparent no-repeat 0 0 url(/pics/_mainteaser/btn_up_down.png); cursor: pointer; display: block; }
/* class .hover is needed for ie6 fix */
#MainTeaserButtonPrev { background-position: 0 0px; }
#MainTeaserButtonPrev:hover, #MainTeaserButtonPrev.hover { background-position: 0 -22px; }
#MainTeaserButtonNext { background-position: 0 -67px; }
#MainTeaserButtonNext:hover, #MainTeaserButtonNext.hover { background-position: 0 -89px; }


#MainTeaserButtons { height: 244px; width: 181px; overflow: hidden; padding: 0; position: relative; background: transparent url(/pics/_mainteaser/bg.gif) repeat-y scroll right top; }

.MainTeaserBox .buttonBox { position: relative; top: 0px; }

.MainTeaserBox .button { width: 181px; height: 61px; cursor: pointer; line-height: 13px; background: transparent no-repeat 0 -122px url(/pics/_mainteaser/bgr_navi.gif) ; display: block; color: #666666; font-size: 12px;  }
/* class .hover is needed for ie6 fix */
.MainTeaserBox .button:hover, .MainTeaserBox .button.hover { background-position: 0 -61px; }
.MainTeaserBox .buttonHighlight { background-position: 0 0; }
.MainTeaserBox .buttonHighlight .title { color: #ffffff; }
.MainTeaserBox .buttonHighlight:hover { background-position: 0 0; }

.MainTeaserBox .button .area { font-weight: bold; margin-left: 26px; padding-top: 10px; }
.MainTeaserBox .button .title { font-weight: bold; margin-left: 26px; margin-top: 8px; }

#MainTeaserGo { position: absolute; top: 190px; width: 120px; height: 32px; background: transparent url(/pics/_mainteaser/btn_go.png) no-repeat 0 0;  opacity: 0; filter: Alpha(opacity = 0); }

/* Flash-Box */

.flashbox_head{
    width: 610px;
    height: 30px;
    display:inline-block;
    background-image:url(/pics/_mainteaser/flash_head.png);
}

.flashbox_head .text{
        width:600px;
        height:31px;
        margin: 7px 0 0 10px;
        font-size:11px;
        line-height:12px;
        text-transform:uppercase;
        overflow:hidden;
}
.flashbox_head .text h1,
.flashbox_head .text h2,
.flashbox_head .text h3,
.flashbox_head .text h4,
.flashbox_head .text h5,
.flashbox_head .text h6 {
            font-size: 11px;
            display: inline;
            margin: 0;
            padding: 0;
            border: 0;
}

.flashbox_content{
    width:610px;
    height:250px;
    display: inline-block;
    /*background-image:url(/pics/_mainteaser/flash_content.png);
    background-repeat:repeat-y;*/
    position: relative;
}

.flashbox_border {
    width:608px;
    height:248px;
    position:absolute;
    top:0;
    left:0;
    border:1px solid #c1c1c1;
    z-index:3;
    cursor:pointer;
}

.flashbox_content .content_image .content{
       /* margin: 1px 0 0 1px;*/
        position:absolute;
        width: 610px;
        height: 250px;
        cursor: pointer;
}
.flashbox_content .content_image img{
        width: 610px;
        height: 250px;
}
.flashbox_content .content_image .price{
    position:absolute;
    display: inline-block;
    left: 19px;
    top: 116px;
    background-image:url(/pics/_mainteaser/flash_price_bg.png);
    height: 29px;
    width: 110px;
    color: #990000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 11px;
}
.flashbox_content .content_image .price .current{
    position: absolute;
    bottom: 3px;
    left: 5px;
    padding: 0;
}
.flashbox_content .content_image .price .current .currency{
    font-size: 12px;
}
.flashbox_content .content_image .price .only,
.flashbox_content .content_image .price .strike{
    position: absolute;
    top: 2px;
    left: 5px;
    font-size: 14px;
}
.flashbox_content .content_image .price .strike{
    font-weight: normal;
    text-decoration: line-through;
    font-size: 12px;
    color: #000000;
}
.flashbox_content .content_image .price .percentage{
    position: absolute;
    top: 5px;
    right: 5px;
    color: #FFFFFF;
    background-image:url(/pics/_mainteaser/flash_price_percentage_bg.png);
    height: 24px;
    width: 45px;
    text-align: center;
    padding-top: 6px;
}


.flashbox_content .content_teaserbar_left {
    width:5px;
    height: 75px;
    position:absolute;
    z-index: 4;
    top: 162px;
    left: 20px;
    background-image:url(/pics/_mainteaser/flash_teaserbar_bg.png);
    background-position: left top;
}
.flashbox_content .content_teaserbar{
    height: 75px;
    display:inline-block;
    position:absolute;
    background-image:url(/pics/_mainteaser/flash_teaserbar_bg.png);
    background-position: right top;
    list-style: none;
    z-index: 4;
    margin: 0;
    top: 162px;
    left: 20px;
    max-width: 570px;
    clip: rect(auto auto auto 5px);
}
.flashbox_content .content_teaserbar .teaser{
    width:104px;
    height:66px;
    float:left;
    margin:4px 5px 0 5px;
    background-image:url(/pics/_mainteaser/flash_teaserbar_item_bg.png);
    list-style: none;
    line-height: 10px;
}

.flashbox_content .content_teaserbar .teaser img{
    width:100px;
    height:45px;
    margin:4px 0 0 2px;
    background-image:url(/pics/_mainteaser/flash_teaserbar_item_bg.png);
}

.flashbox_content .content_teaserbar .teaser .text{
    width:100px;
    height:14px;
    margin: 2px 0 0 2px;
    font-size:11px;
    text-align:center;
    color: #333333;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.flashbox_content .content_teaserbar .teaser:hover{
    background-image:url(/pics/_mainteaser/flash_teaserbar_item_bg_hl.png);
}
.flashbox_content .content_teaserbar .teaser:hover .text{
    color: white;
}

.flashbox_content .content_teaserbar .teaser.active{
    background-image:url(/pics/_mainteaser/flash_teaserbar_item_bg_hl.png);
}
.flashbox_content .content_teaserbar .teaser.active .text {
    color: white;
}

/* Tab-Box */

.tabbox_head{
    width:299px;
    height:30px;
    font-size:11px;
    line-height:12px;
    position:relative;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 1px;
}

.Box610 .tabbox_head{
    width:609px;
}

.tabbox_head .nav{
        float:left;

        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 18px;
        font-weight: bold;
        text-transform: uppercase;
        color: #666;
        text-align:center;

        cursor:pointer;
        list-style: none;
        margin: 0;
        padding: 0;
}
.tabbox_head .nav .left,
.tabbox_head .nav .right,
.tabbox_head .nav .text{
            float: left;
            display: inline-block;
            background-image:url(/pics/_mainteaser/box_head_tab.png);
            height: 31px;
}
.tabbox_head .nav .left{
            width: 5px;
            background-position: left top;
            background-repeat: no-repeat;
            margin-left: -1px;
}
.tabbox_head .nav.elem_active .left,
.tabbox_head .nav:hover .left{
            background-position: left -31px;
}
.tabbox_head .nav .right{
            width: 5px;
            background-position: right top;
            background-repeat: no-repeat;
}
.tabbox_head .nav.elem_active .right,
.tabbox_head .nav:hover .right{
            background-position: right -31px;
}
.tabbox_head .nav .text{
            background-position: -6px 0;
            background-repeat: no-repeat;
}
.tabbox_head .nav.elem_active .text,
.tabbox_head .nav:hover .text{
            background-position: -6px -31px;
}

.tabbox_head .nav a{
            padding: 8px 0 0 0;
            display: inline-block;
            width: 100%;
            height: 22px;
            overflow: visible;
            white-space: nowrap;
            color: #888888;
}
.tabbox_head .nav.elem_active a,
.tabbox_head .nav:hover a{
            color: #666666;
}


.tabbox_content {
    width:300px;
    height: 242px;
    position:relative;
    display: inline-block;
    background-image: url(/pics/_mainteaser/box_content.png);
    background-repeat: no-repeat;
    overflow: hidden;
    border-bottom: 1px solid #CFCFCF;
    padding-top: 5px;
}

.Box300 .tabbox_content .Module,
.Box300 .tabbox_content .container,
.Box300 .tabbox_content .container_elem,
.Box300 .tabbox_content .TextBlock {
    width: 273px;
    margin-left: 12px;
    margin-top: 10px;
}

.Box300 .tabbox_content .Module.TeaserList {
    margin-top: 0;
    margin-left: 13px;
}

.Box300 .tabbox_content .Teaser130x110 .Txt,
.BoxContent .Columns610two .Column2 .tabbox_content .Teaser130x110 .Txt {
    width: 130px;
}

.Box300 .tabbox_content .Teaser120x170 .Txt,
.BoxContent .Columns610two .Column2 .tabbox_content .Teaser120x170 .Txt {
    width: 143px;
    left: -3px;
    top: -1px;
}

.tabbox_content .BottomLinks {
    position: absolute;
    width: 278px;
    margin: 0;
    left: 1px;
    background-color: #F0F0F0;
    padding: 7px 10px 0;
}
.tabbox_content .BottomLinks .BottomLink {
    height: 18px;
}
.tabbox_content .BottomLinks a.MoreLink {
    background-image:url(/pics/_mainteaser/box_arrow.png);
}
.tabbox_content .BottomLinks a.MoreLink:hover {
    background-image:url(/pics/_mainteaser/box_arrow_hl.png);
}
