/* Kram aus index.html
{$box_CART}
*/

/*
***************************************************************************************************/

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

body {
    font: 87.5% "Calibri", Arial; /* 14px */
    color: #333333;
}

.copyright {
    display: none;
}

/* Container
***************************************************************************************************/

#wrapper {
    min-width: 982px;
    max-width: 1175px;
    margin: 0 auto;
    padding: 0 10px;
}

#shadowLeft {
    background: url(/images/css/bg_shadowLeft.gif) left top repeat-y;
}

#shadowRight {
    background: url(/images/css/bg_shadowRight.gif) right top repeat-y;
}

.shadowTop,
.shadowBottom {
    background: url(/images/css/bg_shadows.gif) 0 0 repeat-x;
    height: 18px;
}

.shadowCornerRight {
    background: url(/images/css/bg_shadows.gif) 0 -36px no-repeat;
    width: 18px;
    height: 18px;
    float: right;
}

.shadowCornerLeft {
    background: url(/images/css/bg_shadows.gif) 0 -18px no-repeat;
    float: left;
    width: 18px;
    height: 18px;
}

.shadowTop {
    background-position: 0 -54px;
}

.shadowTop .shadowCornerRight {
    background-position: 0 -90px;
}

.shadowTop .shadowCornerLeft {
    background-position: 0 -72px;
}

#header {
    background: #006f3d url(/images/css/bg_header.gif) repeat-x;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#content {
    background: url(/images/css/bg_left.gif) 0 0 repeat-y;
    padding-bottom: 40px;
    padding-bottom: 0;
    position: relative;
    width: 100%;
}

.onlyContent {
    background: none !important;
    padding-bottom: 0 !important;
}

#left {
    width: 175px;
    padding-top: 2px;
    padding-bottom: 10px;
    float: left;
}

#right {
    width: 100%;
}

#rightInner {
    margin-left: 185px;
}

.onlyContent #rightInner {
    padding-left: 0;
    margin-left: 0;
}

.content {
    margin: 0 18px;
}

#footer .content {
    overflow: hidden;
}

#footer {
    text-transform: uppercase;
}

#footer .col33 {
    border-left: 5px solid #e0d9bd;
    margin-left: -5px;
    min-height: 210px;
}

/* Typo
***************************************************************************************************/

h1 {
    padding-bottom: 0.3em;
}

img {
    border: 0;
}

a {
    color: #333333;
    text-decoration: none;
    outline: none;
}

#header a {
    color: #fff;
}

#topNav,
#topNav a {
    color: #fff;
}

p {
    padding-bottom: 0.7em;
}

label {
    cursor: pointer;
}


/* Header
***************************************************************************************************/

#topNav {
    background: #004f2c;
    height: 25px;
    padding: 5px 0 0 0;
}

#logo {
    background: url(/images/css/logo.gif) no-repeat;
    width: 264px;
    height: 86px;
    display: block;
    text-indent: -999em;
    margin-left: 34px;
}

#topNav p {
    float: right;
    padding-right: 30px;
}

#topNav p span {
    color: #82bf84;
    padding: 0 8px;
}

#topNav p a {
    background: url(img/buttons/arrow_white.gif) left center no-repeat;
    padding-left: 16px;
}

#topNav ul {
    float: right;
    overflow: hidden;
}

#topNav ul li {
    float: left;
    margin-left: -1px;
    border-left: 1px solid #5ca383;
    list-style: none;
}

#topNav ul li a {
    padding: 0 10px;
}

#smallCart {
    float: right;
    border-left: 1px solid #5ca383;
    padding: 0 0 5px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: right;
    min-width: 190px;
    background: url(/images/css/icons/basket_header.gif) right top no-repeat;
}

#smallCart h3 {
    padding-right: 35px;
}

#search {
    float: right;
    padding-right: 40px;
    padding-top: 8px;
}

#search label {
    position: relative;
    top: 5px;
    padding-right: 5px;
}

