@import url("//fast.fonts.com/cssapi/9e3e4a4c-3c02-470c-b226-e6e2c762570b.css");

/* Start reset html elements */
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,
b, u, i, center,
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;
    background: transparent;
}

address, article, aside, audio, canvas, command, datalist,
details, embed, figcaption, figure, footer, header,
hgroup, keygen, mark, meter, nav, ouput, progress,
section, source, summary, time, video, wbr {
    display: block;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

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

table td, table th {
    padding: 0;
}

a:active, label:active {
    outline: none;
    ie-dummy: expression(this.hideFocus=true);
}

a:focus, label:focus {
    -moz-outline-style: none;
    outline: none;
    ie-dummy: expression(this.hideFocus=true);
}

input[type=checkbox] {
    border-width: 0;
}

/* End reset html elements */

/* Start generic elements */
html {
    overflow-y: scroll;
    height: 100%;
}
html[lang] {
    background-color: #d4d4d4;
    background: url(/images/P4000.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#editor .beschreibung{
    background: white;
}
body {
    height: 100%;
}

div#ie_bg {
    
    -pie-background: #d4d4d4 linear-gradient(#ffffff, #d4d4d4) no-repeat;
    behavior: url(/styles/pie.htc);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

td, p, div, span, ol, ul, input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 150%;
    color: #000;
}

input[type=text],
input[type=password],
input[type=button],
input[type=submit],
textarea,
select {
    border: none;
    line-height: 120%;
    background-color: #ededed;
    position: relative;
    height: 22px;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/styles/pie.htc);
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    resize: none;
    padding: 0px 5px;
    vertical-align: middle;
}

select {
    *behavior: none;
}

input[type=checkbox] {
    border-width: 0px;
    background-color: transparent;
    width: 20px !important;
    #margin-top: -1px;
    margin-left: -3px;
}

input[type=submit] {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    background-color: #555555;
    height: 24px;
}

input[type=submit],
article a.button {
    cursor: pointer;
    position: relative; /* prevent element from disappearing in ie */
}

/* span is to cope for protected emails */
a:link, a:link span, a:visited, a:visited span, a:active, a:active span {
    color: #256DAC;
    text-decoration: none;
}

a:hover {
    color: #256DAC;
    text-decoration: underline;
}

ul {
    list-style-type: none;
    list-style-position: outside;
}

ul li {
    list-style-type: none;
    background: url(/images/bullet.gif) no-repeat 0px 7px;
    padding-left: 14px;
}

b, strong {
    /*font-weight:normal;
    font-family:'daxbold' !important; */
}

i, em {
    /* font-family: 'dax-italicregular' !important;
    font-style:normal; */
}

hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    *zoom: 1;
}

/* End generic elements  */

/* Start Freshpage elements (these classes are defined in Freshpage and setable) */
.small {
    font-size: 10px
}

.big {
    font-size: 15px
}

table[tbltype=Standard] {
}

#oContentTable tr td {
}

#editor b, #editor strong {
    font-weight: bold !important;
    /* font-family: 'DaxComp' !important;  */
}

#editor i, #editor em {
    font-style: italic !important;
    /* font-family: 'DaxComp' !important; */
}

/* End Freshpage elements  */

/* Start Layout */
div#wrapper {
    width: 1190px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 10px;
    -webkit-box-shadow: #666 0px 0px 16px;
    -moz-box-shadow: #666 0px 0px 16px;
    box-shadow: #666 0px 0px 16px;
    *box-shadow: #666 0px -16px 16px;
    behavior: url(/styles/pie.htc);
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}

/* Start Layout Header */
#leftColumn > header {
    margin-bottom: 10px;
}

#leftColumn > header > div#logobox {
    height: 200px;
    width: 200px;
    padding: 15px;
    float: left;
    background-color: #dedede;
    
}

#leftColumn > header > div#logobox > a,
#leftColumn > header > div#logobox > a:hover {
    color: #0c0c0c;;
    font-size: 52px;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 100%;
}

