@charset "utf-8";
/* CSS Reset start */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    vertical-align: baseline;
}
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/open-sans-v34-latin-600italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v34-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v34-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v34-latin-600italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v34-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v34-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/open-sans-v34-latin-800italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v34-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v34-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v34-latin-800italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v34-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v34-latin-800italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
a {
    text-decoration: none;
    color: #000;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

td {
    padding: 3px 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

/* CSS Reset End */

/* Allgemein Start*/

body {
    background-image: url(../images/bg.png);
    background-repeat: repeat-x;
}

#container {
    width: 960px;
    margin: 0 auto;
    padding-top: 5px;
}

.watermark {
    z-index: 1001;
}

.watermark .inner {
    position: absolute;
    padding-right: 8px;
    font-family: "Times New Roman", Times, serif;
    font-size: 44px;
    right: 10px;
    color: grey;
    bottom: 10px;
    z-index: 1001;
    opacity: 0.7;

}
.watermark.mb-5 .inner {
    bottom: 66px;
}

.watermark img{
    float: none !important;
    display: inline !important;
}

.error {
    color: #F30;
    font-weight: bold;
}

.zusatzinfo {
    font-size: 11px;
}

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

.spacer {
    width: 100%;
    height: 10px;
}

.smallspacer {
    width: 100%;
    height: 5px;
}

.nos {
    width: 0px;
    height: 0px;
    display: none;
}

.sendwidth {
    width: 85px;
    text-align: center;
}

.margin {
    margin-top: 5px;
}

.button {
    font-size: 12px;
    color: #FFF;
    display: block;
}

.button_scenter {
    float: left !important;
    height: 18px;
    padding: 10px;
    background: #969895;

}

.loginbuttonbox {
    margin-left: 135px;
    margin-top: 10px;
}

.footer .loginbuttonbox {
    margin-left: 0px;
}

.loginbuttonbox .button_scenter {
    width: 162px;
    text-align: center;
    padding: 5px;
}

.loginbuttonbox a {
    display: block;
    clear: both;
    margin-left: 0;
}

.button_large {
    float: right;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    margin-right: 20px;
    margin-top: -25px;
    min-width: 125px;
}

.button_large.makeOffer .button_center {
    min-width: 100%;
    box-sizing: border-box;
}

.button_large.makeOffer {
    float: left;
    width: 100%;
    background: #969895;
    box-sizing: border-box;
    margin-left: 0 !important;
    text-align: center;
    height: 30px;

}

.button_wk {
    float: left;
    background: url(../images/warenkorb_leer_kl.png) 6px 6px no-repeat;
    background-color: #969895;
    width: 32px;
    height: 25px;
    padding: 2px;
    padding-bottom: 3px;
}

.button_note {
    float: left;
    background-image: url(../images/button_note.png);
    width: 20px;
    height: 25px;
}

.button_center {
    float: left;
    height: 25px;
    padding: 5px 3px 0 3px;
    background: #969895;

}

.orderbox .button_center {
    width: 109px;
}

.forgotpw {
    text-decoration: underline;
    color: #9ca200;
    font-size: 11px;
    margin-left: 48px;
}

.forgotpw:hover {
    text-decoration: none;
}

.startinfo {
    background: #FFF;
    border: 1px solid #e8e8e8;
    padding: 10px;
    text-align: center;
    margin: 0 0 10px 200px;
    width: 733px;
}

.sitemap, .sitemap a {
    font-size: 10px;
    font-weight: normal;
    color: #999;
}

/* Allgemein Ende */

/* Header Start */
#header #details {
    margin-right: 17px;
}

#header #details, #header #details a, #header #details div {
    float: right;
    color: #FFF;
    font-size: 11px;
    text-decoration: none;
    padding-left: 5px;
}

#header #details div, #header #details div.warenkorb a {
    padding-top: 8px;
}

#header #details div.warenkorb {
    padding-top: 0px;
}

#header #details a:hover {
    text-decoration: underline;
}

.warenkorb_icon, .warenkorb_icon_leer {
    background: url(../images/warenkorb_kl.png) no-repeat 0 3px;
    display: block;
    width: 22px;
    height: 28px;
    margin-left: -22px;
    margin-top: 5px;
}

.warenkorb_icon_leer {
    background: url(../images/warenkorb_leer_kl.png) no-repeat 0 3px;
}

.wk_count {
    font-size: 13px;
    font-weight: bold;
    margin: -6px 0 0 8px;
    display: block;
    position: relative;
}

#logo {
    float: left;
    width: 190px;
}

#logo img {
    float: right;
}