#search input {
    vertical-align: top;
}

#search input#keywords {
    background: url(img/bg_search.gif) no-repeat;
    height: 18px;
    padding: 0;
    border: 0;
    margin-top: 2px;
    width: 212px;
    padding: 3px 3px 3px 25px;
}

/* Navi
***************************************************************************************************/

#navi {
    padding-left: 5px;
    margin-bottom: 20px;
}

#navi li {
    text-transform: uppercase;
    list-style: none;
    padding-top: 0.35em;
}

#navi ul {
    margin-left: 10px;
}

#navi a {
    padding-left: 10px;
    font-weight: bold;
    display: block;
}

#navi a:hover {
    color: #d65501 !important;
}

#navi li.active a,
#navi li.active li.active a,
#navi li.active li.active li.active a,
#navi li.active li.active li.active li.active a {
    color: #d63c00;
    background: url(/images/css/arrow_orange.gif) 0 4px no-repeat;
}

#navi li.active li a,
#navi li.active li.active li a,
#navi li.active li.active li.active li a,
#navi li.active li.active li.active li.active li a {
    color: #88400f;
    background: none;
}

.box .small {
    font-size: 80%;
}

.box {
    border: 1px solid #d7d3be;
    border-left: 0;
    margin: 5px 10px 5px 1px;
    padding: 5px 0 5px 10px;
}

.boxPhone {
    background: #fff url(img/bg_box_phone.gif) right top no-repeat;
}

.boxMail {
    background: #fff url(img/bg_box_mail.gif) right top no-repeat;
}

.box p {
    font-size: 120%;
    color: #217e4d;
    font-weight: bold;
    padding: 0;
}

.box p a {
    color: #217e4d;
}

/* Produktauflistung
***************************************************************************************************/

ul.products {
    margin-right: -11px;
    clear: right;
}
/*
ul.products li {
    float: left;
    list-style: none;
    width: 170px;
    border: 1px solid #bcb9ab;
    padding: 5px;
    margin-right: 11px;
    margin-bottom: 11px;
}
*/
ul.products li {
    list-style: none;
    width: 170px;
    border: 1px solid #bcb9ab;
    padding: 5px;
    margin-right: 11px;
    margin-bottom: 11px;
    display: inline-block;
    vertical-align: top;
}

.pagination {
    background: #ebe7d7;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 0;
}

.pagination ul.paging {
    padding-right: 5px;
}

.pagination li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 5px;
}

.pagination ul.paging li.pageText {
    padding: 2px 7px 0;
}

.pagination ul.paging a.pageButton,
.pagination ul.paging span.pageButton {
    display: block;
    width: 20px;
    height: 20px;
    background: #fff url(img/buttons/paging_button.gif) left bottom repeat-x;
    border: 1px solid #afa191;
}

.pagination ul.paging a.pageButton:hover {
    background: #fff url(img/buttons/paging_button_hover.gif) left top repeat-x;
}

.pagination ul.paging a.pageButton span,
.pagination ul.paging span.pageButton span {
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url(img/buttons/paging_controls.gif) 0 0 no-repeat;
    text-indent: -999em;
    text-align: center;
}

.pagination ul.paging span.pageButton {
    border: 1px solid #e3dbca;
    background: #fff;
}

.pagination ul.paging a.first span { background-position: 0 0; }
.pagination ul.paging a.prev span { background-position: -20px 0; }
.pagination ul.paging a.next span { background-position: -40px 0; }
.pagination ul.paging a.last span { background-position: -60px 0; }

.pagination ul.paging span.first span { background-position: 0 -20px; }
.pagination ul.paging span.prev span { background-position: -20px -20px; }
.pagination ul.paging span.next span { background-position: -40px -20px; }
.pagination ul.paging span.last span { background-position: -60px -20px; }

.pagination ul.display {
    padding-left: 5px;
}