#leftColumn > header > div#logobox address {
    font-style: normal;
    margin-top: 35px;
}

#leftColumn > header > div#logobox address a,
#leftColumn > header > div#logobox address a:hover,
#leftColumn > header > div#logobox address a span {
    color: #000;
    text-decoration: none;
}

#rightColumn div#newsbox {
    position: relative;
    width: 200px;
    /*height: 250px; */
    padding: 15px;
    background: #dedede;
    margin-bottom: 10px;
}
#rightColumn div#newsbox .newsbox--img {
    max-width: 100%;
}

#rightColumn div#newsbox > span#newstitle {
    font-size: 26px;
    font-family: 'FrutigerLTW01-78BlackCn';
}

#rightColumn div#newsbox > div#lauftext {
    visibility: hidden;
}

#rightColumn div#newsbox .bx-window {
    height: 110px;
}

#rightColumn div#newsbox #lauftext li {
    height: 110px;
    background: none;
    padding: 0;
}

#rightColumn div#newsbox img#mastercard,
#rightColumn div#newsbox img#visa,
#rightColumn div#newsbox img#saferpay {
    margin-right: 5px;
    height: 36px;
    position: absolute;
    bottom: 10px;
}

#rightColumn div#newsbox img#mastercard {
    width: 49px;
    left: 15px;
}

#rightColumn div#newsbox img#visa {
    width: 59px;
    left: 79px;
}

/* End Layout Header */

/* Start Layout Content */
div#content span.error,
div#content span.important {
    display: block;
    color: #ff0000;
    font-weight: bold;
}

/* Start Layout Content LeftColumn */
div#wrapper > aside#leftColumn {
    width: 230px;
    float: left;
    margin: 0px 10px 10px 0px;
}

/* End Layout Content LeftColumn */

div#wrapper > section {
    width: 690px;
    float: left;
    margin: 0 10px 10px 0;
    padding: 20px 10px 10px 10px;
}

/* Start Layout Content RightColumn */
div#wrapper > aside#rightColumn {
    width: 230px;
    float: left;
    margin: 0px 0px 10px 0px;
}

/* End Layout Content RightColumn */

/* Start Layout Content LeftColumn/RightColumn Boxes */
div#wrapper > aside ul#articlenav {
    padding: 10px 15px;
    background-color: #dedede;
    margin-bottom: 10px;
}

div#wrapper > aside ul#articlenav li,
div#wrapper > aside ul#infonav li {
    padding-left: 12px;
    font-size: 12px;
    line-height: 180%;
}

div#wrapper > aside ul#articlenav li li,
div#wrapper > aside ul#infonav li li {
    background: none;
    padding-left: 15px;
}

div#wrapper > aside ul#articlenav li a,
div#wrapper > aside ul#infonav li a {
    color: #000;
    text-decoration: none;
}

div#wrapper > aside ul#articlenav li a:hover,
div#wrapper > aside ul#articlenav li a.active,
div#wrapper > aside ul#infonav li a:hover,
div#wrapper > aside ul#infonav li a.active {
    color: #256DAC
}

div#wrapper > aside > div.boxtitle {
    background-color: #555555;
    color: #fff;
    padding: 4px 15px;
}

div#wrapper > aside > div.box {
    padding: 15px;
    background-color: #dedede;
    line-height: 150%;
    margin-bottom: 10px;
}

div#wrapper > aside > div.box > a,
div#wrapper > aside > div.box > a:visited {
    color: #256DAC;
}

div#wrapper > aside > div.box > a:hover {
    color: #256DAC;
}

div#wrapper > aside > div.box > form > select {
    width: 160px;
}

div#wrapper > aside > div.box > form[name=searchform] > input#search {
    background-color: #fff;
}

div#content form[name=searchform] > input#search,
div#wrapper > aside > div.box > form[name=newsletterform] > input#newsletteremail {
    margin-right: 5px;
}

div#content form[name=searchform] > input#searchbutton,
div#wrapper > aside > div.box > form[name=newsletterform] > input#newsletterbutton {
    width: 50px;
}