#logo .l {
    position: absolute;
    padding-right: 8px;
    font-family: "Times New Roman", Times, serif;
    font-size: 44px;
    margin-top: 40px;
    margin-left: -8px;
}

/* komfortsuche Start */

#komfortsuche {
    float: left !important;
    width: 756px;
    margin: 9px 0 0 10px;
}

#komfort_center form {
    float: right;
}

#komfortsuche #dd3, #komfortsuche #dd3inner {
    width: 215px;
    margin-right: 10px;
    margin-left: 5px;
}

#komfortsuche #dd2 {
    width: 120px;
}

#komfort_l {
    float: left !important;
    background-image: url(../images/komfort_left.png);
    width: 9px;
    height: 47px;
}

#komfort_r {
    float: left !important;
    background-image: url(../images/komfort_right.png);
    width: 9px;
    height: 47px;
}

#komfort_center {
    float: left !important;
    height: 47px;
    width: 756px;
    text-align: right;
    padding-top: 13px;
}

#komfort_center form select, #dd3 {
    margin-left: 10px;
    float: left !important;
}

#komfort_center .button {
    float: right;
    margin: 1px 10px 0 10px;
    padding: 0 !important;
}

.komftext {
    float: left !important;
    margin-left: 20px;
}

/* komfortsuche Ende */

/* Header Ende */

/* left Start */
#left {
    background: #FFF;
    width: 190px;
    margin-top: 0px;
    float: left;
}

.seperator {
    background: url(../images/titelbg.jpg);
    height: 20px;
    width: 177px;
    margin: 20px 0 0 1px;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 0 0 10px;
    overflow: hidden;
}

.first_seperator {
    margin: 0 0 0 1px;
}

.min_seperator {
    margin: 10px 0 0 1px;
}

/* menü Start */

.menue li {
    background: url(../images/menubg.jpg);
    height: 20px;
    width: 167px;
    margin-left: 1px;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 0 0 20px;
    overflow: hidden;

}

.menue li a {
    font-size: 11px;
}

/* menü Ende */

/* suche Start */

#suchtext {
    width: 110px;
    float: left;
}

#left #search form input {
    margin: 5px 1px 0 1px;
    width: 181px;

}

#left #search .button_scenter {
    width: 85px;
    text-align: center;
}

#left #search form .button {
    margin-left: 40px;
    padding: 2px 0 0 1px;
}

.keinErgebnis {
    font-size: 18px;
    margin: 20px 0 400px 0;
    text-align: center;
}

/* suche Ende */

/* newsletter Start */

#left #newsletter form input {
    margin: 5px 1px 0 1px;
    width: 181px;
}

#left #newsletter .button_scenter {
    width: 85px;
    text-align: center;
}

#left #newsletter .button {
    margin-left: 40px;
    padding: 3px 0 0 1px;

}

/* newsletter Ende */

/* Tagcloud Start */
.first {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    width: 14px;
    margin-left: 3px;
    position: absolute;
    white-space: nowrap;
}

#tagCloud {
    width: 300px;
    margin-top: 1px;
    margin-left: 5px;
    float: right;
    max-width: 100%;
}

.last {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    width: 14px;
    margin-left: 3px;
    position: absolute;
    margin-left: 300px;
    white-space: nowrap;
}

.eins {
    float: left;
    margin-left: 16px;
}

.zwei {
    float: right;
    margin-right: 16px;
}

/* Tagcloud Ende */

/* follow Start */

#follow img {
    float: left;
    margin-right: 3px;
    margin-left: 3px;
}

/*.hide_count{
    width: 50px;
    height: 20px;
    background: white;
    position: absolute;
    margin:0 0 0 100px;
    z-index:1000;
}*/

.twitter-share-button {
    width: 70px !important;
}

/* follow Ende */

/* Meinung Start */
#meinung {
    padding: 0 10px;
}

#meinung .meinung {

}

#meinung .name {
    float: right;
    font-style: italic;
}

/* Meinung Ende */

/* left Ende */

/* center Start */
#center {
    width: 510px;
    float: left;
    background: #FFF;
    padding-left: 20px;
    margin-left: 10px;
}

h2 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 5px;
}

h3 {
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0 5px 0;
}

.oder {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    display: inline-block;
    width: 100%;
    padding: 5px;
}

.playsound {
    cursor: pointer;
    display: inline-block;
}

.playsound .button_center {
    height: 18px;
    padding: 10px;
    color: white;
}

/* produkt Start */
.artikel {
    border: 1px solid #e8e8e8;
    width: 211px;
    margin: 6px 0 6px 0;
    float: left;
    display: block;
}