.pagination ul.display li.pageText {
    padding: 2px 7px 0 0;
}

.pagination ul.display a.pageButton,
.pagination ul.display span.pageButton {
    display: block;
    height: 20px;
    text-align: center;
    background: #ebe7d7;
    border: 1px solid #ebe7d7;
    padding: 0 5px;
}

.pagination ul.display span.pageButton {
    background: #fff url(img/buttons/paging_button.gif) left bottom repeat-x;
    border: 1px solid #afa191;
}

.pagination ul.display a.pageButton:hover {
    border: 1px solid #afa191;
    background: #fff url(img/buttons/paging_button_hover.gif) left top repeat-x;
}

/* Footer
***************************************************************************************************/

#footer h3 {
    font-size: 110%;
}

#footer ul {
    list-style: none;
    padding-left: 5px;
}

#footer ul li a {
    background: url(/images/css/arrow_black.gif) 0 3px no-repeat;
    padding-left: 12px;
    font-size: 85.5%;
    font-weight: bold;
}

#titlelist {
    padding: 0 8px 20px 8px;
    font-size: 12px;
    text-transform: uppercase;
}

#titlelist ul {
    overflow: hidden;
}

#titlelist ul li {
    float: left;
    margin-left: -1em;
    margin-right: 1.5em;
    list-style: inside;
}

/* Cols
***************************************************************************************************/

.col33 {
    width: 33.333%;
    float: left;
}

.col33 .innerCol {
    padding: 0 10px 0 20px;
}

/* Aboübersicht
***************************************************************************************************/

#aboOverview #aboDescription {
    width: 275px;
    float: left;
}

#aboOverview #aboDescription .aboImage {
    margin-bottom: 10px;
}

#aboOverview #aboListing {
    width: 100%;
}

#aboOverview #aboListing ul {
    margin-left: 285px;
}

#aboOverview #aboListing li {
    background-color: #ebe7d7;
    list-style: none;
    margin-bottom: 10px;
}

#aboOverview #aboListing li.aboIcon {
    padding-left: 60px;
    background: #ebe7d7 url(img/abo_types.gif) no-repeat;
}

#aboOverview #aboListing li.aboIcon0 { background-position: 0 0; }
#aboOverview #aboListing li.aboIcon1 { background-position: -180px 0; }
#aboOverview #aboListing li.aboIcon2 { background-position: -60px 0; }
#aboOverview #aboListing li.aboIcon3 { background-position: -120px 0; }
#aboOverview #aboListing li.aboIcon4 { background-position: -240px 0; }
#aboOverview #aboListing li.aboIcon5 { background-position: -300px 0; }

#aboOverview #aboListing h3 {
    background-color: #e4dfc9;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 5px 5px 5px 10px;
}

#aboOverview #aboListing .aboShortText {
    background-color: #e4dfc9;
    border-left: 1px solid #fff;
    padding: 5px 5px 20px 10px;
    position: relative;
}

#aboOverview #aboListing .aboPrice {
    font-weight: bold;
}

#aboOverview #aboListing .aboButton {
    position: absolute;
    right: 5px;
    bottom: 5px;
}


/* Abodetail
***************************************************************************************************/

#aboDetail #aboHead {
    width: 100%;
    border-bottom: 10px solid #E3E0C8;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

#aboDetail #aboHeadContent {
    width: 100%;
}

#aboDetail #aboHead #aboImage {
    float: left;
    margin-right: 10px;
    width: 20%;
}

#aboDetail #aboHead #aboImage img {
    width: 100%;
}

#aboDetail #aboHead #aboDatailOverview {
    float: left;
}

#aboDetail #aboHead #aboDetailOverview .aboPriceTable {
    float: right;
    border-spacing: 0;
    margin-left: 20px;
}

#aboDetail #aboHead #aboDetailOverview .aboPriceTable .price {
    font-weight: bold;
    padding-left: 10px;
}

