html * {
    margin: 0px;
    padding: 0px;
}

body,
p,
td,
th,
li {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.875em;
    line-height: 1.375em;
    color: #333;
}

body { background-color: #9e0303 }

#newsletter {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 40px;
    background-image: url(../img/newsletterBG.png);
    z-index: 10;
}

#newsletterLabel {
    width: 980px;
    margin: 0 auto;
}

    #newsletterLabel span { margin-left: 700px }

#topArea { background: #ffffff url(../img/headerBg.jpg) repeat-x }

#mainArea { background: #ffffff url(../img/mainBg.jpg) repeat-x }

#bottomArea {
    padding-top: 10px;
    background: #9e0303 url(../img/footerBg.jpg) repeat-x;
}

#kooperation {
    height: 90px;
    border-top: 1px solid #bbbbbb;
    background: transparent url('../img/kooperationBg.png');
}

    #kooperation .wrapper {
        overflow: hidden;
        margin: 0px auto;
        min-width: 980px;
        width: 98%;
        max-width: 1300px;
    }

        #kooperation .wrapper div {
            float: left;
            width: 33%;
            text-align: center;
        }

#header {
    width: 980px;
    height: 160px;
    margin: -40px auto 0px auto;
    background: transparent url(../img/headerImage.jpg) repeat-x;
}

#headerBadge {
    position: relative;
    top: 0px;
    left: 70px;
    width: 160px;
    height: 160px;
}

#headerFlags {
	position: relative;
	top: -110px;
	left: 750px;
  width: 250px;
}

#mainWrapper {
    width: 980px;
    margin: 0px auto;
    padding-top: 40px;
    background: transparent url(../img/mainImage.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

#top_navigation {
    position: absolute;
    height: 34px;
    width: 658px;
    margin-left: 165px;
    padding-top: 126px;
    background: transparent url('../img/naviBgLine.png') no-repeat 0 157px;
}

    #top_navigation ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

#main_menu li {
    float: left;
    width: 161px;
    height: 32px;
    background: transparent url('../img/topnavi-bg.png') no-repeat left 0px;
    margin-left: 2px;
}

    #main_menu li a {
        display: block;
        height: 32px;
        line-height: 32px;
        padding: 0px 15px;
        background: transparent url('../img/topnavi-bg-right.png') no-repeat right 0px;
        text-align: center;
        font-size: 1.4em;
        font-weight: bold;
        text-decoration: none;
        color: #d21c1c;
    }

#main_menu li:hover { background: transparent url('../img/topnavi-bg.png') no-repeat left -32px }

    #main_menu li:hover a {
        background: transparent url('../img/topnavi-bg-right.png') no-repeat right -32px;
        color: #ffffff;
        text-shadow: 0 1px 1px #777777;
    }

#main_menu li.active { background: transparent url('../img/topnavi-bg.png') no-repeat left -32px }

    #main_menu li.active a {
        background: transparent url('../img/topnavi-bg-right.png') no-repeat right -32px;
        color: #ffffff;
        text-shadow: 0 1px 1px #777777;
    }

#main_menu ul {
    display: none;
    left: 1px;
    right: 7px;
}

#main_menu li.active ul,
#main_menu li:hover>ul {
    display: inline;
    position: absolute;
    background-color: #ff910e;
    z-index: 30;
}

#main_menu li.active ul { z-index: 10 }

    #main_menu ul li,
    #main_menu ul li:hover,
    #main_menu li.active ul li {
        float: none;
        display: inline;
        background: none;
        height: auto;
        background-color: #ff910e;
        width: auto;
    }

        #main_menu ul li a,
        #main_menu li:hover ul a,
        #main_menu li.active ul a {
            display: inline;
            background: none;
            background-color: #ff900c;
            line-height: 30px;
            text-transform: inherit;
            font-size: 1.3em;
            color: #FFFFFF;
        }

        #main_menu ul li a:hover,
        #main_menu ul li.active a { color: #ffe6e6 }

#main_menu ul.sub1 { height: 32px }

#leftContainer {
    width: 160px;
    margin-right: 8px;
    float: left;
}

#mainContainer {
    width: 651px;
    float: left;
}

#rightContainer {
    width: 153px;
    margin-left: 8px;
    float: left;
}

#leftContent {
    padding: 0px;
    width: 150px;
    margin: 0px auto;
}

#mainContent { padding: 0px 9px 0px 4px }

#rightContent {
    padding: 15px 0px;
    width: 130px;
    margin: 0px auto;
}