#zoom {
    float: left;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    height: 60px;
}

#zoom a {
    display: inline-block;
}

.mb {
    margin-bottom: 10px;
}

#zoom .button_scenter {
    color: #FFF;
}

.img_box {
    height: 141px;
    width: 207px;
}

.artikel img {
    padding: 8px 1px 8px 1px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.imgOverlay {
    position: absolute;
    overflow: hidden;
    z-index: 1000;
}

.imgOverlay .stift {
    margin-left: -100%;
    background: url("/images/overlay.png");
}

.imgOverlay .inside {
    background: url("/images/overlay.png");
    width: 100%;
    height: 100%;
    top: -100%;
    left: -100%;
    position: absolute;
}

.desc_box {
    background-color: #e6e6e6;
    border-top: 8px solid white;
    color: #62626e;
    height: 113px;
    z-index: 300;
    position: relative;
}

.desc_box h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0 5px 0;
    z-index: 100;
}

.desc_box p.desc {
    font-size: 17px;
    text-align: center;
    z-index: 100;
}

.desc_box p.preis, .desc_box p.startpreis {
    font-size: 17px;
    text-align: center;
    width: 100% !important;
    position: absolute;
    display: block;
    margin-top: 87px;
}

.desc_box p.startpreis {
    margin-right: 0px;
}

.artikel_spacer_start {
    position: relative;
    float: left;
    width: 64px;
    height: 1px;
}

.pdf {
    background: url(../images/icon_pdf.png);
    width: 20px;
    height: 20px;
    display: block;
    float: right;
    margin: -23px 30px 0 0;
}

.ansicht {
    margin: -20px 56px 0 0;
    color: #62626e;
}

.ansicht a {
    margin: 3px 3px 3px 5px;
}

.delWish {
    position: absolute;
    margin: 215px 0 0 5px;
    cursor: pointer;
}

.phamu {
    padding-right: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}

/* produkt Ende */

/* Content Anfang */
#center .content {
    padding: 3px 5px 3px 5px;
}

/* Content Ende */

/* Produktdetailseite Start */
#artikel_detail {
    color: #62626e;
    margin-top: 15px;

}

#artikel_detail .small {
    font-size: 10px;
    font-weight: normal;
}

#artikel_detail .preis {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

#artikel_detail .medium {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

#artikel_detail .desc {
    margin: 10px 0 20px 0;
    font-size: 16px;
}

#artikel_bild {
    float: left;
    width: 80%;
    position: relative;
}

#artikel_bild .imgContainer {
    float: left;
    position: relative;
}

#artikel_desc {
    float: left;
    width: 100%;
}

#artikel_desc .button_large {
    margin: 0 0 0 5px;
    float: left;
}

#artikel_desc .button_center {
    font-size: 11px;
}

#artikel_desc input#anzahl {
    width: 30px;
    float: left;
    height: 25px;
    text-align: center;
}

#artikel_desc .detaillinks {
    float: left;
}

#artikel_desc .detaillinks ul li {
    background: url(../images/aufz.png) 0px 6px no-repeat;
    padding-left: 20px;
}

#artikel_desc .detaillinks ul li a {
    font-size: 16px;
}

#artikel_bild img {
    display: block;
    float: left;
    position: relative;
    max-width: 100%;
}

#relation img {
    float: right;
    margin: 0 10px 10px 0;
}

#relation .box {
    float: right;
    margin-right: 20px;
    background-color: #e6e6e6;
    border: 1px solid #ccc;
}

#orderform {
    margin: 10px 0 40px 0;
}

#orderform label {
    color: #000;
    font-weight: bold;
    float: left;
    margin: 8px 5px 0 0;
}

.header_l {
    background: #969895;
    height: 31px;
    float: left;
    color: white;
    padding: 5px 5px 0 5px;
    margin-bottom: -1px;
    font-weight: bold;
    font-size: 20px;
}

.header_r {
    /*float:left;
    background:url(../images/rundung.png);
    width:34px;
    height:26px;*/
}

.details * {
    font-size: 16px;
}

.details {
    border-top: 1px solid #969895;
    padding: 10px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

div.infobox.product .img {
    float: left;
    padding-right: 10px;
}

div.infobox.product img {
    width: 35px;
}

div.infobox.product .url {
    float: left;
    padding-top: 10px;
}

/* Produktdetailseite Ende */

/* Künstlerindex Anfang */

.letters {
    color: #aaa;
}

.letters .result {
    float: left;
    width: 300px;
}

.letter {
    color: #9ca200;
    font-size: 38px;
    font-weight: bold;
    padding: 15px 0 5px 0;
}

.letters a {
    width: 15px;
    padding: 3px;
    font-size: 13px;
    color: #8f9500;
}

a.ovartist {
}

.activeArtist {
    font-weight: bold;
    font-size: 14px;
}

/* Künstlerindex Ende */

/* center Ende */

/* Center Detail Start */

#center_ov {
    width: 737px;
    float: left;
    background: #FFF;
    /*padding-left:20px;*/
    margin-left: 10px;
}

