/*
 * Menü
*/
#shop_menu{
    background:url('/data/shop/images/bg.jpg') repeat-y;
    padding:0px;
    width:180px;
    margin-bottom:20px;
}
#shop_menu a{
    display:block;
    line-height:23px;
    padding-left:25px;
    color:#828282;
    text-decoration:none;
    font-weight:bold;
    margin-left:6px;
    background:url('/data/shop/images/icon_nom.jpg') no-repeat left center;
}
#shop_menu a.act,
#shop_menu a:hover{
    color:#FF771E;
    background:url('/data/shop/images/icon_act.jpg') no-repeat left center;
}
#shop_menu li.first{
    background:url('/data/shop/images/top.jpg') no-repeat;
}
#shop_menu li.last{
    background:url('/data/shop/images/bottom.jpg') no-repeat left bottom;
}
#shop_menu li li.first,
#shop_menu li li.last{
    background:none;
    border:0px;
}
#shop_menu ul,
#shop_menu li{
    list-style:none;
}
#shop_menu li{
    border-bottom:1px solid #FFF;
}
#shop_menu li li a{
    padding-left:40px;
    background:none;
    line-height:19px;
}
#shop_menu li li li a{
    padding-left:55px;
}
#shop_menu li li li li a{
    padding-left:70px;
}

/*
 * Übersicht
 */
 .image_row{
    width:220px;
}
.flag_row{
    width:62px;
}
.flag_row img{
    margin:0px 10px;
}
.benefit_text{
    padding:10px;
    padding-left:30px;
}
.benefit_text li{
    list-style-image:url('/data/shop/images/li_icons.gif');
    line-height:20px;
}
.price_cell{
    text-align:right;
    font-weight:bold;
    color:#828282;
}
.link_cell {
    text-align:right;
}
.link_cell a{
    background:url('/data/shop/images/link_icon.gif') no-repeat 10px 10px;
    display:inline-block;
    background-color:#F1F1F1;
    line-height:40px;
    color:#828282;
    padding:0px 10px;
    padding-left:40px;
}

/*
 * Details
 */
.detail_view{
    width:100%;
    margin-bottom:20px;
}
.detail_view th{
    vertical-align:top;
    padding-right:10px;
}
.detail_view td{
    background:#F0F0F0;
}
.detail_view .small_pics{
    text-align:left;
    width:400px;
}
.detail_view .small_pics a{
    padding:4px;
    padding-right:0px;
    display:inline-block;
}
.detail_view .small_pics img{
    width:125px;
    border:0px;
}
.detail_view .gallery{
    padding:5px 3px;
}
.detail_view .gallery a{
    background:url('/data/shop/images/gallery_bg.gif') no-repeat;
    padding-top:10px;
    display:inline-block;
    color:#FF7519;
}
.detail_view .gallery a img{
    width:120px;
    height:80px;
    border:0px;
    margin-right:25px;
    float:left;
}
.detail_view .country{
    padding:5px 3px;
}
.detail_descr,
.detail_benfit,
.details_dates,
.details_function,
.details_tipps{
    padding:10px;
    margin-bottom:10px;
}
.detail_descr li{
    margin-left:25px;
    list-style-image:url('/data/shop/images/li_icons.gif');
}
.detail_benfit li{
    list-style-image:url('/data/shop/images/li_icons.gif');
    margin-left:25px;
}
.details_function{
    background-color:#F1F1F1;
}
.details_function a{
    display:block;
    color:#828282;
    line-height: 30px;
    padding-left:30px;
}
.details_function a.print{
    background:url('/data/shop/images/shop_print.gif') no-repeat left center;
    cursor:pointer;
}
.details_function a.anfragen{
    background:url('/data/shop/images/link_icon.gif') no-repeat left center;
}
.details_function a.agbs{
    background:url('/data/shop/images/shop_agb.gif') no-repeat left center;
}
.details_dates td{
    padding:5px 0px;
}
.details_dates hr{
    border-color:#F1F1F1;
    height:1px;
}
.details_dates input{
    margin-right:5px;
    font-size:12px;
}
.details_dates .dates{
    width:200px;
}
.details_dates td h4{
    font-size:12px;
    font-weight:100;
}
.details_dates td h4 span{
    float:right;
    font-weight:bold;
}
.details_dates td h3{
    margin-top:10px;
    font-size:12px;
}
.details_dates h5{
    font-size:12px;
}
.details_function textarea{
    font-size:12px;
    width:300px;
}

/*
 * Angebote
 */
.offerlink{
    color:#828282;
    font-weight:bold;
    display:inline-block;
    /*border:1px solid #DFDFDF;*/
    text-align:center;
    width:230px;
    height:190px;
    float:left;
    margin-right:10px;
}
.offerlink span{
    color:#FF9B5A;
    font-weight:100;
}
.offerlink img{
    margin-top:5px;
}

.clearer{
    clear:both;
    height:1px;
    color:#FFF;
    border:#FFF;
}

/*
 * Tabs
 */
 fieldset{
     border:0px;
     margin:0px;
     padding:0px;
}
.card_index{
     float:left;
     margin:0px;
     padding:0px;
}
.card_index legend{
    float:left;
    border-bottom:2px solid #F7751F;
    background:#F0F0F0;
    color:#F7751F;
    font-size:12px;
    font-weight:bold;
    line-height:22px;
    width:230px;
    text-align:center;
    cursor:pointer;
    margin:0px;
    padding:0px;
    margin-right:6px;
}
.card_index ins{
    position:absolute;
    left:0px;
    top:24px;
    width:720px;
    height:265px;
    background:#FFF;
    display:none;
    text-align:left;
    text-decoration:none;
}
.card_index ins.act{
    display:block !important;
}
.card_index legend.act,
.card_index legend:hover{
    background:#F7751F;
    color:#F0F0F0;
}
.flipbox{
    text-align:center;
    position:relative;
}
.flipbox_img{
    cursor:pointer;
    margin-top:24px;
}
.flipbox .country{
    padding-top:10px;
}
.flipbox .country a{
    color:#828282;
    font-weight:bold;
    display:inline-block;
    background-color:#F8F8F8;
    border-bottom:2px solid #FFF;
    text-align:center;
    width:230px;
    line-height:30px;
    float:left;
    margin-right:6px;
}
.flipbox .country a:hover{
    color:#F7751F;
}

#box1 legend,
#box2 legend,
#box3 legend{
    position:absolute;
}
#box2 legend{
    left:236px;
}
#box3 legend{
    left:472px;
}
#box1[id] legend {
    left:-7px;
}
#box2[id] legend{
    left:229px;
}
#box3[id] legend{
    left:465px;
}