#aboDetail #aboHead #aboDetailOverview .aboPriceTable .sum td.sumBorder {
    padding-top: 8px;
}

#aboDetail #aboHead #aboDetailOverview .aboPriceTable .sum td {
    font-size: 120%;
    border-top: 1px solid #000;
}

#aboDetail #aboDescription {
    clear: right;
}

#aboDetail #aboDetailOverview .aboAdvice {
    padding-top: 2em;
}

#aboDetail #aboBonus {
    border-bottom: 10px solid #E3E0C8;
    clear: right;
    margin-bottom: 20px;
    padding-top: 10px;
    margin-top: 5px;
    padding-bottom: 15px;
}

#aboDetail #aboBonus ul li {
    list-style: none;
    margin-top: 15px;
    width: 100%;
    background: url("img/overlay_white.gif") repeat-y scroll -320px 0 #E3E0C8;
    position: relative;
}

#aboDetail #aboBonus ul .bonusImage {
    float: left;
}

#aboDetail #aboBonus ul .bonusDescription {
    margin-left: 180px;
    padding: 5px 5px 20px 5px;
}

#aboDetail #aboBonus ul .bonusPrice {
    font-weight: bold;
    padding-top: 1em;
}

#aboDetail #aboBonus ul .bonusButton {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

#aboBonusDetail {
    width: 100%;
    margin-bottom: 20px;
}

#aboBonusDetail #aboBonusContent {
    width: 100%;
}

#aboBonusDetail #aboBonusImage {
    width: 350px;
    float: left;
    text-align: center;
    padding-bottom: 5px;
}

#aboBonusDetail #aboBonusDescription {
    padding: 0 0 20px 355px;;
}

#aboBonusDetail #aboBonusDescription #aboBonusPriceWrap {
    font-weight: bold;
    display: block;
    margin: 10px 0;
    height: 50px;
}

#aboBonusDetail #aboBonusDescription #aboBonusPriceWrap #aboBonusPriceInner {
    display: block;
    float: left;
}

#aboBonusDetail #aboBonusDescription #aboBonusPriceWrap #aboBonusPrice {
    font-size: 257%;
    line-height: 100%;
}

#aboBonusDetail #aboBonusDescription #aboBonusPriceWrap span {
    display: block;
    text-align: right;
}

#aboBonusDetail #aboBonusDescription #aboBonusVariations {
    margin: 10px 0;
}

#aboBonusDetail #aboBonusDescription #aboBonusVariations .variationOption {
    float: left;
    margin-right: 20px;
    max-width: 60%;
}

#aboBonusDetail #aboBonusDescription #aboBonusVariations .variationOption label {
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 23px;
    display: block;
    background: url(img/buttons/variation_select.gif) no-repeat;
    float: left;
    padding: 1px 3px 3px 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    text-align: center;
    line-height: 170%;
    font-size: 13px;
}

#aboBonusDetail #aboBonusDescription #aboBonusVariations .variationOption h4 {
    float: left;
    margin-right: 5px;
    font-weight: normal;
    height: 100%;
    margin-top: 4px;
}

#aboBonusDetail #aboBonusDescription #aboBonusVariations .variationOption .onlyVariationOption {
    float: left;
    max-width: 168px;
}

#aboBonusDetail #aboBonusDescription #aboBonusVariations .variationOption label span {
    width: 30px;
    height: 23px;
    display: block;
    text-shadow: 0 1px #fff;
}

#aboBonusDetail #aboBonusDescription #aboBonusVariations .variationOption label:hover span,
#aboBonusDetail #aboBonusDescription #aboBonusVariations .variationOption label:focus span {
    background: url(img/buttons/variation_states.png) no-repeat;
}

#aboBonusDetail #aboBonusDescription #aboBonusVariations .variationOption label.selected span {
    background: url(img/buttons/variation_states.png) -30px 0 no-repeat;
}