.contentBox {
    border: 1px solid #CDCDCD;
    margin-bottom: 15px;
}

.contentInnerBox {
    padding-left: 10px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-top: 15px;
    margin-bottom: 15px;
}

.innerLeftBox {
    width: 410px;
    float: left;
}

.innerRightBox {
    width: 190px;
    float: right;
}

#category_tree a {
    display: block;
    background: url('../img/buttonOrange.png') repeat-x 0 -2px;
    color: #d21c1c;
    line-height: 28px;
    height: 28px;
    width: 140px;
    text-align: center;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: bold;
    border: 1px solid #fff;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 2px #999;
    -moz-box-shadow: 0px 1px 2px #999;
    box-shadow: 0px 1px 2px #999;
    margin: 0px auto;
}

#category_tree a:hover,
#category_tree a:focus { color: #a91d1d }

#category_tree li { margin-bottom: 15px }

    #category_tree li .subkat1 {
        display: none;
        border: 1px solid #fff;
        border-top: none;
        margin: 0 4px;
        background-color: #fff;
        position: relative;
        margin-top: -4px;
        padding-top: 0px;
        -webkit-box-shadow: 0px 1px 2px #999;
        -moz-box-shadow: 0px 1px 2px #999;
        box-shadow: 0px 1px 2px #999;
    }

#category_tree li.active .subkat1 { display: block }

#category_tree li .subkat1 li { margin-bottom: 0px }

#category_tree .subkat1 a {
    width: 140px;
    padding: 4px 0px;
    display: block;
    text-decoration: none;
    border: none;
    background: none;
    height: auto;
    line-height: 1.5em;
    font-size: 1.125em;
    color: #313236;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#category_tree .subkat1 li a:hover,
#category_tree li .subkat1 li.active a {
    background-color: #ff9339;
    color: #fff;
}