div#wrapper > aside > div.box > form[name=loginform] > label {
    float: left;
    display: block;
    width: 65px;
}

div#wrapper > aside > div.box > form[name=loginform] > input[type=text],
div#wrapper > aside > div.box > form[name=loginform] > input[type=password] {
    margin-bottom: 5px;
    width: 120px;
    background-color: #fff;
}

div#wrapper > aside > div.box > form[name=loginform] > input[type=submit] {
    margin-bottom: 5px;
    width: 120px;
}

div#wrapper > aside > div.box > form[name=loginform] > br {
    clear: both;
}

.privacy_checkbox {
    margin-bottom: 10px;
}

.privacy_checkbox input {
    float: left;
}

.privacy_checkbox input + label {
    width: auto !important;
}

div#wrapper > aside > div.box > table#minibasket {
    width: 100%;
}

div#wrapper > aside > div.box > table#minibasket a,
div#wrapper > aside > div.box > table#minibasket a:visited {
    color: #256DAC;
}

div#wrapper > aside > div.box > table#minibasket a:hover {
    color: #256DAC;
}

div#wrapper > aside > div.box > table#minibasket tr > td {
    padding-right: 10px;
    line-height: 120%;
    vertical-align: top;
    padding-bottom: 4px;
}

div#wrapper > aside > div.box > table#minibasket tr > td.left {
    white-space: nowrap;
    text-align: right;
}

a.articletitle {
    font-weight: 700;
}

div#wrapper > aside > div.box > table#minibasket tr > td.right {
    white-space: nowrap;
    text-align: right;
    padding-right: 0px;
}

div#wrapper > aside > div.box > table#minibasket tr.total td {
    font-weight: bold;
    border-top: 1px solid #999;
    padding-top: 2px;
}

div#wrapper > aside > div.box > form[name=logoutform] > input[type=submit] {
    margin-top: 5px;
}

div#wrapper > aside > div.box > form[name=logoutform] > a#customerarealink,
div#wrapper > aside > div.box > form[name=logoutform] > a#customerarealink:visited {
    color: #256DAC;
}

div#wrapper > aside > div.box > form[name=logoutform] > a#customerarealink:hover {
    color: #256DAC;
}

#offerlink {
    float: right;
}

#basketlink, #offerlink, #basketlink:link, #basketlink:visited {
    border-radius: 5px;
    color: #fff !Important;
    
    background-color: rgba(85, 154, 0, 0.80);
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
}

table#minibasket {
    table-layout: fixed;
}

table#minibasket tbody tr td:first-child {
    width: 20px;
}

.bildslider {
    width: 100%;
}

.bildslide {
    width: 100%;
}

.basketdescription {
    line-height: normal;
    display: inline-block;
    position: relative;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.basketdescription:hover {
    z-index: 1;
    width: auto;
    background-color: #eee;
    padding-right: 5px;
}

/* End Layout Content LeftColumn/RightColumn Boxes */

/* Start Layout Content Article */
div#content > article {
    width: 100%;
    float: left;
    margin: 20px 10px 10px 0px;
}

div#content > article .beschreibung i,
div#content > article .beschreibung em {
    font-style: normal;
    color: #0088FF;
}

div#content > article > h1.entrytitle {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    line-height: 120%;
    margin-top: -10px;
    margin-bottom: 25px;
}

div#content > article > h1.entrytitle > span {
    font-size: 14px;
}

div#content > article > h1.entrytitle a {
    font-size: 12px;
    text-transform: none;
}

/* Start Layout Content Article Forms */
div#content > article form label br,
div#content > article form label + a + br,
div#content > article form label + select + br,
div#content > article form label + textarea + br,
div#content > article form label + input + input + br {
    clear: both;
}

div#content > article form input.error,
div#content > article form select.error,
div#content > article form textarea.error {
    border: 1px solid #f00;
    background-color: #FFE6E6;
}

div#content > article form textarea,
div#content > article form input {
    width: 190px;
}

div#content > article form input[type="submit"] {
    width: 200px;
}