.artikel_spacer_detail {
    position: relative;
    float: left;
    width: 15px;
    height: 1px;
}

/* Artikel Detail Start */

#center_ov .artikel {
    border: 1px solid #e8e8e8;
    width: 164px;
    margin: 6px 0 6px 0;
    float: left;
}

#center_ov .img_box {
    height: 131px;
    width: 160px;
    z-index: 1000;
}

#center_ov .artikel img {
    padding: 8px 1px 8px 1px;
    display: block;
    margin: 0 auto;
    width: 150px;
    z-index: 1000;
}

.desc_box p.preis {
    width: 160px;
}

/* Artikel Detail  Ende */

/* Pagination Anfang */

#breadcrumbs {
    font-size: 11px;
    color: #62626e;
    margin-top: 10px;
}

#breadcrumbs a {
    font-size: 11px;
    color: #62626e;
}

#artikelcount {
    position: absolute;
    margin-top: 10px;
    color: #62626e;
}

#pageination {
    text-align: center;
    margin-top: 10px;
    color: #aaa;
    font-size: 14px;
    font-weight: bold;

}

#pageination a {
    color: #333;
    padding: 0 2px 0 2px;
    font-size: 13px;
    font-weight: bold;

}

#pageination span {
    background-color: #cecece;
    padding: 2px;
    color: #333;

}

.artwunsch {
    float: right;
    margin: -16px 30px 0 0;
    font-size: 11px;
    color: #62626e;
}

/* Pageination Ende */

/* Center Detail Ende */

/* right Start */

#right {
    background: #FFF;
    width: 215px;
    float: left;
    max-width: 940px;
}

.teaser_headline {
    background: url(../images/titelbg.jpg);
    height: 20px;
    width: 205px;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 0 0 10px;
    overflow: hidden;
    box-sizing: border-box;
    color: #62626e;
}

#right .content {
    padding: 3px 5px 3px 5px;
}

/* promo bar Start */
#right .artikel {
    border: 0;
    width: 211px;
    margin: 6px 0 6px 0;
    float: left;
    display: block;
}

#right .img_box {
    height: 150px;
    width: 107px;
    overflow: hidden;
    float: left;
}

#right .artikel img {
    padding: 8px 1px 8px 1px;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100px;
}

#right .desc_box {
    background-color: #FFF;
    color: #62626e;
    height: 100px;;
    z-index: 300;
    margin-top: 10px;
    float: left;
    width: 100px;
}

#right .desc_box h4 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0 5px 0;
    z-index: 100;
}

#right .desc_box p.desc {
    font-size: 12px;
    text-align: center;
    z-index: 100;
}

#right .desc_box p.preis {
    font-size: 12px;
    text-align: center;
    width: 100px;
    position: relative;
    display: block;
    margin-top: 10px;
}

/* promo bar Ende */

/* right Ende */

/* Artikel Zoom Start */
.magnifyarea {
    /* CSS to add shadow to magnified image. Optional */
    box-shadow: 5px 5px 7px #818181;
    -webkit-box-shadow: 5px 5px 7px #818181;
    -moz-box-shadow: 5px 5px 7px #818181;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
    background: white;
}

/* Artikel Zoom Ende */

/* kontakt Start */
#kontaktform label {
    width: 100px;
    display: block;
    float: left;
    padding-top: 9px;
}

#kontaktform input {
    margin-top: 7px;
    border: 1px solid #888;
    width: 170px;
}

#kontaktform #betreff {
    width: 370px;
}

#kontaktform #nachricht {
    border: 1px solid #888;
    width: 470px;
    height: 200px;
}

#kontaktform .button {
    margin-top: 10px 0 10px 0;
    padding-bottom: 10px;
}

#kontaktform #zip {
    display: none;
}

/* kontakt Ende */

/* registrierung Start */
#regform label {
    width: 135px;
    display: block;
    float: left;
    padding-top: 9px;
}

#regform input, #regform select {
    margin-top: 7px;
    border: 1px solid #888;
    width: 170px;
}

#regform .button {
    margin-top: 10px 0 10px 0;
    padding-bottom: 10px;
}