.sub_navigation {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .sub_navigation li {
        width: 120px;
        height: 23px;
        margin-bottom: 6px;
    }

        .sub_navigation li a {
            display: block;
            height: 23px;
            line-height: 23px;
            background: transparent url('../img/button-bg.png') no-repeat left 0px;
            text-align: center;
            font-size: 1em;
            text-decoration: none;
        }

        .sub_navigation li a:hover { background: transparent url('../img/button-bg.png') no-repeat left -23px }

div.box { margin-bottom: 15px }

a img { border: none }

a {
    text-decoration: none;
    color: #000000;
}

a:hover,
a:focus { color: #a91d1d }

h1 { font-size: 20px }

h2 { font-size: 16px }

h3 { font-size: 14px }

h4 { font-size: 12px }

ol,
ul { list-style: none }

p { margin: 0 0 1em 0 }

#mainContent h1 {
    background-color: #EDEDF0;
    border-bottom: 1px solid #CDCDCD;
    color: #313236;
    line-height: 34px;
    margin-bottom: 0px;
    padding: 0 10px;
}

.contentInnerBox ul { list-style: disc inside }

.contentBox ol { list-style: decimal outside }

.contentInnerBox li { margin-bottom: 5px }

.pagination a,
.pagination span.button { margin-right: 10px }

fieldset {
    border: none;
    padding: 5px;
    margin-top: 20px;
}

hr {
    border: none;
    border-bottom: 1px solid #CDCDCD;
    margin: 0px;
}

legend {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

ol { margin-left: 35px }

option.linethrough {
    text-decoration: line-through;
    color: #cc0000;
}

small { font-size: 0.85em }

table {
    width: 100%;
    border-collapse: separate;
    background-color: #ffffff;
}

/* th { font-weight: bold; text-align: center; background-color: #d6f0f3; padding: 4px 10px; }
td { background-color: #fcfcfc; padding: 4px 10px; }
.bg_green td { background-color: #fbfadd; }
 */

th {
    font-weight: bold;
    text-align: center;
    background-color: #9e0303;
    color: #fff;
    padding: 4px 10px;
}

td {
    background-color: #fcfcfc;
    padding: 4px 10px;
}

.bg_green td { background-color: #ffc082 }

tr { margin-bottom: 8px }

/* forms  */

input,
select,
textarea {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    margin-bottom: 3px;
}

input.fehleingabe { border: 1px solid #E93616 }

.smallabel label {
    width: 60px;
    margin-right: 12px;
}

.smallabel label.normal {
    width: 60px;
    margin-right: 2px;
}

.blockform .mediumlabel label {
    width: 110px;
    margin-right: 15px;
}

.blockform .regchecklabel {
    float: none;
    font-size: small;
    text-align: left;
    width: auto;
}

label.jsformlabel {
    display: block;
    float: left;
    width: 200px;
    font-weight: bold;
    text-align: right;
    padding-right: 15px;
}

.regcheck {
    float: left;
    margin-left: 200px;
}

.blockform {
    font-size: 13px;
    line-height: 19px;
}

    .blockform label {
        display: block;
        width: 140px;
        float: left;
        margin-right: 20px;
        text-align: right;
        font-size: 13px;
        line-height: 16px;
    }

input.basket_save {
    cursor: pointer;
    margin-bottom: 0px;
}
.sepamandat label { width: 80px; } /* 2014-01-06 */

#quicklogin input,
#quicksearch input { width: 120px }

#quicklogin input[type="submit"],
#quicksearch input[type="submit"] {
    width: auto;
    padding: 0px 8px 1px;
    font-size: 1em;
    font-weight: bold;
    margin-top: 3px;
}

#quicksearch { margin-top: 25px }

#footer p {
    text-align: center;
    font-weight: normal;
    color: #ffffff;
    font-size: 1em;
    margin-bottom: 5px;
}

#footer a {
    color: #ffffff;
    text-decoration: none;
}

#footer a { color: #ffffff }

#footer a:hover,
#footer a:focus { color: #ffd700 }

/* ===[ Product-Listing ]=== */

.productsList {
    list-style-type: none;
    margin-bottom: 0;
}

    .productsList li {
        display: block;
        float: left;
        width: 148px;
        height: 180px;
        margin-left: 0;
        padding: 5px;
        border-right: 1px solid #cdcdcd;
        border-bottom: 1px solid #cdcdcd;
    }

    .productsList li.lastCell { border-right: none }

    .productsList li.lastRow { border-bottom: none }

    .productsList h2 {
        font-weight: bold;
        line-height: 1.3em;
        margin-bottom: 5px;
        text-align: center;
        font-size: 13px;
        height: 33px;
        overflow: hidden;
    }

    .productsList .price {
        font-weight: bold;
        nowhitespace: afterproperty;
        line-height: 1.3em;
        margin: 5px 0px;
        text-align: center;
        font-size: 15px;
        height: 33px;
        /*color: #76b828;*/ ;
    }

    .productsList .oldprice {
        color: #f59410;
        font-size: 11px;
        text-decoration: line-through;
    }

    .productsList .image_div {
        width: 147px;
        overflow: hidden;
        height: 90px;
        text-align: center;
        background-color: #ffffff;
        /*display: table-cell;*/
        vertical-align: middle;
    }

    .productsList .price .small {
        color: #363636;
        font-size: 9px;
        font-weight: normal;
    }

/* ===[ Category-Listing ]=== */

.categoryList {
    list-style-type: none;
    margin-bottom: 0;
}

    .categoryList li {
        display: block;
        float: left;
        width: 148px;
        height: 180px;
        margin-left: 0;
        padding: 5px;
        border-right: 1px solid #cdcdcd;
        border-bottom: 1px solid #cdcdcd;
    }

    .categoryList li.lastCell { border-right: none }

    .categoryList li.lastRow { border-bottom: none }

    .categoryList h2 {
        font-weight: bold;
        line-height: 1.3em;
        margin-bottom: 2px;
        text-align: center;
        font-size: 13px;
        height: 33px;
        overflow: hidden;
    }

    .categoryList .image_div {
        width: 147px;
        overflow: hidden;
        height: 145px;
        text-align: center;
        background-color: #ffffff;
        display: table-cell;
        vertical-align: middle;
    }

/* ===[ Buy Product ]=== */

#topoffer {
    width: 600px;
    margin: 0px auto;
}