#aboBonusDetail #aboBonusDescription #aboBonusVariations .variationOption label span.variationOption6_0 { background-color: #467166; text-indent:-999em; }
#aboDetail #aboBonusDetail #aboBonusDescription #aboBonusVariations .variationOption label span.variationOption6_1 { background-color: #000; text-indent:-999em; }

#aboBonusDetail #aboBonusDescription #aboBonusVariations .variationOption label.notAvailable {
    opacity: 0.3;
    cursor: default;
}

#aboBonusDetail #aboBonusDescription #aboBonusVariations .variationOption label.notAvailable span {
    background-image: none !important;
}

#aboBonusDetail #aboBonusDescription #aboBonusVariations .variationOption input {
    position: absolute;
    left: -25px;
}

#aboBonusDetail #aboBonusFooter {
    background: #cfc298;
    height: 60px;
    position: relative;
}

#aboBonusDetail #aboBonusFooter #aboBonusImageNavigation {
    width: 342px;
    border-right: 5px solid #fff;
    background: #E3E0C8;
    height: 52px;
    padding: 4px;
}

#aboBonusDetail #aboBonusFooter #aboBonusImageNavigation .aboBonusImageLink {
    display: block;
    width: 47px;
    height: 52px;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    background: #fff;
    text-align: center;
}

#aboBonusDetail #aboBonusFooter #aboBonusImageNavigation .aboBonusImageActive {
    opacity: 0.5;
}

#aboBonusDetail #aboBonusFooter #aboBonusButton {
    position: absolute;
    right: 5px;
    bottom: 5px;
}


/* Magazine Übersicht
***************************************************************************************************/

#magazineOverview {
    width: 100%;
    background: url(img/shelf/shelf_bg.png);
    padding-top: 10px;
}

.shelfRight {
    background: url(img/shelf/shelf20_right.png) right top repeat-y;
    width: 100%;
}

.shelfLeft {
    background: url(img/shelf/shelf20_left.png) repeat-y;
    width: 100%;
}

.shelfCenter {
    background: url(img/shelf/shelf20_center.png) repeat;
    margin: 0 30px;
}

#magazineOverview .shadowLeft {
    background: url(img/shelf/shelf20_shadow_left.png) left bottom no-repeat;
    padding-left: 12px;
    display: inline-block;
    *display: inline;
}

#magazineOverview .shadowRight {
    background: url(img/shelf/shelf20_shadow_right.png) right bottom no-repeat;
    padding-right: 11px;
    display: inline-block;
    *display: inline;
}

#magazineOverview ul {
    width: 100%;
    list-style: none;
    overflow: hidden;
}

#magazineOverview ul li {
    float: left;
    width: 20%;
    height: 170px;
    position: relative;
}

#magazineOverview ul li a {
    height: 140px;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 26px;
    display: block;
    text-align: center;
}

#magazineOverview ul li img {
    height: 140px;
}

#magazineOverview ul.list50 li {
    width: 50%;
    height: 400px;
}


#magazineOverview div.list33 .shelfRight {
    background: url(img/shelf/shelf33_right.png) right top repeat-y;
    width: 100%;
}

#magazineOverview div.list33 .shelfLeft {
    background: url(img/shelf/shelf33_left.png) repeat-y;
    width: 100%;
}

#magazineOverview div.list33 .shelfCenter {
    background: url(img/shelf/shelf33_center.png) repeat;
    margin: 0 30px;
}

#magazineOverview div.list33 .shadowLeft {
    background: url(img/shelf/shelf33_shadow_left.png) left bottom no-repeat;
}

#magazineOverview div.list33 .shadowRight {
    background: url(img/shelf/shelf33_shadow_right.png) right bottom no-repeat;
}

#magazineOverview div.list33 ul li {
    width: 33%;
    height: 226px;
}

#magazineOverview div.list33 ul li a,
#magazineOverview div.list33 ul li img {
    height: 200px;
}