#regform #plus {
    display: block;
    float: left;
    margin: 3px;
}

#regform #minus {
    float: left;
    margin: 3px;
}

#regform .button {
    margin: 20px 0 20px 285px;
}

#showLadr {
    margin-top: 10px;
    display: block;
    cursor: pointer;
}

#showLadr span {
    display: block;
    float: left;
}

#regform #lieferadresse, #regform #minus {
    display: none;
}

/* registrierung Ende */

/* warenkorb Start */
.headerrow {
    background: #e8e8e8;
    height: 20px;
}

.headerrow td {
    padding: 3px 0 0 2px;
    font-weight: bold;
    color: #555;
}

#warenkorb .productname img {
    margin: 3px 10px -10px 0;
}

#warenkorb .button {
    margin-right: 5px;
}

#warenkorb .warenkorb {
    width: 100%;
    border: 1px solid #e8e8e8;
}

#warenkorb .contentrow1 td {
    font-size: 11px;
}

.subtotal {
    text-align: right;
    margin-top: 10px;
    border-top: 1px solid #e8e8e8;
    font-size: 11px;
}

#warenkorb .button {
    display: block;
    float: right;
    padding: 10px 5px 10px 0;
}

.spacer {
    height: 20px;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.fleft {
    float: left;
}

.center {
    text-align: center;
    width: 60px;
}

/* warenkorb Ende */

/* Bestellung Start */
.progress, .progress_aktiv {
    border: 1px solid #999;
    background: #eee;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #999;
    width: 150px;
    height: 80px;
    float: left;
    margin: 10px 10px 10px 0;
}

.progress_aktiv {
    color: #333;
}

.kassa .large {
    font-size: 16px;
}

.kassa .small {
    font-size: 11px;
}

.kassa .line {
    width: 718px;
    border-top: 1px solid #999;
    clear: both;
}

.kassa .adresse {
    float: left;
    margin: 10px 20px 10px 0;
}

.kassa .button {
    height: 24px;
}

.kassa .button_large {
    margin-top: 5px;
}

.kassa #paypal_info, .kassa #sofort_info, .kassa #ueberw_info, .kassa #abholung_info {
    display: none;
    border: 1px solid #999;
    background: #eee;
    padding: 10px;
    width: 500px;
}

.kassa .subtotal b {
    font-size: 12px;
}

/* Bestellung Ende */

/* Kontrollzentrum Start */
#stammform label, #ladrform label {
    width: 100px;
    display: block;
    float: left;
    padding-top: 9px;
}

#stammform input, #stammform select, #ladrform input, #ladrform select {
    margin-top: 7px;
    border: 1px solid #888;
    width: 170px;
}

#ladrform #plus, #plus_best, #plus_stamm, #plus_nl {
    display: block;
    float: left;
    margin: 3px;
}

#ladrform #minus, #minus_best, #minus_stamm, #minus_nl {
    float: left;
    margin: 3px;
}

#showLadr, #showBest, #showStamm, #showNl, #showBest {
    margin-top: 10px;
    display: block;
    cursor: pointer;
}

#showBest {
    float: left;
    clear: both;
}

#showLadr span, #showBest span, #showStamm span, #showNl span {
    display: block;
    float: left;
}

#ladrform #lieferadresse, #ladrform #minus, #minus_best, #minus_stamm, #minus_nl, #stamm, #bestellungen, #nl {
    display: none;
}

.bestlinks {
    float: left;
    margin: 10px 0 20px 5px;
}

.bestlinks ul li {
    background: url(../images/aufz.png) no-repeat;
    padding-left: 20px;
}

.bestlinks ul li a {
    color: #9ca200;
}

.kontrollzentrum .button {
    margin-top: 5px;
}

/* Kontrollzentrum Ende */

/* xxx Start */
#vorname.tf {
    display: none;
}

/* xxx Ende */

/* Slideshow Start */
.slideshow {
    position: relative;
    float: left;
    width: 100%;
    height: 600px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.slideshow .hidden {
    opacity: 0;
    display: none !important;
}

.slideshow .button_console {
    z-index: 1;
    margin-top: -46px;
}

.slideshow .slide {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.slideshow .slide img {
    max-width: 100%;
    height: 100%;
}

.slideshow .prev, .slideshow .next {
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: pointer;
    top: 300px;
    font-size: 50px;
}

.slideshow .next {
    right: 20px;
    text-align: right;
}

.slideshow .prev {
    left: 20px;
}

/* Slideshow Ende */
/* xxx Start */
#noAnalytics {
    cursor: pointer;
    text-decoration: underline
}

/* xxx Ende */