div#content > article form select {
    width: 200px;
}

div#content > article form textarea {
    height: 40px;
}

div#content > article form label {
    margin-top: 3px;
    margin-bottom: 2px;
    height: 17px;
    float: left;
}

div#content > article form[name=contactform] label {
    width: 80px;
}

div#content > article form#addressform label,
div#content > article form#registerform label {
    width: 140px;
}

div#content > article form label.long.spacing {
    margin-top: 15px;
}

div#content > article form input#plz,
div#content > article form input#lieferungplz {
    width: 45px;
    margin-right: 4px;
}

div#content > article form input#ort,
div#content > article form input#lieferungort {
    width: 130px;
}

div#content > article form#addressform input#passwortwiederholen {
    width: 120px;
    margin-right: 4px;
}

div#content > article form div#different_delivery_box {
    display: none;
}

div#content > article form#passwordforgottenform label {
    display: block;
    width: 90px;
}

/* End Layout Content Article Forms */

/* Start Layout Content Article Overview */
div#content > article > div.pagenav {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 3px 0px 1px 0px;
}

div#content > article > div.pagenav > span {
    display: inline-block;
    float: left;
}

div#content > article > div.pagenav > span.left {
    width: 270px;
}

div#content > article > div.pagenav > span.left > a:link,
div#content > article > div.pagenav > span.left > a:visited,
div#content > article > div.pagenav > span.left > a:hover {
    display: inline-block;
    margin-left: 5px;
}

div#content > article > div.pagenav > span.left > a.active {
    font-weight: bold;
}

div#content > article > div.pagenav > span.center {
    width: 170px;
    text-align: center;
}

div#content > article > div.pagenav > span.right {
    width: 250px;
    text-align: right;
    font-weight: bold;
}

div#content > article > div.pagenav > span.right > a.forward {
    display: inline-block;
    margin-left: 10px;
}

div#content > article > div.articlerow,
div#content > article > div.categoryrow,
div#content > article > div.manufacturerrow {
    margin-bottom: 30px;
}

div#content > article > div.articlerow.hidelabel {
    margin-bottom: 3px;
}

div#content > article > div.articlerow > div *,
div#content > article > div.categoryrow > div *,
div#content > article > div.manufacturerrow > div * {
    line-height: 120% !important;
}

div#content > article > div.articlerow > div.article,
div#content > article > div.categoryrow > div.category,
div#content > article > div.manufacturerrow > div.manufacturer {
    float: left;
    margin-left: 10px;
    width: 165px;
}

div#content > article > div.articlerow > div.article:first-child,
div#content > article > div.categoryrow > div.category:first-child,
div#content > article > div.manufacturerrow > div.manufacturer:first-child {
    margin-left: 0px;
}

div#content > article > div.articlerow > div.article a,
div#content > article > div.categoryrow > div.category a,
div#content > article > div.manufacturerrow > div.manufacturer a {
    color: #000;
}

div#content > article > div.articlerow > div.article a:hover,
div#content > article > div.categoryrow > div.category a:hover,
div#content > article > div.manufacturerrow > div.manufacturer a:hover,
div#content > article > div.articlerow > div.article a:hover span,
div#content > article > div.manufacturerrow > div.manufacturer a:hover span {
    color: #256DAC !important;
    text-decoration: none;
}

div#content > article > div.articlerow > div.article a.left,
div#content > article > div.categoryrow > div.category a.left,
div#content > article > div.manufacturerrow > div.manufacturer a.left {
    display: inline;
}

div#content > article > div.articlerow a.right,
div#content > article > div.manufacturerrow a.right {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: bold;
    margin-bottom: 3px;
}

div#content > article > div.articlerow > div.article > a.right span {
    white-space: nowrap;
    text-decoration: line-through;
    color: #000;
}

div#content > article > div.articlerow > div.article > a.right span:first-child {
    text-decoration: none;
}

div#content > article > div.articlerow > div.article > a > img.articleimage,
div#content > article > div.categoryrow > div.category > a > img.articleimage {
    width: 165px;
    height: 165px;
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 3px;
}