#magazineOverview div.list50 .shelfRight {
    background: url(img/shelf/shelf50_right.png) right top repeat-y;
}

#magazineOverview div.list50 .shelfLeft {
    background: url(img/shelf/shelf50_left.png) repeat-y;
}

#magazineOverview div.list50 .shelfCenter {
    background: url(img/shelf/shelf50_center.png) repeat;
}

#magazineOverview div.list50 .shadowLeft {
    background: url(img/shelf/shelf50_shadow_left.png) left bottom no-repeat;
}

#magazineOverview div.list50 .shadowRight {
    background: url(img/shelf/shelf50_shadow_right.png) right bottom no-repeat;
}

#magazineOverview div.list50 ul li {
    width: 50%;
    height: 406px;
}

#magazineOverview div.list50 ul li a,
#magazineOverview div.list50 ul li img {
    height: 360px;
}

/* Warenkorb
***************************************************************************************************/

.darkFooter {
    background: #cfc298;
    padding: 2px 5px 30px 10px;
    margin-top: 10px;
}

#orderDetailsTable {
    width: 100%;
    border-spacing: 0;
}

#orderDetailsTable tbody td {
    background: #ebe7d7 url("img/bg_cartTable.gif") no-repeat;
    vertical-align: top;
    padding: 8px 10px 5px 10px;
    border-top: 1px solid #cfc298;
    border-bottom: 3px solid #fff;
}

#orderDetailsTable tbody td.first {
    border-top: 0;
}

#orderDetailsTable th {
    background: #e4dfc9 url("img/bg_cartTable.gif") no-repeat;
    vertical-align: top;
    border-bottom: 12px solid #fff;
    padding: 8px 10px 5px 10px;
}

#orderDetailsTable tfoot td {
    background: #fff;
    vertical-align: top;
    font-size: 110%;
    padding: 5px 10px 0;
}

#orderDetailsTable td.cartImage {
    background: #fff;
    text-align: center;
}

#orderDetailsTable td.cartProduct {
}

#orderDetailsTable td.cartAmount {
    font-weight: bold;
    text-align: right;
}

#orderDetailsTable td.cartSinglePrice {
    font-weight: bold;
    text-align: right;
}

#orderDetailsTable td.cartDelete {
    text-align: center;
    vertical-align: middle;
}

#orderDetailsTable td.cartSummaryPrice {
    font-weight: bold;
    text-align: right;
    background-color: #e4dfc9;
    font-size: 110%;
    border-right: 0;
}

#orderDetailsTable th.cartProduct {
    font-weight: normal;
    text-align: left;
    background-position: -3px 0;
}

#orderDetailsTable th.cartAmount {
    font-weight: normal;
    text-align: right;
}

#orderDetailsTable th.cartSinglePrice {
    font-weight: normal;
    text-align: right;
}

#orderDetailsTable th.cartDelete {
    text-align: center;
    font-weight: normal;
}

#orderDetailsTable th.cartSummaryPrice {
    font-weight: normal;
    text-align: right;
    border-right: 0;
}

#orderDetailsTable tr.aboCart td {
    border-bottom: 0;
}

#orderDetailsTable tr.aboCart td.cartProduct {
    padding-bottom: 60px;
}

#orderDetailsTable td.cartAddress {
    background-position: -3px 0;
}

#orderDetailsTable tr.bonusCart td.cartAddress {
    background-position: -3px -3px;
}

#orderDetailsTable td.cartAddress select {
    width: 200px;
}

#orderDetailsTable tr.bonusCart td.cartProduct .aboPlus {
    background: url(img/buttons/abo_plus.gif) left bottom no-repeat;
    width: 49px;
    height: 49px;
    position: absolute;
    margin-top: -60px;
}

#orderDetailsTable tr.aboCart td.cartDelete,
#orderDetailsTable tr.aboCart td.cartSummaryPrice {
    border-bottom: 3px solid #fff;
}