/* #topoffer .topoffer_description { margin-top: 20px; overflow: hidden; }
#topoffer .topoffer_pricebox { float: right; width: 180px; margin: 3px 3px 15px 15px; padding: 5px; border: 1px solid #CDCDCD; -webkit-box-shadow: 0px 1px 2px #999; -moz-box-shadow: 0px 1px 2px #999; box-shadow: 0px 1px 2px #999; }
   ================================================== */

    #show_product #priceInfo,
    #topoffer #priceInfo { margin-top: 20px }

        #show_product #priceInfo .price,
        #topoffer #priceInfo .price {
            color: #d21c1c;
            font-weight: bold;
            font-size: 1.6em;
        }

        #show_product #priceInfo .oldprice,
        #topoffer #priceInfo .oldprice {
            color: #f59410;
            font-weight: bold;
            font-size: 1em;
        }

    #show_product .select_artikel,
    #topoffer .select_artikel { margin-top: 20px }

    #show_product .select_artikel_submit_div,
    #topoffer .select_artikel_submit_div { padding-bottom: 6px }

    #show_product .product_variation_amount input,
    #show_product .product_variation_amount select,
    #topoffer .product_variation_amount input,
    #topoffer .product_variation_amount select { margin-left: 5px }

    #show_product .product_variation_amount,
    #topoffer .product_variation_amount { color: #FF7700 }

    #show_product input.buybutton,
    #topoffer input.buybutton {
        display: block;
        margin-left: 43px;
        margin-top: 15px;
        background: url('../img/buttonOrange.png') repeat-x 0 -2px;
        color: #d21c1c;
        line-height: 30px;
        height: 30px;
        width: 162px;
        text-align: center;
        text-decoration: none;
        font-size: 1.375em;
        border: 1px solid #fff;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 1px 2px #999;
        -moz-box-shadow: 0px 1px 2px #999;
        box-shadow: 0px 1px 2px #999;
    }

/* #topoffer input.buybutton { margin-left: 10px;} _NO__DOTCOMMA__AFTER__
   ================================================== */

    #show_product input.buybutton:hover,
    #show_product input.buybutton:focus,
    #topoffer input.buybutton:hover,
    #topoffer input.buybutton:focus { color: #a91d1d }

    #show_product input.buttonright,
    #topoffer input.buttonright { margin: 15px auto 0px auto }

    #show_product .price,
    #show_product .oldprice,
    #topoffer .price,
    #topoffer .oldprice {
        font-size: 1.6em;
        margin-bottom: 5px;
    }

#show_product .time-left #topoffer .time-left {
    margin-top: -10px;
    margin-left: 15px;
    color: #3f8f06;
}

#show_product .additional_cost,
#topoffer .additional_cost {
    font-weight: bold;
    font-size: 0.7em;
    color: #4b4b4b;
    text-align: right;
    margin-top: 10px;
}
#show_product .additional_cost img, #topoffer .additional_cost img { vertical-align: bottom; }

/* ===[ Product-Image ]=== */

#imageContainer { overflow: hidden }

#mainpicBox {
    height: 300px;
    width: 410px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#thumbpicBox {
    width: 130px;
    height: 300px;
    margin: 0px auto;
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: center;
}

    #thumbpicBox img { margin-bottom: 7px }

/* ===[ Product-content-Menu ]=== */

#content_menu { overflow: hidden }

    #content_menu a {
        display: block;
        width: 149px;
        height: 34px;
        text-align: center;
        line-height: 34px;
        background: transparent url('../img/details-button-bg.png') no-repeat left 0px;
        float: right;
        margin-right: 15px;
    }

    #content_menu a:hover,
    #content_menu a.active,
    #content_menu a.active:hover { background: transparent url('../img/details-button-bg.png') no-repeat left -34px }

/* ===[ Product-Forum ]=== */

#produktlist p {
    padding: 10px;
    margin-bottom: 3px;
    background-color: #fcfcfc;
    font-size: 11px;
}

#produktlist .frmusername,
#produktlist .frmdatum { font-size: 10px }

#produktlist .frmusername { font-weight: bold }

/* * Preferred Product *
   ================================================== */