div#content > article > div.articlerow > div.article > a.overviewfilelink {
    display: block;
    margin-top: 3px;
}

div#content > article > div.articlerow > div.article > a.overviewfilelink img {
    vertical-align: -2px;
}

div#content > article > div.manufacturerrow > div.manufacturer div.imgbox {
    width: 218px;
    height: 218px;
    border: 1px solid #ccc;
    float: left;
    display: table;
    #position: relative;
    overflow: hidden;
    margin-bottom: 3px;
}

div#content > article > div.manufacturerrow > div.manufacturer div.imgbox div {
    #position: absolute;
    #top: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    #width: 100%;
}

div#content > article > div.manufacturerrow > div.manufacturer div.imgbox a {
    #display: block;
    #position: relative;
    #top: -50%;
}

/* End Layout Content Article Overview */

/* Start Layout Content Article Detailview */
div#content > article > div.articlenav {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 3px 0px 1px 0px;
    text-align: right;
    font-weight: bold;
}

div#content > article > div.articlenav > a {
    display: inline-block;
    margin-left: 10px;
}

div#content > article > div#articledetail > div.images {
    float: left;
    width: 220px;
    line-height: 0;
    font-size: 0;
}

div#content > article > div#articledetail > div.images > a > img#main {
    width: 218px;
    height: 218px;
    border: 1px solid #ccc;
}

div#content > article > div#articledetail > div.images > a > img.thumbnail {
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-right: 6px;
    width: 51px;
    height: 51px;
}

div#content > article > div#articledetail > div.images > a > img.thumbnail.last {
    border: 1px solid #ccc;
    margin-right: 0px;
}

div#content > article > div#articledetail > div.description {
    float: left;
    margin-left: 15px;
    width: 455px;
}

div#content > article > div#articledetail > div.description > span.artnr {
    color: #999;
}

div#content > article > div#articledetail > div.description > div.price {
    font-size: 16px;
    font-weight: bold;
}

div#content > article > div#articledetail > div.description > table.blockprices tr > td {
    border: 1px solid #ccc;
    padding: 2px;
    white-space: nowrap;
}

div#content > article > div#articledetail > div.description > table.blockprices tr > td.firstrow {
    font-weight: bold;
    text-transform: uppercase;
}

div#content > article > div#articledetail > div.description > table.blockprices tr > td.right {
    text-align: right;
    font-weight: bold;
    padding-left: 10px;
}

div#content > article > div#articledetail > div.description > form[name=inbasket] {
    margin-top: 20px;
}

div#content > article > div#articledetail > div.description > form[name=inbasket] > div.merkmale {
    margin-top: 10px;
}

div#content > article > div#articledetail > div.description > form[name=inbasket] > div.merkmale label {
    float: left;
    display: block;
    padding-right: 10px;
}

div#content > article > div#articledetail > div.description > form[name=inbasket] > div.merkmale select {
    margin-bottom: 10px;
}

div#content > article > div#articledetail > div.description > form[name=inbasket] > div.merkmale br {
    clear: both;
}

div#content > article > div#articledetail > div.description > form[name=inbasket] > span#inbasket label {
    font-weight: bold;
    padding-right: 10px;
}

div#content > article > div#articledetail > div.description > form[name=inbasket] > span#inbasket > input {
    margin: 0 0 0 5px;
}

div#content > article > div#articledetail > div.description > form[name=inbasket] > span#inbasket > select {
    margin: 0;
    width: 50px;
}

div#content > article > div#articledetail > div.description > a#manufacturerlink {
    display: block;
    margin-top: 12px;
}

div#content > article > h3#crosssellingtitle {
    margin-top: 16px;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 14px;
}

div#content > article > div.crossselling {
    margin-bottom: 10px;
}

div#content > article > div.crossselling > div * {
    line-height: 120% !important;
    margin-bottom: 10px;
}

div#content > article > div.crossselling > div.article {
    float: left;
    margin-left: 10px;
    width: 134px;
}