#orderDetailsTable tr.bonusCart td {
    background-position: 0 -3px;
    border-top: 0;
}

#orderDetailsTable tr.aboCart td.cartDelete {
    vertical-align: middle;
}

/* Progress Bar
***************************************************************************************************/

#progressBar {
    padding-left: 34px;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
    color: #b9b297;
}

#progressBar ol {
    background: #e5dfc9 url(img/processBar.gif) right top no-repeat;
    width: 100%;
    list-style: none;
    list-style-position: inside;
}

#progressBar ol.completed {
    background: #bfddaf url(img/processBar.gif) right -60px no-repeat;
}

#progressBar li {
    background: url(img/processBar.gif) left -120px no-repeat;
    float: left;
    height: 50px;
    margin-left: -34px;
    padding-right: 45px;
}

#progressBar li span,
#progressBar li a {
    display: block;
    padding-left: 55px;
    padding-right: 20px;
    padding-top: 15px;
    color: #b9b297;
}

#progressBar li.completed span,
#progressBar li.completed a {
    background: url(img/processBar.gif) right -420px no-repeat;
}

#progressBar li.completed {
    background: #bfddaf url(img/processBar.gif) left -180px no-repeat;
}

#progressBar li.active {
    background: url(img/processBar.gif) left -240px no-repeat;
}

#progressBar li.completed span,
#progressBar li.completed a,
#progressBar li.active span,
#progressBar li.active a {
    color: #837959;
}

#progressBar li.first {
    background: #E5DFC9 url(img/processBar.gif) left -300px no-repeat;
}

#progressBar li.firstCompleted {
    background: #bfddaf url(img/processBar.gif) left -360px no-repeat;
}

#progressBar li.first,
#progressBar li.first span,
#progressBar li.firstCompleted,
#progressBar li.firstCompleted span,
#progressBar li.firstCompleted a {
    padding-left: 15px;
}

/* Login
***************************************************************************************************/

#login h3 {
    padding-bottom: 1em;
}

#login label {
    display: block;
    float: left;
    width: 110px;
}

#login .button {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.col5050 {
    width: 100%;
    margin-top: 10px;
    background: #ebe7d7 url(img/border.gif) center top repeat-y;
}

#login .col50l .innerCol,
#login .col50r .innerCol {
    min-height: 130px;
}

.col50l,
.col50r {
    width: 50%;
    float: left;
}

.col50l .innerCol {
    margin-right: 5px;
    background: #ebe7d7;
    padding: 10px;
    position: relative;
}

.col50r .innerCol {
    margin-left: 5px;
    background: #ebe7d7;
    padding: 10px;
    position: relative;
}

/* Account
***************************************************************************************************/

#account {
    background: #E4DFC9;
    padding: 10px;
}

/* Slider / Banner
***************************************************************************************************/

.form ul.error {
    border: 1px solid #993300;
    background: #bb815b;
    padding: 10px;
    list-style: none;
    margin-bottom: 10px;
}

.form span.inputRequirement {
    color: #7F7F7F;
    font-size: 85%;
}

.form label {
    display: block;
    float: left;
    width: 150px;
}

.form label.inlineLabel {
    display: inline;
    width: auto;
    float: none;
}

.form input {
    width: 150px;
    margin-right: 5px;
}

.form input.i100 { width: 311px; }
.form input.i80  { width: 240px; }
.form input.i20  { width: 60px; }

.form select {
    width: 156px;
    margin-right: 5px;
}

.form select.i100 { width: 317px; }

.form input {
    width: 150px;
}

.form input.radio,
.form input.checkbox,
.form .button input {
    width: auto;
}

/* Formulare
***************************************************************************************************/

#banner {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

#banner #controls {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    display: none;
}

#banner #controls * {
    background: transparent url(img/buttons/slider_controls.png) 0 0 no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    float: left;
    margin-left: 7px;
    opacity: 0.5;
}

#banner #controls *:hover {
    opacity: 1;
}