.preferred_product {
    overflow: hidden;
    background-color: #ededf0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(237, 237, 240)));
    background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(237, 237, 240));
    background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(237, 237, 240));
    background-image: linear-gradient(top, rgb(255, 255, 255), rgb(237, 237, 240));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#ededf0');
    -moz-box-shadow: 0 1px 5px #888888;
	 -webkit-box-shadow: 0 1px 5px #888888;
	 box-shadow: 0 1px 5px #888888;
	 margin-bottom: 20px;
	 border-radius: 6px;
 }

    .preferred_product .preferred_header {
        text-align: center;
		  font-weight: bold;
        font-size: 20px;
        line-height: 36px;
        color: #fff;
        text-shadow: 0px 2px 2px #333;
		  background: url(../img/box_header_orange.png) repeat-x #ff910e;
	  }

    .preferred_product .product_info_right {
        float: right;
        width: 330px;
        text-align: center;
    }

        .preferred_product .product_info_right h2 { margin-top: 15px }

        .preferred_product .product_info_right .product_teaser_div {
            height: 40px;
            margin: 10px 0px;
            overflow: hidden;
        }

    .preferred_product .product_image_div {
        position: static;
        display: table;
        width: 290px;
        height: 256px;
        overflow: hidden;
        text-align: center;
    }

        .preferred_product .product_image_div .inner_div {
            position: static;
            display: table-cell;
            width: 290px;
            height: 256px;
            vertical-align: middle;
            padding: 10px 0;
        }

        .preferred_product .product_image_div img {
            border: 3px #fff solid;
            box-shadow: 1px 1px 3px #333;
            -moz-box-shadow: 1px 1px 3px #333;
            -webkit-box-shadow: 1px 1px 3px #333;
        }

    .preferred_product .product_info_left {
        float: left;
        width: 290px;
    }

    .preferred_product .highlight {
        margin-top: 20px;
        text-align: center;
    }

        .preferred_product .highlight .group {
            font-weight: bold;
            font-size: 14px;
        }

        .preferred_product .highlight .slogan {
            font-weight: bold;
            font-size: 25px;
            line-height: 28px;
            color: #cc0000;
        }

    .preferred_product .price {
        margin-top: 20px;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        color: #cc0000;
        text-shadow: -4px 0px 2px #fff, 0px 4px 2px #fff, 4px 0px 2px #fff, 0px -4px 2px #fff,  3px 3px 7px #000;
    }

        .preferred_product .price .small {
            padding-right: 5px;
            font-size: 25px;
        }

    .preferred_product .priceinfo {
        margin-top: 15px;
        font-size: 11px;
        text-align: center;
        color: #333;
    }

    .preferred_product .moreprices {
        margin-top: 15px;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        color: #000;
    }

/* ===[ Serach ]=== */

form.searchform {
    margin-bottom: 20px;
    padding: 20px 10px;
    border-bottom: 1px solid #CDCDCD;
}

    form.searchform label {
        line-height: 30px;
        font-weight: bold;
    }

.searchList {
    list-style-type: none;
    margin: 0px 10px;
}

    .searchList li {
        border: 1px solid #CDCDCD;
        margin-bottom: 10px;
    }

    .searchList li.set_table { display: table }

        .searchList li.set_table div {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            overflow: hidden;
            height: 120px;
        }

    .searchList li .image_div { width: 120px }

    .searchList li .product_info {
        width: 280px;
        padding-left: 20px;
    }

    .searchList li .product_price {
        width: 196px;
        padding-left: 20px;
    }

    .searchList h2 {
        font-weight: bold;
        line-height: 1.3em;
        margin-bottom: 5px;
        text-align: center;
        font-size: 13px;
        height: 33px;
        overflow: hidden;
    }

    .searchList .price {
        font-weight: bold;
        nowhitespace: afterproperty;
        line-height: 1.3em;
        margin: 5px 0px;
        text-align: center;
        font-size: 15px;
        height: 33px;
        /*color: #76b828;*/ ;
    }

    .searchList .oldprice {
        color: #f59410;
        font-size: 11px;
        text-decoration: line-through;
    }

    .searchList .price .small {
        color: #363636;
        font-size: 9px;
        font-weight: normal;
    }

div.backto { margin-top: 10px }

a.backbutton {
    display: block;
    background: url('../img/buttonOrange.png') repeat-x 0 -2px;
    color: #d21c1c;
    line-height: 28px;
    height: 28px;
    width: 160px;
    text-align: center;
    text-decoration: none;
    font-size: 1.375em;
    border: 1px solid #fff;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 2px #999;
    -moz-box-shadow: 0px 1px 2px #999;
    box-shadow: 0px 1px 2px #999;
    margin: 0px auto;
}