div#content > article > div.crossselling > div.article:first-child {
    margin-left: 0px;
}

div#content > article > div.crossselling > div.article a,
div#content > article > div.crossselling > div.article a:visited,
div#content > article > div.crossselling > div.article a span,
div#content > article > div.crossselling > div.article a:visited span {
    color: #000;
}

div#content > article > div.crossselling > div.article a:hover,
div#content > article > div.crossselling > div.article a:hover span {
    color: #256DAC;
    text-decoration: none;
}

div#content > article > div.crossselling > div.article > a.left {
    float: left;
    display: inline-block;
    width: 64px;
    word-wrap: break-word;
}

div#content > article > div.crossselling > div.article > a.right {
    float: right;
    display: inline-block;
    width: 70px;
    text-align: right;
}

div#content > article > div.crossselling > div.article > a.right > span {
    white-space: nowrap;
    text-decoration: line-through;
}

div#content > article > div.crossselling > div.article > a.right > span:first-child {
    text-decoration: none;
}

div#content > article > div.crossselling > div.article > a > img {
    width: 132px;
    height: 132px;
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 3px;
}

div#crossselling {
    border: solid 1px rgb(204, 204, 204);
    padding: 5px;
    margin-top: 10px;
    font-size: 14px;
    color: black;
}

#accessories_tabs {
    margin-top: 20px;
}

#accessories_tabs a {
    float: left;
    padding: 5px 5px;
    border: 1px solid #555555;
    border-right: 0;
    background: #dedede;
    font-size: 16px;
    width: 100px;
    text-align: center;
    color: black;
}

#accessories_tabs a:last-child {
    border-right: 1px solid #555555;
}

#accessories_tabs a.active {
    background: #555555;
    color: #fff;
}

#accessories_content > div {
    display: none;
    margin-top: 10px;
}

#accessories_content > div:first-child {
    display: block;
}

div.crossselling.crossvariant:hover,
#accessories_content > div > div:hover {
    background: #f8f8f8;
}

a.crossselling_accessories {
    padding: 2px;
    font-size: 14px;
}

.crossselling_accessories img {
    margin-right: 10px;
}

div#crosssellingimage,
div.crosssellingimage {
    float: left;
    border: solid 1px rgb(204, 204, 204);
}

div#crosssellingimage img,
div.crosssellingimage img {
    display: block;
}

#crosssellingtitle_accessories {
    margin-top: 16px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
}

.crosssellingtext {
    float: left;
    padding-left: 10px;
    font-size: 14px;
    color: black;
}

a.crosssellingtexttitle {
    color: black;
    font-weight: bold;
}

span.crosssellingtexttitle {
    font-weight: bold;
    position: relative;
    top: 12px;
    font-size: 14px;
}

.crosssellingbuy {
    float: right;
    text-align: right;
    color: black;
    font-weight: bold;
    font-size: 14px
}

.crosssellingbuy .right {
    margin-right: 33px;
}


#buyprice,
a .buyprice,
a:link .buyprice,
a:visited .buyprice,
a:active .buyprice {
    color: black;
    font-weight: bold;
    font-size: 14px
}

#buypricestriked,
.buypricestriked {
    color: black;
    font-weight: bold;
    font-size: 14px;
    text-decoration: line-through;
}


#basketbutton_crossselling,
.basketbutton_crossselling {
    background-repeat: no-repeat;
    background-position: 4px 4px;
    width: 30px;
    height: 22px;
    background-color: rgb(153, 153, 153);
    background-image: url("/images/basket.png");
    /*padding: 5px;					*/
}

#inbasket_crossselling,
.inbasket_crossselling {
    margin: 0 0 0 5px;
    padding: 0 5px;
    height: 22px;
    width: 20px;
    vertical-align: top;
    text-align: center;
    background-color: #CDCDCD;
}

#count_crossselling,
.count_crossselling {
    width: 20px;
    text-align: center;
    line-height: 22px;
}


/* End Layout Content Article Detailview */

/* Start Layout Content Article Customerarea */
div#content > article > ul#customernavigation {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