#banner #controls .play {
    display: none;
    background-position: -46px 0;
}

#banner #controls .pause {
    background-position: -23px 0;
}

#banner #controls .prev {
    background-position: -92px 0;
}

#banner #controls .next {
    background-position: -69px 0;
}

#banner #slider .element {
    position: absolute;
    display: none;
    z-index: 50;
}

#banner #slider .actElement {
    display: block;
}

/* Buttons
***************************************************************************************************/

a.button {
    background: transparent url("img/buttons/button_red_left.png") left top no-repeat;
    padding-left: 27px;
    display: inline-block;
    height: 27px;
    color: #fff;
    margin-right: 15px;
    font-size: 14px;
    cursor: pointer;
}

a.button span,
span.button span {
    background: transparent url("img/buttons/button_red_right.png") right top no-repeat;
    display: inline-block;
    height: 24px;
    padding-top: 3px;
    margin-right: -15px;
    padding-right: 12px;
}

a.button span span,
span.button span input {
    padding-left: 12px;
    background: url(img/buttons/arrow_black.gif) left center no-repeat;
    display: inline;
    height: auto;
    padding-top: 0;
    margin-right: 0;
    padding-right: 0;
}

a.buttonGreen {
    background-image: url("img/buttons/button_green_left.png");
}

a.buttonGreen span {
    background-image: url("img/buttons/button_green_right.png");
}

a.buttonRed {
    background-image: url("img/buttons/button_red_left.png");
}

a.buttonRed span {
    background-image: url("img/buttons/button_red_right.png");
}

a.buttonLight,
span.buttonLight {
    color: #333333;
    padding-left: 12px;
    background-image: url("img/buttons/button_light_left.png");
}

a.buttonLight span,
span.buttonLight span {
    background-image: url("img/buttons/button_light_right.png");
}

a.button span span.back,
span.button span input.back {
    background-image: url(img/buttons/arrow_black_back.gif);
}

input.reloadButton {
    border: 0;
    cursor: pointer;
    background: url("img/buttons/reloadButton.gif") right top no-repeat;
    padding: 5px 25px 5px 5px;
    font-size: 90%;
    margin-top: -20px;
    margin-left: 120px;
}

input.reloadButton:hover {
    background-image: url("img/buttons/reloadButton_hover.gif");
}

span.button {
    background: transparent url("img/buttons/button_red_left.png") left top no-repeat;
    display: inline-block;
    height: 27px;
    color: #fff;
    margin-right: 15px;
}

span.button input {
    background: transparent url("img/buttons/button_red_right.png") right top no-repeat;
    display: inline-block;
    height: 27px;
    margin-right: -15px;
    padding-left: 27px;
    padding-right: 12px;
    padding-bottom: 6px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
}

span.buttonLight {
    background-image: url("img/buttons/button_light_left.png");
}

span.buttonLight input {
    color: #333333;
    padding-bottom: 0;
    background-image: url("img/buttons/button_light_right.png");
}

.deleteFromCart {
    background: url("img/buttons/deleteFromCart.gif") left top no-repeat;
    width: 26px;
    height: 37px;
    text-indent: -999em;
    display: inline-block;
}

a.linkDown {
    background: url("img/buttons/arrow_black_down.gif") left center no-repeat;
    padding-left: 16px;
}

a.linkBack {
    background: url("img/buttons/arrow_black_back.gif") left center no-repeat;
    padding-left: 12px;
}

/* Clearfix
***************************************************************************************************/

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Misc
***************************************************************************************************/

.error {
    background: #FFBFBF;
    border: 1px solid #FF6F6F;
    padding: 5px 10px;
    margin-bottom: 0.7em;
}

.floatR {
    float: right;
}

.floatL {
    float: left;
}

.txtR {
    text-align: right;
}

.txtL {
    text-align: left;
}
.hotlineNote {
    font-size:10px;
    color:#333;
}