a.backbutton:hover,
a.backbutton:focus { color: #a91d1d }

a.button,
input.button {
    display: inline-block;
    background: url('../img/buttonOrange.png') repeat-x 0 -2px;
    color: #d21c1c;
    width: 160px;
    text-align: center;
    text-decoration: none;
    font-size: 1.375em;
    border: 1px solid #fff;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 2px #999;
    -moz-box-shadow: 0px 1px 2px #999;
    box-shadow: 0px 1px 2px #999;
}

a.button {
    line-height: 26px;
    height: 26px;
}

a.catbutton {
    display: inline-block;
    background: url('../img/buttonOrange.png') repeat-x 0 -2px;
    text-decoration: none;
    color: #d21c1c;
    text-shadow: 0 1px 1px #fff;
    width: 140px;
    text-align: center;
    text-decoration: none;
    font-size: 1.375em;
    border: 1px solid #fff;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 2px #999;
    -moz-box-shadow: 0px 1px 2px #999;
    box-shadow: 0px 1px 2px #999;
}

a.button,
a.catbutton {
    line-height: 26px;
    height: 26px;
}

input.button {
    line-height: 28px;
    height: 28px;
    margin-bottom: 0px;
}

a.button:hover,
a.catbutton:hover,
input.button:hover { color: #a91d1d }

.pagination { margin-top: 10px }

    .pagination .button {
        display: inline-block;
        width: 60px;
        height: 20px;
        padding-left: 5px;
        border: 1px solid #fff;
        background: url('../img/pagination.png') repeat-x 0 -20px;
        line-height: 20px;
        color: #d21c1c;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
        cursor: pointer;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        box-shadow: 0px 1px 2px #999;
        -webkit-box-shadow: 0px 1px 2px #999;
        -moz-box-shadow: 0px 1px 2px #999;
    }

    .pagination .disabled { background: url('../img/pagination.png') repeat-x 0 -20px }

    .pagination .button:hover {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    .pagination .current {
      background: url('../img/pagination.png') repeat-x 0 0px;
    }

    .pagination .disabled:hover {
        -webkit-box-shadow: 0px 1px 2px #999;
        -moz-box-shadow: 0px 1px 2px #999;
        box-shadow: 0px 1px 2px #999;
    }

div.top {
    width: 600px;
    margin: auto;
    margin-top: -25px;
    margin-bottom: 3px;
}

div.countdown {
    float: left;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding-left: 75px;
    background: transparent url(../img/uhr-klein.png) no-repeat left;
    font-weight: bold;
}

div.available {
    float: right;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding-right: 55px;
    text-align: right;
    font-weight: bold;
}

.aright { text-align: right }

.borderTop { border-top: 1px solid #CDCDCD }

.borderBottom { border-bottom: 1px solid #CDCDCD }

.clear {
    clear: both;
    font-size: 1px;
    line-height: 0px;
}

.floatleft { float: left }

img.floatleft {
    margin-right: 20px;
    margin-bottom: 20px;
}

.floatright { float: right }

.green { color: #31b51e }

.red { color: #bf0000 }

.strong { font-weight: bold }

.center { text-align: center }

.error {
    color: #ff0000;
    font-size: 16px;
    text-align: center;
    padding: 5px;
}

.line-through {
    color: #ff0000;
    text-decoration: line-through;
}

.klicken { cursor: pointer }

.nowrap { white-space: nowrap }

.noborder { border: none }

.orange { color: #FF7700 }

.product_documents {
    font-size: 16px;
    font-weight: bold;
}

.product_documents_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.wrapper { overflow: hidden }
.contentInnerBox fieldset .error { font-size: 10px; }

/* ===[ Lightbox und Fehler nicht entfernen! ]=== */
.waiting_img { visibility: hidden; }
#add_to_basket_waiting { display: none; }
#schleier {
    position: absolute;
    nowhitespace: afterproperty;
    left: -300px;
    top: 100px;
    width: 1px;
    height: 1px;
    background-color: #000000;
    /*#3E3F4E;*/ z-index: 30; ;
}

#ajaxformdiv {
    position: absolute;
    nowhitespace: afterproperty;
    background-color: #d7dce7;
    /*#f3ffc4; nowhitespace: afterproperty;*/ border: 4px outset #ffb800; /*#0058ac;*/ z-index: 90; ;
}
#ajaxformdiv #bigimageid {max-width:100%}

.werbebanner {
    position: absolute;
    background-color: #ffffff;
    border: 4px outset #d66624;
    padding: 15px;
    z-index: 95;
}

#fehlerdiv {
    position: absolute;
    top: 0px;
    left: -500px;
    width: 180px;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    background-color: #EA0000;
    z-index: 100;
}

    #fehlerdiv img {
        position: absolute;
        left: 0px;
        bottom: -11px;
    }

.adressbookwrapper  .entry { width: 50%; float: left; }
.adressbookwrapper  .entry fieldset { border: 1px solid #cdcdcd; padding: 5px; }
.adressbookwrapper  .entry fieldset  label { width: 80px; }
.adressbookwrapper  .entry fieldset input.regcheck { margin-left: 100px }
.adressbookwrapper  .entry fieldset label.regcheck { width: auto; }