div#content > article > ul#customernavigation > li {
    background: url(/images/spacer.gif) no-repeat 0px 0px;
    display: inline;
    padding: 0;
    margin: 0 1px 0 0;
    min-width: 100px;
}

div#content > article > ul#customernavigation > li > a:link,
div#content > article > ul#customernavigation > li > a:visited {
    background-color: #dedede;
    height: 100%;
    display: inline-block;
    padding: 6px 30px 6px 10px;
    text-decoration: none;
}

div#content > article > ul#customernavigation > li > a:hover,
div#content > article > ul#customernavigation > li > a.active {
    background-color: #999;
    color: #fff;
    text-decoration: none;
}

div#content > article > table#orderheader {
    width: 100%;
}

div#content > article > table#orderheader tr > td {
    padding: 2px 0px 2px 0px;
}

div#content > article > table#orderheader tr > td.firstCol {
    font-weight: bold;
}

div#content > article > table#orderheader tr > td.secondCol {
    text-align: right;
}

div#content > article > table#ordertable {
    width: 100%;
}

div#content > article > table#ordertable tr:first-child > td {
    font-weight: bold;
}

div#content > article > table#ordertable tr > td {
    padding: 2px 20px 2px 0px;
    border-bottom: 1px solid #ccc;
}

div#content > article > table#ordertable tr > td.secondCol,
div#content > article > table#ordertable tr > td.fifthCol {
    text-align: right;
}

div#content > article > table#ordertable tr > td.fifthCol {
    padding-right: 0px;
}

/* End Layout Content Article Customerarea */

/* Start Layout Content Article Basket */
div#content > article > div.basketnav {
    width: 100%;
}

div#content > article > div.basketnav > form {
    float: left;
}

div#content > article > div.basketnav > form:first-child input,
div#content > article > div.basketnav > form.voucher input {
    width: auto;
}

div#content > article > div.basketnav > form.voucher {
    padding-left: 30px;
    position: relative;
}

div#content > article > div.basketnav > form.voucher > div {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 230px;
    padding: 15px;
    background-color: #dedede;
    display: none;
}

div#content > article > div.basketnav > form.voucher > div > div {
    margin-bottom: 5px;
}

div#content > article > div.basketnav > form.voucher > div label {
    padding-right: 10px;
}

div#content > article > div.basketnav > form.voucher > div input[type=text] {
    width: 70px;
}

div#content > article > div.basketnav > form.voucher > div input[type=submit] {
    width: 40px;
}

div#content > article > div.basketnav form.continue {
    float: right;
}

div#content > article > div#basketprogressbar {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    width: 100%;
    font-size: 0;
}

div#content > article > div#basketprogressbar:after {
    content: "";
    display: inline-block;
    width: 100%;
}

div#content > article > div#basketprogressbar > div.item {
    color: #666;
    display: inline-block;
}

div#content > article > div#basketprogressbar > div.item.active {
    color: #000;
    font-weight: bold;
}

div#content > article > table.baskettable {
    width: 100%;
}

div#content > article > table.baskettable tr > td {
    border-bottom: 1px solid #ccc;
    padding: 2px 0px;
    vertical-align: top;
}

div#content > article > table.baskettable tr > td.right {
    text-align: right;
}

div#content > article > table.baskettable tr > td.center {
    text-align: center;
}

div#content > article > table.baskettable tr.header > td {
    font-weight: bold;
}

div#content > article > table.baskettable tr.items > td img.articleimage {
    max-width: 80px;
    /*float: left;
    margin-right: 10px;*/
    max-height: 120px;
}

a.articleimage {
    width: 80px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div#content > article > table.baskettable tr.items > td > a.articletitle {
    font-weight: bold;
    left: 100px;
    vertical-align: top;
}

div#content > article > table.baskettable input#count,
div#content > article > table.baskettable input#prozentualerrabatt {
    border: 1px solid #ccc;
    padding: 0;
    height: auto;
    margin-right: 3px;
    width: 30px;
    text-align: center;
    line-height: 110%;
}

div#content > article > table.baskettable input#refreshbutton {
    border: 0px;
    background-color: #FFF;
    width: 16px;
    height: 16px;
    padding: 0px;
    margin: 0px;
    vertical-align: -3px;
}

div#content > article > table.baskettable tr.total > td {
    font-weight: bold;
}

/* End Layout Content Article Basket */

/* Start Layout Content Article Basket Login */
div#content > article > div.loginbox {
    width: 100%;
}

div#content > article > div.loginbox > div.title {
    width: 250px;
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

div#content > article > div.loginbox > div.title.left {
    width: 291px;
}

div#content > article > div.loginbox form {
    float: left;
    width: 270px;
    margin-right: 20px;
    border-right: 1px solid #ccc;
}

div#content > article > div.loginbox form label {
    width: 70px;
    float: left;
}

div#content > article > div.loginbox form input[type=submit] {
    float: left;
    width: auto;
}

/* End Layout Content Article Basket Login */

/* Start Layout Content Article Basket Summary */
div#content > article > div#summary_address > div.leftCol,
div#content > article > div#summary_address > div.rightCol {
    float: left;
    width: 355px;
}

div#content > article > div#summary_address > div.leftCol > span,
div#content > article > div#summary_address > div.rightCol > span {
    display: inline-block;
    width: 110px;
}

/* End Layout Content Article Basket Summary */

/* Start Layout Content Article Basket Checkout */
div#content > article > div.contentbox {
    width: 500px;
}

div#content > article > div.contentbox > img.paypal {
    width: 178px;
    height: 72px;
    border: 0;
}

div#content > article > div.contentbox > img.postfinance {
    width: 178px;
    height: 63px;
    border: 0;
}

div#content > article > div.contentbox > img.saferpay {
    width: 178px;
    height: 60px;
    border: 0;
}

div#content > article > div.contentbox > span.addresslabel {
    display: inline-block;
    width: 60px;
}

div#content > article > div.contentbox > span.important {
    color: #ff0000;
    font-weight: bold;
}

div#content > article > div.contentbox > form > input.paymentButton,
div#content > article > div.contentbox > form > a.paymentButton {
    font-weight: bold;
    font-size: 15px;
}

/* End Layout Content Article Basket Checkout */

/* Start Layout Content Article Errorbox */
div#content > article > div.errorbox {
    width: 324px;
    border: 1px solid #f00;
    padding: 10px;
    margin-bottom: 12px;
    background-color: #FFE6E6;
}

/* End Layout Content Article Errorbox */

/* Start Layout Content Entrytype Bildtext */
div#content > article > div.bildtextbox {
    width: 100%;
}

div#content > article > div.bildtextbox > img,
div#content > article > div.bildtextbox > div.content {
    float: left;
}

div#content > article > div.bildtextbox > img {
    margin-right: 20px;
}

/* End Layout Content Entrytype Bildtext */
/* End Layout Content Article */
/* End Layout Content */

/* Start Layout Footer */
footer {
    width: 100%;
    clear: both;
    height: 70px;
}
footer .footer-container {
    height: 70px;
    position: absolute;
    bottom: 0;
    width: 1190px;
}

footer .blue-line.big {
    width: 100%;
    height: 5px;
    background-color: #256DAC;
    margin: 0 0 10px;
    display: block;
}

.footer-info {
    margin: 0 10px 0;
    padding: 10px 0;
}

footer a.footer-address {
    text-decoration: none;
    font-weight: bold;
    display: block;
    font-size: 12px;
}
footer a:link,
footer a:visited,
footer a {
    color: #333;
}
footer a:active,
footer a:hover {
    color: #256DAC;
    text-decoration: none;
}

.footer-pic {
    float: right;
    font-weight: normal !important;
    padding: 0.1rem 0 0 0;
    font-size: 11px;
}

.footer-spacer {
    display: inline;
}
footer a.footer-address.footer-address {
    display: inline;
}

/* End Layout Footer */

/* End Layout */


				