/* k_hoellein

  #ffffff - Hintergrund
  #eff4ff - ganz helles graublau
  #d5d9e3 - helles graublau
  #a5b3c4 - mittleres graublau
  #97a3b3 - dunkleres graublau


  #d7d6d7 - grau
  #dce1ef
  #c3c3c3
  #838383 - Linien-Grau


  #a8a8a8 - schreibgrau ganz hell
  #969797 - schreibgrau
  #676767 - dunkleres schreibgrau
  #0f0f0f - Schrift

  #1721fb - Hoelleinblau-Schrift
  #0e19fc - Hoellein - Leuchtendblau

  #ff0085 - Hoellein-pink

  #008000 - gruen
*/

body, html { background-color:#ffffff; font-family:Arial,Helvetica; font-size:9pt; color:#0f0f0f; margin:0; height:100%; }
body.window { background-color:#ffffff; font-family:Arial,Helvetica; font-size:9pt; color:#0f0f0f; margin:0; }
body.mzdummy { background:#ffffff; }
td { font-family:Arial,Helvetica; font-size:9pt; color:#0f0f0f; padding:0; }
img, table { border-width:0; }
form { margin:0; }
input, select { font-size:9pt; }
hr { background-color:#a5b3c4; color:#a5b3c4; border:0; height:1px; }
a:link, a:visited { color:#0f0f0f; }
a:hover, a:active { color:#838383; }
.raquo { vertical-align:5%; }
a.lightlink { text-decoration:none; }
a.lightlink:link, a.lightlink:visited { color:#676767; }
a.lightlink:hover, a.lightlink:active { color:#ff0085; }
.small .raquo { vertical-align:5%; }

/* MeinKonto-Seite */
#mk .ev-box-lr .caption { width:200px; color:#ff0085; font-weight:bold; }
#mk .ev-box-lr .content div { margin-bottom:6px; }

a.level-1 { text-decoration:none; font-weight:bold; }
a.level-1:link, a.level-1:visited, a.level-1:focus { color:#0f0f0f; }
a.level-1:hover, a.level-1:active { color:#838383; }

/* Corner radius der Buttons */
.b-ui-corner-all { -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; }
.b-small-ui-corner-all { -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; }

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft:0; -webkit-border-top-left-radius:0; border-top-left-radius:0; }
.ui-corner-tr { -moz-border-radius-topright:0; -webkit-border-top-right-radius:0; border-top-right-radius:0; }
.ui-corner-bl { -moz-border-radius-bottomleft:0; -webkit-border-bottom-left-radius:0; border-bottom-left-radius:0; }
.ui-corner-br { -moz-border-radius-bottomright:0; -webkit-border-bottom-right-radius:0; border-bottom-right-radius:0; }
.ui-corner-top { -moz-border-radius-topleft:0; -webkit-border-top-left-radius:0; border-top-left-radius:0; -moz-border-radius-topright:0; -webkit-border-top-right-radius:0; border-top-right-radius:0; }
.ui-corner-bottom { -moz-border-radius-bottomleft:0; -webkit-border-bottom-left-radius:0; border-bottom-left-radius:0; -moz-border-radius-bottomright:0; -webkit-border-bottom-right-radius:0; border-bottom-right-radius:0; }
.ui-corner-right {  -moz-border-radius-topright:0; -webkit-border-top-right-radius:0; border-top-right-radius:0; -moz-border-radius-bottomright:0; -webkit-border-bottom-right-radius:0; border-bottom-right-radius:0; }
.ui-corner-left { -moz-border-radius-topleft:0; -webkit-border-top-left-radius:0; border-top-left-radius:0; -moz-border-radius-bottomleft:0; -webkit-border-bottom-left-radius:0; border-bottom-left-radius:0; }
.ui-corner-all { -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; }

.ev-button { vertical-align:middle; display:inline-block; position:relative; padding:0; text-decoration:none !important; text-align:center; zoom:1; white-space:nowrap; overflow:visible; } /* the overflow property removes extra width in IE */
.ev-buttonsmall { vertical-align:middle; background-position:center center !important; }

.ev-box { }
.ev-box .caption { padding:10px; }
.ev-box .content { padding:10px; }

.ev-box-lr { position:relative; display:block; }
.ev-box-lr .caption { float:left; padding:10px; }
.ev-box-lr .content { float:left; display:box; padding:10px; }
.ev-box-lr .clear { clear:left; }

.ev-cont-l .ev-cont-l-cont { float:left; }
.ev-cont-l .ev-cont-l-clear { clear:left; }

.caption a { text-decoration:none; }

.b-ui-state-default { border:1px solid #a5b3c4; background:#a5b3c4 url(../nav/bg/button-normal.gif) 0 0 repeat-x; color:#333333; cursor:pointer; font-weight:bold; text-decoration:none; }
.b-ui-state-default:link, .b-ui-state-default:visited, .b-ui-state-default a, .b-ui-state-default a:link, .b-ui-state-default a:visited { color:#333333; text-decoration:none; }
.b-ui-state-default:hover, .b-ui-state-default:active, .b-ui-state-default a:hover, .b-ui-state-default a:active { background:#a5b3c4; color:#333333; }
.b-ui-state-disabled { border:1px solid #a5b3c4; background:#a5b3c4 url(../nav/bg/button-normal.gif) 0 0 repeat-x; color:#333333; font-weight:bold; -moz-opacity: 0.4; -webkit-opacity: 0.4; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); opacity: 0.4; cursor:normal; }

.sidebox .b-ui-state-default { border:1px solid #ffffff; background:#ff0085 url(../nav/bg/button.gif) 0 0 repeat-x; color:#ffffff; cursor:pointer; font-weight:bold; text-decoration:none; }
.sidebox .b-ui-state-default:link, .sidebox .b-ui-state-default:visited, .sidebox .b-ui-state-default a, .sidebox .b-ui-state-default a:link, .sidebox .b-ui-state-default a:visited { color:#ffffff; text-decoration:none; }
.sidebox .b-ui-state-default:hover, .sidebox .b-ui-state-default:active, .sidebox .b-ui-state-default a:hover, .sidebox .b-ui-state-default a:active { background:#ff0085; color:#ffffff; }
.sidebox .b-ui-state-disabled { border:1px solid #ffffff; background:#ff0085 url(../nav/bg/button.gif) 0 0 repeat-x; color:#ffffff; font-weight:bold; -moz-opacity: 0.4; -webkit-opacity: 0.4; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); opacity: 0.4; cursor:normal; }

.b-high-ui-state-default { border:1px solid #ff0085; background:#ff0085 url(../nav/bg/button.gif) 0 0 repeat-x; color:#ffffff; cursor:pointer; font-weight:bold; text-decoration:none; }
.b-high-ui-state-default:link, .b-high-ui-state-default:visited, .b-high-ui-state-default a, .b-high-ui-state-default a:link, .b-high-ui-state-default a:visited { color:#ffffff; text-decoration:none; }
.b-high-ui-state-default:hover, .b-high-ui-state-default:active, .b-high-ui-state-default a:hover, .b-high-ui-state-default:active { background:#ff0085; color:#ffffff; }
.b-high-ui-state-disabled { border:1px solid #ff0085; background:#ff0085 url(../nav/bg/button.gif) 0 0 repeat-x; color:#ffffff; font-weight:bold; -moz-opacity: 0.4; -webkit-opacity: 0.4; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); opacity: 0.4; cursor:normal; }

.ev-border { border-style:solid; border-color:#a8a8a8; }

.ev-border-all { border-width:1px; }
.ev-border-left { border-width:0 0 0 1px; }

.ev-button { padding:4px 12px; font-family:Arial,Helvetica; font-size:9pt; -moz-box-sizing:border-box; -webkit-box-sizing: border-box; box-sizing:border-box; }
input.ev-button, button.ev-button { padding:3px 12px; }
.ev-buttonsmall { padding:0 6px 4px 6px; font-family:Arial,Helvetica; font-size:9pt; }
input.ev-buttonsmall, button.ev-buttonsmall { padding:0 3px 2px 3px; }

.ev-button .raquo { vertical-align:30%; }

/* Mandatory-Signs */
img.mandatory-left { vertical-align:middle; margin-right:1px; }
img.mandatory-right { vertical-align:middle; margin-left:1px; }

/* Kauf moeglich oder nicht wegen Lagerbestand */
.purch_, .nopurch_x { }
.purch_x, .nopurch_ { display:none; }

/* Tabelle mit Eingabefeldern */
table.fields { border:0; }
table.fields td { font-size:8pt; white-space:nowrap; vertical-align:middle; padding-top:1px; padding-bottom:1px; }
table.fields td.labeln { padding-right:4px; font-size:9pt; font-weight:bold; text-align:right; }
table.fields td.label { padding-right:4px; font-weight:bold; text-align:right; }
table.fields td.label_l { padding-right:4px; font-weight:bold; text-align:left; }
table.fields td.labeltop { padding-right:4px; vertical-align:top !important; font-weight:bold; text-align:right; }
table.fields td.labeltf { padding-right:4px; font-weight:bold; text-align:left; }
table.fields td.labelt { padding:20px 4px 1px 0; font-weight:bold; text-align:left; }
table.fields td.labelt_r { padding:20px 4px 1px 0; font-weight:bold; text-align:right; }
table.fields td.labelttop { padding:20px 4px 1px 0; font-weight:bold; text-align:left; }
table.fields td.field { white-space:normal !important; padding:1px 4px; text-align:left; }
table.fields td.fieldt { white-space:normal !important; padding:20px 4px 1px 4px; text-align:left; }
table.fields td.field_s { white-space:normal !important; padding:1px 4px; text-align:left; }
table.fields td.field_nw { padding:1px 4px; text-align:left; }
table.fields td.fieldtop { white-space:normal !important; padding:1px 4px; vertical-align:top !important; text-align:left; }
table.fields .labelsmallest { font-size:7pt; font-weight:normal; }
table.fields .slabel { font-weight:bold; }

/* sonstiges */
img.imgMiddle { border:0; vertical-align:middle; }
img.imgMiddleMLs  { vertical-align:middle; margin-left:4px; }
img.imgMiddleMRs  { border:0; vertical-align:middle; margin-right:4px; }
img.imgMiddleMR  { border:0; vertical-align:middle; margin-right:30px; }
img.imgMiddleML  { border:0; vertical-align:middle; margin-left:30px; }
img.imgMiddleMLRs { border:0; vertical-align:middle; margin:0 4px; }
p.einrueck { margin-left:20px; }
div.einrueck { padding-left:20px; }
div.haengendcb { text-indent:-20px; margin-left:20px; }
input.cbhaengendcb { }
.zusatzinfo { font-style:italic; }
.smallcaption { text-decoration:underline; }
.dMTs, li.MTs, .mt-s { margin-top:6px; }
.dMTm, .mt-m { margin-top:10px; }
.dMTb, .mt-b { margin-top:20px; }
.dMRb, .mr-b { margin-right:20px; }
.dMBs, .mb-s { margin-bottom:6px; }
.dMBm, .mb-m { margin-bottom:10px; }
.ml-b { margin-left:20px; }
.dMLbb { margin-left:30px; }
.dMLxs { margin-left:2px; }
.c, .acenter { text-align:center; }
.aright { text-align:right; }
.aleft { text-align:left; }
.clear { clear:both; }
.floatright { float:right; }
.clearright { clear:right; }
.floatleft { float:left; }
.clearleft { clear:left; }
.abstands { margin:6px; }
ul.noMT { margin-top:0; }
input.inpMiddle { vertical-align:middle; }
input.inpMiddleML { vertical-align:middle; margin-left:30px; }
input.inpMiddle0 { vertical-align:middle; margin:0; }
.nw { white-space:nowrap; }
.r_nw { text-align:right; white-space:nowrap; }
.abstand { margin:10px; }
.wrap { white-space:normal !important; }
img.imgMiddleH8pt { border:0; vertical-align:middle; height:11pt; }
.hidden { display:none; }
.imgbutton { border:0; vertical-align:middle; }
.w100p { width:100%; }

/* kleinere Schriftart */
.small { font-size:8pt; }
.small_c { font-size:8pt; text-align:center; }
.smallest { font-size:7pt; }

/* Themenzusatztext */
div.thema_text2 { margin-top:20px; margin-bottom:20px; }
div.thema_text { margin-bottom:20px; }

/* Container */
#containera { text-align:center; height:100%; }
#container { padding-top:13px; padding-bottom:10px; }
table.container { width:1000px; height:100%; margin:0 auto; background:url(../nav/bg/header-bg.gif) repeat-x 0 13px; }
table.container td.container11 { text-align:left; vertical-align:top; background:url(../nav/bg/header.jpg) no-repeat left top; height:198px; }
table.container td.container21 { height:100%; text-align:left; vertical-align:top; }
table.container td.container31 { font-size:8pt; color:#676767; text-align:center; padding:6px; vertical-align:top; }
table.container td.container31 img.makewidth { height:0; width:988px; }

/* Service-Page */
body.service { background:#ffffff url(../nav/bg/service-header.jpg) no-repeat top center; text-align:center; margin:0; padding:0; }
body.service div.container { padding:210px 0 0 0; }
body.service .content { border:3px double #d7d6d7; width:946px; padding:20px; margin:0 auto; }

/* grosse Haupttabelle */
table.Main { width:1000px; height:100%; border:0; }
tr.Main1 { vertical-align:top; height:100%; }
td.mainleft { padding:22px 0 0 0; width:180px; vertical-align:top; }
img.mainleft_width { border:0; width:180px; height:1px; }
td.MainSep { }
img.imgMainSep { border:0; width:6px; height:1px; }
td.Main12 { width:100%; vertical-align:top; height:100%; }
table.MainSub { width:100%; border:0; height:100%; }
tr.MainSub1 { }
td.mainmiddle { width:100%; height:100%; vertical-align:top; border:3px double #d7d6d7; padding-left:4px; padding-right:4px; }
td.MainSubSep { }
img.imgMainSubSep { border:0; width:6px; height:1px; }
td.mainright { width:180px; vertical-align:top; }
img.mainmiddle_width { width:592px; height:1px; border:0; }
img.mainright_width { width:180px; height:1px; border:0; }

/* WayHome - Pfad */
#Pfad { height:20px; padding-top:2px; font-size:8pt; color:#a8a8a8; }
#Pfad a { text-decoration:none; }
#Pfad a:link, #Pfad a:visited { color:#0e19fc; }
#Pfad a:hover, #Pfad a:active { color:#a8a8a8; }

/* Headline */
div.Headline { margin:0 0 10px 0; padding:4px 10px 8px 10px; background:url(../nav/bg/headline-bg.png) repeat-x; position:relative; top:-3px; left:0; }
div.Headline #headline-left { position:absolute; top:0; left:-7px; background:url(../nav/bg/headline-left.png) no-repeat; width:12px; height:28px; }
div.Headline #headline-right { position:absolute; top:0; right:-7px; background:url(../nav/bg/headline-right.png) no-repeat; width:12px; height:28px; }
div.Headline h1 { font-size:10pt; color:#ffffff; font-weight:bold; margin:0; text-align:center; }
div.Headline a { text-decoration:none; }
div.Headline h1 a, div.Headline h1 a:link, div.Headline h1 a:visited, div.Headline h1 a:hover, div.Headline h1 a:active { color:#ffffff; cursor:normal; }

/* Footer */
#Footer { color:#858585; }
#Footer a:link, #Footer a:visited { color:#858585; }
#Footer a:hover, #Footer a:active { color:#676767; }
#Footer #Company { font-size:10pt; margin:2px 0; }
#Footer #Company .bull { color:#ff0085; padding-left:5px; padding-right:5px; }
#Footer #Links { font-size:8pt; margin:2px 0; }
#Footer #Links a { margin:0 5px; text-decoration:none; }
.preisinfofooter, .preisinfofooter a:link, .preisinfofooter a:visited { color:#858585; font-size:8pt; margin-top:50px; }
.preisinfofooter a:hover, .preisinfofooter a:active { color:#676767; font-size:8pt; }
.preisinfofooter .footnote { text-indent:-14px; margin-left:14px; }

/* Kopfbereich */
#header { height:198px; position:relative; top:0; left:0; }
#header #logo { position:absolute; top:16px; left:7px; width:445px; height:48px; }
#header #logo img { width:445px; height:48px; }
#search { position:absolute; left:702px; top:13px; }
#SearchStr { width:211px; vertical-align:middle; padding:6px 4px; margin-right:7px; border:0; }
#search .imgbutton { width:33px; height:28px; }
#searchlinks { font-size:8pt; margin:3px 0 0 -10px; color:#ffffff; }
#searchlinks a { margin:0 10px; text-decoration:none; color:#ffffff; }
#searchlinks a:hover, #searchlinks a:active { color:#a5b3c4; }
/* Sprachumschaltung */
#language_choice { position:absolute; right:4px; bottom:4px; }
#language_choice img { margin-left:4px; }
#language_choice a img { -moz-opacity:0.8; -webkit-opacity:0.8; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80); opacity:0.8; }

/* kleiner Loginbereich */
#LoginS .sideboxi { font-size:8pt; }
#LoginS form { width:160px; }
#LoginS .field input { width:160px; }
#LoginS td { font-size:8pt; padding:4px; }
#LoginS a { }

/* Boxen auf den Seiten */
.sidebox { background:#eff4ff; margin-bottom:20px; }
.sidebox .sideboxc { background:#021660 url(../nav/bg/balken.gif) repeat-x; color:#ffffff; padding:0; }
.sidebox .sideboxc div { white-space:nowrap; padding:0; }
.sidebox .sideboxi { padding:10px 4px; }
.mainleft .sideboxc { text-align:left; padding-left:7px; }
.mainright .sideboxc { text-align:right; padding-right:7px; }
.sideboxc div { background-image:url(../nav/bg/box-captions.png); background-repeat:no-repeat; height:26px; }
.sideboxc-warenkorb div { background-position:right 0; }
.sideboxc-meinkonto div { background-position:right -26px; }
.sideboxc-anmelden div { background-position:right -52px; }
.sideboxc-teaser div { background-position:right -78px; }
.sideboxc-bestseller div { background-position:right -104px; }
.sideboxc-neuimshop div { background-position:right -130px; }
.sideboxc-merkzettel div { background-position:right -156px; }
.sideboxc-produkte div { background-position:left -182px; }
.sideboxc-informationen div { background-position:left -208px; }
.sideboxc-newsletter div { background-position:left -234px; }
.sideboxc-bewertungen div { background-position:left -260px; }

/* kleiner Warenkorb */
.cartsmall-b { background:url(../nav/bg/cartsmall.gif) repeat-x 0 10px; padding-left:6px; padding-top:2px; margin-top:2px; }
.cartsmall .sideboxi { padding-left:10px; padding-right:10px; }
.cartsmall table td { white-space:nowrap; padding-top:2px; padding-bottom:2px; }
.cartsmall table .label { padding-right:10px; }
.cartsmall table .field { font-weight:bold; color:#ff0085; }

/* Teaserbereich */
div.TeaserE { margin:4px 0; }

/* NeuImShop */
#NeuImShop, #NeuImShop td { font-size:8pt; }
#NeuImShop table { width:170px; border:0; border-collapse:collapse; }
#NeuImShop td { padding:8px 2px; border-bottom:1px solid #a5b3c4; }
img.imgNeuImShop { width:40px; }
img.imgNeuImShopNo { width:40px; height:0; }
#NeuImShop td a { text-decoration:none; }

/* BestSeller */
#BestSeller, #BestSeller td { font-size:8pt; }
#BestSeller table { width:170px; border:0; border-collapse:collapse; }
#BestSeller td { padding:8px 2px; border-bottom:1px solid #a5b3c4; }
img.imgBestSeller { width:40px; }
img.imgBestSellerNo { width:40px; height:0; }
#BestSeller td a { text-decoration:none; }

/* hervorgehobener Stern */
.HighStar, .HighStar:link, .HighStar:visited, .HighStar:hover, .HighStar:active { color:#ff0085; text-decoration:none; font-weight:bold; }

/* kleiner Stern */
.LowStar, .LowStar:link, .LowStar:visited, .LowStar:hover, .LowStar:active { text-decoration:none; }

/* Artikellistung, CrossSelling, teilweise Auktion, teilweise Warenkorb, teilweise Merkzettel */
div.AListe { }
div.AListeC { }
div.AListeI { }
div.AListeB { }
table.AListe { border-bottom:1px solid #838383; border-collapse:collapse; width:100%; }
table.AListe td { font-size:8pt; padding:10px 5px; border-top:1px solid #838383; white-space:nowrap; }
table.AListe td table td { border:0; }
tr.AListe { }
tr.AListeVar1X { }
td.AListePic { vertical-align:top; text-align:center; padding:0 !important; }
td.AListeDesc  { width:100%; text-align:left; white-space:normal !important; }
td.AListeVar1Desc  { width:100%; text-align:left; white-space:normal !important; }
td.AListeVar1DescX  { width:100%; text-align:left; border-top:1px solid #a8a8a8 !important; white-space:normal !important; }
td.AListePrice { text-align:right; }
td.AListeVar1Price { text-align:right; border-top:1px solid #a8a8a8 !important; }
td.AListeMField { text-align:left; width:100%; }
td.AListeVar1MField { text-align:left; width:100%; }
td.AListePurch, td.AListeVar1Purch { text-align:right; padding:0 !important; }
td.AListePurchx, td.AListeVar1Purchx { text-align:right; }
td.AListeVar1Purch, td.AListeVar1Purchx { border-top:1px solid #a8a8a8 !important; }
td.AListeCart { text-align:center; }
td.AListeVar1Cart { text-align:center; }
td.AListeNoBuy { text-align:center; }
td.AListeVar1NoBuy { text-align:center; border-top:1px solid #a8a8a8 !important; }
td.AListeVar1NoBuyX { text-align:center; border-top:1px solid #a8a8a8 !important; }
td.AListe { text-align:center; }
td.AListe_w { text-align:center; white-space:normal !important; }
td.AListe_l { text-align:left; white-space:normal !important; }
td.AListeVar1 { text-align:center; }
td.AListeVar1X { text-align:center; border-top:1px solid #a8a8a8 !important; }
td.AListeVar1X_w { text-align:center; border-top:1px solid #a8a8a8 !important; white-space:normal !important; }
.AProdName, .AProdName a:link, .AProdName a:visited { font-size:9pt; font-weight:bold; color:#1721fb; text-decoration:none; }
.AProdName a:hover, .AProdName a:active { font-size:9pt; font-weight:bold; color:#a8a8a8; text-decoration:none; }
.AProdNameVar1, .AProdNameVar1 a:link, .AProdNameVar1 a:visited { font-size:9pt; color:#1721fb; text-decoration:none; }
.AProdNameVar1 a:hover, .AProdNameVar1 a:active { font-size:9pt; font-weight:bold; color:#a8a8a8; text-decoration:none; }
.AProdNameVar1 .varpic { margin-right:6px; vertical-align:middle; }
.AProdNameVar1 .varpic img { width:20px; border:1px solid #d7d6d7; }
img.imgALiefer { vertical-align:middle; border:0; margin:0 4px; }
img.imgANeuImShop { border:0; position:absolute; top:0; left:0; }
img.imgABewertung { vertical-align:middle; border:0; }
img.imgAShop { vertical-align:middle; border:0; margin-left:10px; }
div.ASonderbonus { color:#ff0085; }
div.APunkte { white-space:nowrap; }
div.AAktion { margin-left:22px; color:#ff0085; }
div.ALiefer { }
div.AArtikelnr { color:#969797; }
div.ABewertung { }
div.AVKAufschlag { }
div.AMerken, div.AMerken a:link, div.AMerken a:visited { font-weight:normal; }
div.AMerken a:hover, div.AMerken a:active { font-weight:normal; }
div.APriceBase { font-style:italic; }
div.ACartComment { font-size:7pt; font-style:italic; }
div.AAnfragen, div.AAnfragen a:link, div.AAnfragen a:visited { font-weight:normal; }
div.AAnfragen a:hover, div.AAnfragen a:active { font-weight:normal; }
div.AVerkAb18, div.AVerkKund { }
div.AAuslaufartikel { margin-top:6px; }
.AAuslaufartikelH { color:#ff0085; font-weight:bold; margin-right:2px; }
.AGenerator { color:#008000; }
.AGenerator a:link, .AGenerator a:visited { color:#008000; text-decoration:none; }
.AGenerator a:hover, .AGenerator a:active { color:#a8a8a8; text-decoration:none; }
.AVariante { color:#008000; }
.AVariante a:link, .AVariante a:visited { color:#008000; text-decoration:none; }
.AVariante a:hover, .AVariante a:active { color:#a8a8a8; text-decoration:none; }
.APic { position:relative; top:0; left:0; }
.APici { padding:10px 5px 10px 0; }
.APici img { border:0; width:80px; }
.APrice { font-size:10pt; font-weight:bold; color:#1721fb; font-style:italic; }
.APrice .priceab, .APriceInvalid .priceab, .APriceZusatz .priceab, .APriceBase .priceab { font-size:7pt; font-weight:normal; }
.APriceInvalid .price { text-decoration:line-through; font-size:9pt; }
.APriceInvalid .label { vertical-align:super; font-size:7pt; margin-left:2px; }
.APriceInvalid .label a:link, .pPriceInvalid .label a:visited { text-decoration:none; }
.APriceInvalid .label a:hover, .pPriceInvalid .label a:active { text-decoration:none; }
.APriceZusatz { }
.AChilds { font-size:7pt; margin-top:4px; }
.Amwst, .Amwst a:link, .Amwst a:visited { font-size:7pt; color:#676767; font-weight:normal; }
.Amwst a:hover, .Amwst a:active { font-size:7pt; color:#838383; font-weight:normal; }
input.AMenge { vertical-align:middle; width:30px; }

/* Artikellistung nebeneinander */
div.BListe { }
div.BListeC { }
div.BListeI { }
div.BListeB { }
table.BListe { border-collapse:collapse; width:100%; }
table.BListe td { font-size:8pt; vertical-align:top; }
tr.BListe { }
tr.BListeSep { height:6px; }
tr.BListeSep img { width:6px; height:6px; border:0; }
td.BListe1 { border:1px solid #97a3b3; background:#eff4ff; width:49%; }
td.BListe1s { width:6px; } td.BListe1s img { width:6px; height:0; border:0; }
td.BListe2 { border:1px solid #97a3b3; background:#eff4ff; width:50%; }
td.BListe2s { } td.BListe2s img { width:0; height:0; border:0; }
td.BListeE { } td.BListeE img { border:0; }
table.BListeP { width:100%; }
tr.BListeP { }
td.BListePic { background:#ffffff; vertical-align:top; text-align:center; }
td.BListeDesc { width:100%; border-left:1px solid #97a3b3; }
.BProdName { background:#97a3b3; }
.BProdName table { height:30px; }
.BProdName table td { height:30px; vertical-align:middle; font-size:10pt; font-weight:bold; padding:4px; }
.BProdName a:link, .BProdName a:visited { color:#ffffff; text-decoration:none; }
.BProdName a:hover, .BProdName a:active { color:#838383; text-decoration:none; }
.BListeDesci { margin:4px 4px 0 4px; font-size:8pt; }
.BListeDesci .firstline { height:16px; }
.BPic { position:relative; top:0; left:0; }
.BPici { padding:4px; }
.BPici img { border:0; width:80px; }
img.imgBNeuImShop { border:0; position:absolute; top:0; left:0; }
div.BArtikelnr { font-size:7pt; margin-top:2px; }
div.BBewertung { float:right; }
div.BBewertung img { vertical-align:middle; }
div.BLiefer { height:16px; font-size:7pt; }
img.imgBLiefer { vertical-align:middle; border:0; margin:0 4px; }
div.BLiefer .BLiefertext { font-size:7pt; }
div.BAuslaufartikel { height:16px; font-size:7pt; }
.BAuslaufartikelH { color:#ff0085; font-weight:bold; font-size:8pt; }
div.BVKAufschlag { height:16px; }
div.BSonderbonus { height:16px; color:#ff0085; }
div.BAktion { height:16px; color:#ff0085; }
.Bmwst { text-align:right; font-size:7pt; color:#676767; }
.Bmwst a:link, .Bmwst a:visited { color:#676767; font-weight:normal; }
.Bmwst a:hover, .Bmwst a:active { color:#838383; font-weight:normal; }
div.BPricesCart { background:#d5d9e3; text-align:right; }
table.BPricesCart { height:60px; margin-right:0; text-align:right; margin:0 6px; }
table.BPricesCart td { vertical-align:middle; }
td.BListePrice { text-align:right; width:100%; padding-right:10px; }
td.BListePurch { text-align:right; padding:0 !important; }
td.BListePurchx { text-align:center; }
td.BListePurchx .nopurch_x { width:82px; }
td.BListeMField { text-align:center; padding-right:10px; width:100%; }
td.BListeCart { text-align:center; }
td.BListe { text-align:center; }
div.BPriceBase { font-style:italic; font-size:7pt; }
.BPrice { font-size:12pt; font-weight:bold; }
.BPrice .priceab, .BPriceInvalid .priceab, .BPriceZusatz .priceab, .BPriceBase .priceab { font-size:7pt; font-weight:normal; }
.BPriceInvalid .price { text-decoration:line-through; font-size:8pt; }
.BPriceInvalid .label { vertical-align:super; font-size:7pt; margin-left:2px; }
.BPriceInvalid .label a:link, .pPriceInvalid .label a:visited { text-decoration:none; }
.BPriceInvalid .label a:hover, .pPriceInvalid .label a:active { text-decoration:none; }
.BPriceZusatz { }
.BChilds { font-size:7pt; margin-top:4px; }
.BEinheit { font-size:7pt; }
input.BMenge { width:30px; margin-top:6px; }
div.BCartComment { font-size:7pt; font-style:italic; }
div.BMerken { margin:0 6px; padding-bottom:4px; }
div.BMerken a:link, div.bMerken a:visited { font-weight:normal; }
div.BMerken a:hover, div.BMerken a:active { font-weight:normal; }
.BGenerator { color:#008000; }
.BGenerator a:link, .BGenerator a:visited { color:#008000; text-decoration:none; }
.BGenerator a:hover, .BGenerator a:active { color:#838383; text-decoration:none; }
.BVariante { color:#008000; }
.BVariante a:link, .BVariante a:visited { color:#008000; text-decoration:none; }
.BVariante a:hover, .BVariante a:active { color:#838383; text-decoration:none; }
div.BAnfragen, div.BAnfragen a:link, div.BAnfragen a:visited { font-weight:normal; }
div.BAnfragen a:hover, div.BAnfragen a:active { font-weight:normal; }
div.BVerkAb18, div.BVerkKund { white-space:nowrap; }
div.BPunkte { white-space:nowrap; }

/* Bereich CrossSelling-Referenz */
div.CrossSR { margin-bottom:10px; }
div.CrossSRC { background:#dce1ef; }
div.CrossSRC div { font-size:9pt; font-weight:bold; padding:4px; }
div.CrossSRC div .CrossSRCArt { font-size:9pt; font-weight:bold; }
div.CrossSRI { padding-left:1px; }
* + html div.CrossSRI { padding-left:0; }

/* Bereich kundenkaufbezogenes CrossSelling */
div.CrossS { margin-bottom:10px; }
div.CrossSC { background:#dce1ef; }
div.CrossSC div { font-size:9pt; font-weight:bold; padding:4px; }
div.CrossSI { background:#eff4ff; border:1px solid #dce1ef; }
div.CrossSE  { font-size:8pt; font-weight:normal; padding:4px; }
div.CrossSE img { width:40px; vertical-align:middle; margin-right:6px; }
div.CrossSE a:link, div.CrossSE a:visited { font-size:9pt; font-weight:bold; text-decoration:none; }
div.CrossSE a:hover, div.CrossSE:active { font-size:9pt; text-decoration:none; }

/* Artikelnr. in Artikeldetailansicht */
div.pArtikelnr { float:left; }

/* Anzeige der Bewertungen */
div.pBewertungShow { text-align:right; white-space:nowrap; margin-left:10px; font-size:7pt; }
img.imgpBewertungShow { vertical-align:middle; border:0; margin-left:4px; }
div.pBewertung { margin-bottom:10px; }
div.pBewertungC { background:#eff4ff; }
div.pBewertungC div { font-weight:bold; text-align:center; padding:4px; }
div.pBewertungI { border-top:1px solid #dce1ef; }
div.pBewertungE { border-bottom:1px solid #dce1ef; padding:4px 0; }
div.pBewertungE div { margin:2px 0; }
img.imgpBewertung { vertical-align:middle; border:0; margin-right:14px; }
.pBewertungTitle { font-weight:bold; }
.pBewertungName { font-weight:bold; }
div.pBewertungMore { font-size:8pt; text-align:right; padding:4px; }

/* Artikeldetailansicht diverses */
.pProdName1 { font-weight:bold; font-size:11pt; margin-bottom:10px; }
table.tArtikel { width:100%; border-spacing:0; border:0; margin-top:4px; margin-bottom:10px; }
table.tArtikel td.pics { width:310px; vertical-align:top; border:1px solid #dce1ef; padding:4px; text-align:center; }
table.tArtikel td.pics img.makewidth { border:0; width:310px; height:0; }
table.tArtikel td.sep { }
table.tArtikel td.sep img { border:0; width:6px; height:1px; }
table.tArtikel td.details { width:100%; vertical-align:top; }
table.tArtikel td.details .inside { margin:0 4px; }
.tpArtikel { margin:10px 0; }
table.tArtikel td.left { vertical-align:top; padding-top:6px; }
table.tArtikel td.right { vertical-align:top; padding-top:6px; }
div.pArtikel { margin:10px 0; }
table.pArtikel { border-collapse:collapse; }
table.pArtikel td { font-size:8pt; padding:4px; }
td.pArtikelDesc  { width:100%; text-align:left; }
.pArtikelPrice { white-space:nowrap; }
td.pArtikelPurch { padding:0 !important; }
td.pArtikelPurchx { text-align:center; }
td.pArtikelPurchx .nopurch_x { width:80px; }
.pArtikelVt td.pArtikelPurchx .nopurch_x { width:112px; }
td.pArtikelPurch #nopurch { padding:4px; width:112px; }
td.pArtikelMField { text-align:left; white-space:nowrap; }
td.pArtikelCart, .pArtikel { text-align:center; white-space:nowrap; }
td.pArtikel_w { text-align:center; white-space:nowrap; }
div.pArtikelVt { border-bottom:1px solid #dce1ef; }
.pProdName, .pProdName a:link, .pProdName a:visited { font-size:9pt; font-weight:bold; color:#0f0f0f; text-decoration:none; }
.pProdName a:hover, .pProdName a:active { font-size:9pt; font-weight:bold; color:#838383; text-decoration:none; }
div.pLiefer { margin-top:6px; }
div.pAuslaufartikel { }
.pAuslaufartikelH { color:#ff0085; font-weight:bold; margin-right:2px; }
img.imgpLiefer { vertical-align:middle; border:0; margin:0 4px; }
div.pAktion, div.pSonderbonus { color:#ff0085; margin-top:6px; }
#p_varop_aktion { display:none; }
div.pPunkte { margin-top:10px; }
div.pPunkteKauf { text-indent:-20px; padding-left:20px; }
div.pMindest { }
div.pBewertungShow1 { padding:4px 0; }
div.pStaffel { margin-bottom:6px; }
div.pPunkteV { padding:4px; }
div.pPunkteC { font-weight:bold; }
.pmwst, .pmwst a:link, .pmwst a:visited { font-size:7pt; color:#676767; font-weight:normal; }
.pmwst a:hover, .pmwst a:active { font-size:7pt; color:#838383; font-weight:normal; }
.pPrice { font-size:14pt; font-weight:bold; padding-right:20px; font-style:italic; color:#1721fb; }
.pPriceInvalid .price { text-decoration:line-through; font-size:10pt; }
.pPriceInvalid .label { vertical-align:super; font-size:7pt; margin-left:2px; }
.pPriceInvalid .label a:link, .pPriceInvalid .label a:visited { text-decoration:none; }
.pPriceInvalid .label a:hover, .pPriceInvalid .label a:active { text-decoration:none; }
.pPriceZusatz { }
#p_varop_zahlartrabatt { display:none; }
.pzahlartrabatt { margin-top:6px; }
.pzahlartrabatt .price { font-size:11pt; font-weight:bold; }
.pzahlartrabatt .desc { font-size:8pt; }
.pzahlartrabatt .zahlart { font-weight:bold; }
.pzahlartrabatt .mwst { font-size:7pt; color:#676767; }
div.pPriceBase { font-style:italic; }
input.pMenge { margin-left:2px; vertical-align:middle; width:30px; }
div.pCartComment { font-size:7pt; font-style:italic; }
div.pAnfragen, div.pAnfragen a:link, div.pAnfragen a:visited { font-weight:normal; }
div.pAnfragen a:hover, div.pAnfragen a:active { font-weight:normal; color:#838383; }
div.pVerkAb18, div.pVerkKund { }
img.imgpNeuImShop { position:absolute; top:5px; right:5px; } /* margin-left:20px; vertical-align:middle; border:0; } */
.phersteller { margin-bottom:6px; }
.phersteller .more { text-align:right;}
div.VarEbene { margin-bottom:6px; }
div.VarEbene select { width:200px; height:24px; float:left; vertical-align:middle; }
div.VarEbene .varpic { margin-left:6px; padding:0; float:left; }
div.VarEbene .varpic img { height:22px; vertical-align:middle; background:#ffffff; border:1px solid #d7d6d7; }
.VarProdName { font-size:9pt; font-weight:bold; margin:0; text-align:center; }
.pVarC { font-weight:bold; margin:4px 0; }
.pVarEs { }
.pVarE { padding:4px; margin-left:15px; text-indent:-15px; }
.pVarE .raquo { vertical-align:20%; }
.pVarE a { text-decoration:none; }
.pVarE .varpic { margin-right:6px; }
.pVarE .varpic img { width:20px; vertical-align:middle; background:#ffffff; border:1px solid #d7d6d7; }
.pVarE a:hover .varpic img, .pVarE a:active .varpic  img { border:1px solid #a8a8a8; }
div.pArtikelVt .varpic { margin-right:6px; vertical-align:middle; }
div.pArtikelVt .varpic img { width:20px; background:#ffffff; border:1px solid #d7d6d7; }
div.pGuenstiger, div.pMerken, div.pRecommend { }
#pBox { margin:0; border:1px solid #dce1ef; background:#eff4ff; }
#pBoxC { }
#pBoxI { padding:10px 4px; }
#pBoxI div { margin-left:11px; text-indent:-11px; }
#pBoxI .raquo { vertical-align:20%; }
#pBoxB { }
.partikeltexte { }
.partikeldivers { margin-bottom:10px; }
.pChildArtikel { margin:6px 0; }
.pChildArtikel .caption { font-weight:bold; }
.pChildArtikel table { margin-right:0; }
.pChildArtikel td { font-size:8pt; padding:2px 0; }
.pChildArtikel td.child_name { text-align:left; padding-right:10px; }
.pChildArtikel td.child_price_total { text-align:right; white-space:nowrap; vertical-align:top; }

/* Produktberater im iframe */
#diframegen { text-align:center; }
.diframegen_v { display:none; }
.diframegen_s { display:inline; }
.diframegen_s div { margin:10px 0; border-width:1px; border-style:solid; border-color:#dce1ef; background:#eff4ff; }
#iframegen { width:100%; height:260px; }

/* Einsparungsanzeige */
div.Saving { background:#ff0085; margin-bottom:10px; color:#ffffff; }
div.Saving a { text-decoration:none; }
div.Saving table { }
div.Saving table td { padding:2px 4px; white-space:nowrap; vertical-align:bottom; color:#ffffff; }
div.Saving table td .uvpprice { text-decoration:line-through; font-weight:bold; color:#d7d6d7; }
div.Saving table td .mwst { margin-left:10px; font-size:7pt; color:#d7d6d7; }
.SavingProz { font-weight:bold; font-size:10pt; }
.uvp { vertical-align:super; font-size:7pt; margin-left:2px; }
.uvp a:link, .uvp a:visited { font-weight:normal; color:#d7d6d7; }
.uvp a:hover, .uvp a:active { font-weight:normal; color:#a8a8a8; }

/* Staffelpreisanzeige */
table.Staffel { border-collapse:collapse; border:1px solid #dce1ef; }
table.Staffel td { font-size:8pt; padding:0 8px; white-space:nowrap; }
td.StaffelCMenge, td.StaffelCPrice { font-weight:bold; background-color:#dce1ef; }
td.StaffelCComment { font-weight:normal; font-size:7pt !important; background-color:#dce1ef; }
td.StaffelCComment a:link, td.StaffelCComment a:visited { font-weight:normal; }
td.StaffelCComment a:hover, td.StaffelCComment a:active { font-weight:normal; }
td.StaffelMenge { text-align:center; border-top:1px solid #dce1ef; }
td.StaffelPrice { text-align:right; border-top:1px solid #dce1ef; }
td.StaffelBasePrice { text-align:right; font-style:italic; border-top:1px solid #dce1ef; }

/* Waehlen einer Variante */
div.pChooseVar { font-weight:bold; margin-bottom:6px; }

/* Filter in der AfterSearchNavigation */
div.Filtering { }
.FilterA, .FilterA td { font-size:8pt; }
.FilterA table { width:100%; }
.FilterAC { font-weight:bold; }
.Filters { white-space:nowrap; margin-top:15px; }
.Filters a { text-decoration:none; }
.Filters a:hover { text-decoration:underline; }
.Filter { float:left; background-color:#eff4ff; border:1px solid #dce1ef; margin-right:10px; margin-bottom:15px; }
.Filter div, .Filter p { padding:4px; font-size:8pt; }
.clearFilter { clear:left; }
.selFilter { width:180px; }
.FilterC { background-color:#dce1ef; font-size:8pt; padding:4px; }
.Filtername { font-weight:bold; }
.FilterRemove { margin-bottom:10px; }
.FilterAll { margin-top:10px; }

.themen { margin-bottom:20px; background:#eff4ff; }
.themen .raquo { vertical-align:10%; }
.themen img { margin-right:2px; vertical-align:middle; width:15px; height:15px; background:no-repeat 0 50%; }
.themen a { text-decoration:none; display:block; }
.themen a:hover .nodecoration { text-decoration:none; }

.themen .item0 { color:#ffffff; font-weight:bold; font-size:9pt; }
.themen .item1 { font-size:9pt; line-height:10pt; }

.themen .thema0 { border-bottom:1px solid #a5b3c4; }
.themen .thema2 { font-size:8pt; }

.themen .item0 div { padding:5px 2px 5px 10px; }
.themen a.graphic { text-indent:-17px; margin-left:17px; }
.themen .item1 div { padding:4px 2px 4px 18px; text-indent:-10px; }
.themen .item2 div { padding:4px 2px 4px 28px; text-indent:-10px; }
.themen .item3 div { padding:4px 2px 4px 40px; text-indent:-10px; }
.themen .item4 div { padding:4px 2px 4px 55px; text-indent:-10px; }
.themen .item5 div { padding:4px 2px 4px 70px; text-indent:-10px; }

.themen .status0 a { color:#0f0f0f; }
.themen .status0a a { color:#ffffff; }
.themen .status0p a { color:#ffffff; }
.themen .item0 a:hover, .themen .item0 a:active { color:#ffffff; }
.themen .thema1 a { color:#0f0f0f; }
.themen .item2 a { }
.themen .item3 a { }
.themen .item4 a { }

.themen .status0 { }
.themen .status0a { background:#ff51ac url(../nav/leftnav/thema0-a.gif) repeat-y; }
.themen .status0p { background:#ff51ac url(../nav/leftnav/thema0-a.gif) repeat-y; }
.themen .statusxa a { color:#ff0085; }

.themen .status0:hover, .themen .status0a:hover { background:#eff4ff url(../nav/leftnav/thema0-h.gif) repeat-y; }
.themen .status0:hover a, .themen .status0:active a { color:#ffffff; }
.themen .statusx a:hover, .themen .statusxa a:hover { text-decoration:underline; }

.themen .status0 div { }
.themen .status0a div { }
.themen .status0p div { border-bottom:1px solid #a5b3c4; }
.themen .statusx div { }
.themen .statusxa div { }

/* Themensubnavigation */
table.tSubnavi { border:0; width:100%; margin:10px 0; }
table.tSubnavi tr { }
table.tSubnavi td.tsubnav { width:33%; vertical-align:top; text-align:left; }
table.tSubnavi td.tsubnav div.cont { text-align:center; }
table.tSubnavi td.tsubnav .pic { margin-bottom:4px; }
table.tSubnavi td.tsubnav .cap { margin-bottom:4px; color:#1721fb; font-size:10pt; }
table.tSubnavi td.tsubnav .cap a { text-decoration:none; font-weight:bold; }
table.tSubnavi td.tsubnav .cap a:link, table.tSubnavi td.tsubnav .cap a:visited { color:#1721fb; }
table.tSubnavi td.tsubnav .cap a:hover, table.tSubnavi td.tsubnav .cap a:active { color:#a8a8a8; }
table.tSubnavi .text { color:#1721fb; }
table.tSubnavi .text a:link, table.tSubnavi .text a:visited { color:#1721fb; }
table.tSubnavi .text a:hover, table.tSubnavi .text a:active { color:#a8a8a8; }
table.tSubnavi td.sep { width:20px; }
table.tSubnavi td.sep img { border:0; width:20px; height:0; }
table.tSubnavi td.sepline { height:20px; }
table.tSubnavi td.sepline img { border:0; width:0; height:20px; }

/* Seitennavigation */
table.pagenav { border:0; }
table.pagenav td { font-size:8pt; padding:2px; }

/* Produktberater */
div.genHead { text-align:center; background:#d5d9e3; padding:10px 0; font-size:12pt; font-weight:bold; }
div.genBody { padding:10px; }

/* dezenter Areabereich */
div.AreaD { border:1px solid #dce1ef; }
div.AreaD div.AreaDC { background-color:#dce1ef; border-bottom:1px solid #dce1ef; padding:4px; white-space:nowrap; }
div.AreaD div.AreaDC div.AreaDCismall { font-weight:bold; font-size:8pt; }
div.AreaDIHsmall { background-color:#dce1ef; border-top:1px solid #dce1ef; font-size:8pt; padding:4px; }
div.AreaD div.AreaDI { padding:4px; }
div.AreaD div.AreaDIsmall { padding:4px; font-size:8pt; }
div.AreaDI .rb_text, div.AreaDIsmall .rb_text { margin-top:4px; font-size:8pt; }
div.AreaDI .rb_text_disable, div.AreaDIsmall .rb_text_disable { margin-top:4px; font-size:8pt; color:#676767; }

/* einfacher Areabereich */
div.Area { background-color:#eff4ff; border:1px solid #dce1ef; padding:4px; }
div.Area_pm { background-color:#eff4ff; border:1px solid #dce1ef; padding:12px; }
div.AreaC { background-color:#dce1ef; border:1px solid #dce1ef; padding:4px; font-weight:bold; }
table.Area { background-color:#eff4ff; border:1px solid #dce1ef; border-spacing:10px; border-collapse:separate; }

/* Area mit Ueberschrift */
div.AreawC { background-color:#eff4ff; border-style:solid; border-color:#dce1ef; border-width:1px 1px 1px 1px; }
div.AreawCMT { background-color:#eff4ff; border-style:solid; border-color:#dce1ef; border-width:1px 1px 1px 1px; margin-top:20px; }
div.AreawCC { background-color:#dce1ef; border-bottom:1px solid #dce1ef; padding:4px; }
div.AreawCC div.AreawCCismall { color:#0f0f0f; font-weight:bold; font-size:8pt; }
div.AreawC div.AreawCIbsmall { background-color:#ffffff; font-size:8pt; color:#0f0f0f; padding:4px; }
div.AreawC div.AreawCIsmall { font-size:8pt; padding:4px; }
div.AreawC div.AreawCIsmall_bt { font-size:8pt; padding:4px; border-top:1px solid #dce1ef; }
div.AreawC div.AreawCIbsmall_bt  { background-color:#ffffff; font-size:8pt; padding:4px; border-top:1px solid #dce1ef; }

/* kraeftiger Areabereich */
div.AreaH { background-color:#dce1ef; border-style:solid; border-color:#dce1ef; padding:4px; border-width:1px 1px 1px 1px; }

/* einfache Tabelle mit Anzeige von Inhalten */
table.show { border:0; }
table.show td.label { padding:4px 10px 4px 4px; white-space:nowrap; }
table.show td.field { padding:4px 10px 4px 4px; }
table.show td.field_nw { padding:4px 10px 4px 4px; white-space:nowrap; }
table.show td.field_r_nw { padding:4px 10px 4px 4px; text-align:right; white-space:nowrap; }
table.show td.labelsm { padding:4px 6px 0 4px; white-space:nowrap; }
table.show td.fieldsm_nw { padding:4px 6px 0 4px; white-space:nowrap; }
table.show td.fieldsm { padding:4px 6px 0 4px; }

/* Tabellenlistung in normaler Standardschrift innerhalb einer Area mit Ueberschrift */
table.ListeAC { background:#ffffff; border-color:#dce1ef; border-style:solid; border-width:1px 0 0 0; border-collapse:collapse; }
table.ListeAC td { padding:4px; }
table.ListeAC tr.ListeC { }
table.ListeAC tr.ListeC td { background:#eff4ff; }
table.ListeAC td.ListeC { font-weight:bold; text-align:center; vertical-align:top; white-space:nowrap; }
table.ListeAC td.ListeC_e { font-weight:normal; font-size:8pt; text-align:center; vertical-align:top; white-space:nowrap; }
table.ListeAC td.ListeC_e high { font-weight:bold; }
table.ListeAC td.ListeC_l { font-weight:bold; text-align:left; vertical-align:top; white-space:nowrap; }
table.ListeAC td.ListeC_r { font-weight:bold; text-align:right; vertical-align:top; white-space:nowrap; }
table.ListeAC tr.Liste { vertical-align:top; }
table.ListeAC td.Liste { border-top:1px solid #dce1ef; }
table.ListeAC td.Liste_c_nw { border-top:1px solid #dce1ef; text-align:center; white-space:nowrap; }
table.ListeAC td.Liste_r_nw { border-top:1px solid #dce1ef; text-align:right; white-space:nowrap; }

/* Warenkorbseite */
input.Menge { vertical-align:middle; width:30px; }
.Cmwst { font-size:7pt; color:#676767; font-weight:normal; }
.Cmwst a:link, .Cmwst a:visited { font-size:7pt; color:#676767; font-weight:normal; }
.Cmwst a:hover, .Cmwst a:active { font-size:7pt; color:#838383; font-weight:normal; }
table.CSum { border:0; width:100%; }
table.CSum td { font-size:8pt; white-space:nowrap; vertical-align:middle; }
table.CSum td.label { padding:2px 4px 2px 0; text-align:left; }
table.CSum td.field { padding:2px 0; white-space:normal !important; text-align:right; }
table.CSum td.field_c { padding:2px 0; white-space:normal !important; text-align:center; }
table.CSum td.field_nw { padding:2px 0; text-align:right; }
table.CSum td.labelsum { border-top:1px solid #a8a8a8; padding:2px 4px 2px 0; text-align:left; font-weight:bold; }
table.CSum td.fieldsum { border-top:1px solid #a8a8a8; padding:2px 0; text-align:right; font-weight:bold; }

/* Warenkorb-Summentabelle in letzter Checkoutseite */
table.COSum { border:0; }
table.COSum td { font-size:8pt; white-space:nowrap; vertical-align:middle; }
table.COSum td.label { padding:2px 4px 2px 0; text-align:left; }
table.COSum td.field_nw { padding:2px 0; text-align:right; }
table.COSum td.labelsum { border-top:1px solid #a8a8a8; padding:2px 4px 2px 0; text-align:left; font-weight:bold; }
table.COSum td.fieldsum { border-top:1px solid #a8a8a8; padding:2px 0; text-align:right; font-weight:bold; }

/* Informationen zum Online-Zahlungssystem */
.zahlsysinfo, .zahlsysinfo a:link, .zahlsysinfo a:visited, .zahlsysinfo a:hover, .zahlsysinfo a:active, .zahlsysinfo td { color:#ff0085; }

/* Artikel wurde gemerkt */
div.gemerkt { height:20px; vertical-align:middle; font-size:8pt; color:#0f0f0f; }

/* Produktinfos an verschiedenen Stellen ausser Katalog und Detailansicht, z.B. Merkzettel */
.ProdName, .ProdName:link, .ProdName:visited { font-size:9pt; font-weight:bold; color:#0f0f0f; text-decoration:none; }
.ProdName:hover, .ProdName:active { font-size:9pt; font-weight:bold; color:#838383; text-decoration:none; }

/* Tabellenlistung in normaler Standardschrift */
table.Liste { background:#ffffff; border:1px solid #dce1ef; border-collapse:collapse; }
table.Liste td { padding:4px; vertical-align:top; white-space:nowrap; }
table.Liste tr.ListeC { }
table.Liste tr.ListeC td { background:#eff4ff; }
table.Liste td.ListeC { font-weight:bold; text-align:center; }
table.Liste td.ListeC_e { font-weight:normal; text-align:center; }
table.Liste td.ListeC_e .high { font-weight:bold; }
table.Liste td.ListeC_l { font-weight:bold; text-align:left; }
table.Liste td.ListeC_r { font-weight:bold; text-align:right; }
table.Liste tr.Liste { }
table.Liste td.Liste { border-top:1px solid #dce1ef; white-space:normal !important; }
table.Liste td.Liste_c_nw { border-top:1px solid #dce1ef; text-align:center; }
table.Liste td.Liste_r_nw { border-top:1px solid #dce1ef; text-align:right; }
table.Liste td.ListePic { text-align:center; border-top:1px solid #dce1ef; padding:0 !important; background:#ffffff; }
table.Liste td.nob { white-space:normal !important; }

/* Tabellenlistung in verkleinerter Schrift */
table.ListeS { background:#ffffff; border:1px solid #dce1ef; border-collapse:collapse; }
table.ListeS td { padding:4px; font-size:8pt; }
table.ListeS tr.ListeC { vertical-align:middle; }
table.ListeS tr.ListeC td { background:#eff4ff; }
table.ListeS td.ListeC { font-weight:bold; text-align:center; vertical-align:middle; white-space:nowrap; }
table.ListeS td.ListeC_e { font-weight:normal; text-align:center; vertical-align:middle; white-space:nowrap; }
table.ListeS td.ListeC_e high { font-weight:bold; font-size:9pt; }
table.ListeS td.ListeC_l { font-weight:bold; text-align:left; vertical-align:middle; white-space:nowrap; }
table.ListeS td.ListeC_r { font-weight:bold; text-align:right; vertical-align:middle; white-space:nowrap; }
table.ListeS tr.Liste { vertical-align:top; }
table.ListeS td.Liste_c { border-top:1px solid #dce1ef; text-align:center; }
table.ListeS td.Liste_c_nw { border-top:1px solid #dce1ef; text-align:center; white-space:nowrap; }
table.ListeS td.nobg { background-color:#ffffff; border-top:1px solid #dce1ef; }
table.ListeS td.wb { border:1px solid #dce1ef; }
table.ListeS td.Liste_r_nw { border-top:1px solid #dce1ef; text-align:right; white-space:nowrap; }
table.ListeS td.Liste { border-top:1px solid #dce1ef; }
table.ListeS td.ListePic { vertical-align:top; text-align:center; border-top:1px solid #dce1ef; padding:0 !important; background:#ffffff; }
table.ListeS tr.child td.Liste, table.ListeS tr.child td.ListePic, table.ListeS tr.child td.Liste_r_nw { border-top-style:none; }
table.ListeS td.ListeH { background-color:#dce1ef; border-top:1px solid #dce1ef; text-align:left; vertical-align:top; }
table.ListeS td.ListeH a:link, table.ListeS td.ListeH a:visited { }
table.ListeS td.ListeH a:hover, table.ListeS td.ListeH a:active { }
table.ListeS td.nob { }

/* Tabelle fuer verschiedene Anwendungen */
table.divers { border:0; }
table.divers td { vertical-align:top; }
table.divers .diverslabel { padding-right:10px; vertical-align:top; white-space:nowrap; }

/* Versandkostenuebersicht */
.SCName { font-weight:bold; }
.SCmwst { font-size:7pt; color:#676767; font-weight:normal; text-align:center; margin-top:6px; }
.SCmwst a:link, .SCmwst a:visited { color:#676767; font-weight:normal; }
.SCmwst a:hover, .SCmwst a:active { color:#838383; font-weight:normal; }
table.SCBwa { border:0; }
table.SCBwa td { padding:0 4px; }
table.SCBwa td.C_c { text-align:center; text-decoration:underline; white-space:nowrap; }
table.SCBwa td.C_r { text-align:right; text-decoration:underline; white-space:nowrap; }
.SCLandH { text-decoration:underline; }
.SCExpress, .SCGewicht, .SCSperrgut, .SCProz, .SCdiv { margin-top:6px; white-space:nowrap; }

/* Checkoutprozess */
.COt, .COb { text-align:right; margin:10px 0; }
table.speedbar { border:0; width:100%; border-spacing:1px; border-collapse:separate; margin-bottom:10px; }
table.speedbar td { vertical-align:middle; padding:4px; text-align:center; width:15%; font-size:8pt; height:36px; }
table.speedbar td.sp_button { border:1px solid #a5b3c4; background:#a5b3c4 url(../nav/bg/button-normal.gif) 0 0 repeat-x; color:#0f0f0f; cursor:pointer; text-decoration:none; }
table.speedbar td.sp_button:hover, table.speedbar td.sp_button:active { background:#a5b3c4; }
table.speedbar td.sp_button a { text-decoration:none; color:#0f0f0f; }
table.speedbar td.sp_button a:hover, table.speedbar td.sp_button a:active { color:#0f0f0f; }
table.speedbar td.sp_active { border:1px solid #ff0085; background:#ff0085 url(../nav/bg/button.gif) 0 0 repeat-x; color:#ffffff; text-decoration:none; }
table.speedbar td.sp_disabled { border:1px solid #a5b3c4; background:#a5b3c4 url(../nav/bg/button-normal.gif) 0 0 repeat-x; color:#0f0f0f; -moz-opacity: 0.4; -webkit-opacity: 0.4; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); opacity: 0.4; cursor:normal; }
table.speedbar .sp_sn { font-weight:bold; font-size:9pt; }
table.speedbar td.sp_active .sp_sn { color:#ffffff; }

/* Merkzettel-Grafik, Merkzettel-iframe */
img.imgMZ { border:0; height:20px; width:1px; }
#idmztarget { text-align:center; width:100%; height:20px; }

/* Artikelbilder in Detailansicht */
div.dPics { text-align:center; width:310px; position:relative; top:0; left:0; }
div.dPic { margin-top:6px; }
div.dPics #detailimage { width:302px; height:300px; text-align:center; }
div.dPics #detailimage table { width:100%; border:0; }
div.dPics #detailimage table td.pic { vertical-align:middle; width:100%; text-align:center; }
div.dPics #detailimage table .makeheight { width:0; height:300px; }
div.dPics #detailimage .detailimagea_v { display:inline; }
div.dPics #detailimage .detailimageaimg_v { display:inline; border:0; }
div.dPics #detailimage .detailimagea_h { display:none; }
div.dPics #detailimage .detailimageaimg_h { display:none; border:0; }
div.dPics #slider { width:310px; }
div.dPics .slidebar { height:52px; margin:auto; margin-top:10px; margin-bottom:0; }
div.dPics .slidebar .sliderleft { float:left; width:15px; height:52px; margin-right:2px; }
* html div.dPics .slidebar .sliderleft { margin-right:0; }
div.dPics .slidebar .sliderright { float:right; width:15px; height:52px; margin-right:3px; }
div.dPics .slidebar .sliderleft a { cursor:pointer; }
div.dPics .slidebar .sliderright a { cursor:pointer; margin-left:2px; }
div.dPics #slider .slidebar .slightarrow_full { border:0; filter:Alpha(opacity=100); opacity:1; }
div.dPics #slider .slidebar .slightarrow_light { border:0; filter:Alpha(opacity=40); opacity:0.4; }
div.dPics .slidebar .slider { height:52px; overflow:hidden; position:relative; text-align:center; }
div.dPics .slidebar .slider div { height:52px; white-space:nowrap; top:0; left:0; position:absolute; text-align:center; }
div.dPics .slidebar .slider div img { border:1px solid #dce1ef; margin-right:1px; height:50px; }

/* SLIMBOX */
#lbOverlay { position:fixed; z-index:9999; left:0; top:0; width:100%; height:100%; background-color:#676767; cursor:pointer; }
#lbCenter, #lbBottomContainer { position:absolute; z-index:9999; overflow:hidden; background-color:#fff; }
.lbLoading { background:#fff url(../nav/slimbox-loading.png) no-repeat center; }
#lbImage { position:absolute; left:0; top:0; border:10px solid #fff; background-repeat:no-repeat; }
#lbPrevLink, #lbNextLink { display:block; position:absolute; top:0; width:50%; outline:none; }
#lbPrevLink { left:0; }
#lbPrevLink:hover { background:transparent url(../nav/slimbox-prevlabel.png) no-repeat 2% 15%; }
#lbNextLink { right:0; }
#lbNextLink:hover { background:transparent url(../nav/slimbox-nextlabel.png) no-repeat 98% 15%; }
#lbBottom { color:#666; line-height:1.4em; text-align:left; border:10px solid #fff; border-top-style:none; }
#lbCloseLink { display:block; float:right; width:30px; height:30px; background:transparent url(../nav/slimbox-closelabel.png) no-repeat center; margin:5px 0; outline:none; }
#lbCaption, #lbNumber { margin-right:71px; }
#lbCaption { font-weight:bold; color:#ff0085; }

/* Produkteigenschaften */
#properties { }
#properties h3 { padding:0; margin:0; font-size:10pt; font-weight:bold; }
#properties h3 a { text-decoration:none; cursor:normal; }
#properties table { border-collapse:collapse; border:1px solid #dce1ef; width:100%; }
#properties table td { padding:2px 4px; border-top:1px solid #dce1ef; }
#properties table tr.row0 { background:#ffffff; }
#properties table tr.row1 { background:#ffffff; }
#properties table td.caption { background:#dce1ef; }
#properties table td.name { padding-right:20px; }
#properties table td.value { width:100%;}

/* Hervorhebungen */
.Achtung { color:#ff0085; }
.Achtungb { color:#ff0085; font-weight:bold; }
.Positive { color:#008000; }

/* Register, z.B. Marken, Stichwort */
table.register { width:100%; border:0; }
table.register td { vertical-align:top; padding-right:10px; }
.registerletter { margin-bottom:20px; }
.registerletter .caption { font-size:12pt; font-weight:bold; margin-bottom:6px; }
.registerletter .register { }
.registerletter .register .registerpos { }
.registerletter .register .registerpos a:link, .registerletter .register .registerpos a:visited { text-decoration:none; font-weight:normal; }
.registerletter .register .registerpos a:hover, .registerletter .register .registerpos a:active { text-decoration:none; font-weight:normal; }
.registerletter .register .registerpos a .morename { font-size:8pt; color:#676767; }

/* Alterskennzeichen */
.altersflag_s, .altersflag .icon { background-image:url(../nav/icons/usk.png); background-repeat:no-repeat; }
.APic .altersflag_s { position:absolute; left:2px; bottom:12px; }
.BPic .altersflag_s { position:absolute; left:6px; bottom:6px; }
.dPics .altersflag_s { position:absolute; left:4px; top:260px; }
.cartpos { position:relative; top:0; left:0; }
.cartpos .altersflag_s { position:absolute; top:2px; right:2px; }
.altersflag { font-size:8pt; height:40px; margin:0 6px; }
.dPics .altersflag_s, .altersflag .icon { width:40px; height:40px; }
.altersflag .icon { display:inline-block; }
.altersflag .text { padding-left:44px; margin-top:-40px; }
.dPics .altersflag_s_0, .altersflag_0 .icon { background-position:-40px 0; }
.dPics .altersflag_s_6, .altersflag_6 .icon { background-position:-80px 0; }
.dPics .altersflag_s_12, .altersflag_12 .icon { background-position:0 -40px; }
.dPics .altersflag_s_16, .altersflag_16 .icon { background-position:-40px -40px; }
.dPics .altersflag_s_18, .altersflag_18 .icon { background-position:-80px -40px; }
.altersflag_s { width:20px; height:20px; }
.altersflag_s_0 { background-position:0 0; }
.altersflag_s_6 { background-position:-20px 0; }
.altersflag_s_12 { background-position:0 -20px; }
.altersflag_s_16 { background-position:-20px -20px; }
.altersflag_s_18 { background-position:-120px 0; }

/* Bewertungsflag */
.bewertung img, .bewertung_s img { background-image:url(../nav/bewertung.png); background-repeat:no-repeat; vertical-align:middle; }
.bewertung img { width:125px; height:19px; }
.bewertung_s img { width:84px; height:13px; }
.bewertung_s .bewertung_, .bewertung .bewertung_0 { background-position:0 0; }
.bewertung_s .bewertung_1 { background-position:0 -13px; }
.bewertung_s .bewertung_2 { background-position:0 -26px; }
.bewertung_s .bewertung_3 { background-position:0 -39px; }
.bewertung_s .bewertung_4 { background-position:0 -52px; }
.bewertung_s .bewertung_5 { background-position:0 -65px; }
.bewertung_s .bewertung_6 { background-position:0 -78px; }
.bewertung .bewertung_, .bewertung .bewertung_0 { background-position:-85px 0; }
.bewertung .bewertung_1 { background-position:-85px -19px; }
.bewertung .bewertung_2 { background-position:-85px -38px; }
.bewertung .bewertung_3 { background-position:-85px -57px; }
.bewertung .bewertung_4 { background-position:-85px -76px; }
.bewertung .bewertung_5 { background-position:-85px -95px; }
.bewertung .bewertung_6 { background-position:-85px -114px; }

select.markenauswahl { width:100%; overflow:hidden; margin:1px 0 2px 0; }
select.markenauswahl option { }

#agb { }
#agb p { margin:10px 0; }
#agb #agbgliederung { padding-left:20px; text-indent:-20px; }
#agb .caption { font-weight:bold; margin:10px 0; }

#printversion { margin-top:20px; margin-bottom:10px; color:#676767; }
#printversion a { text-decoration:none; color:#676767; }
#printversion img { vertical-align:middle; margin-right:10px; }

/* Retourenerfassung */
#retoure input.Menge { margin-right:2px; vertical-align:middle; width:30px; }

/* Chilltip */
.chilltiptitle { background:#ffffff; border:2px solid #dce1ef; display:none; height:auto; min-width:10px; max-width:260px; position:absolute; width:auto; z-index:1001; }
* html .chilltiptitle { width:145px; }
.chilltiptitle p { float:left; margin:0; padding:10px; width:auto; }



/* Tabsets */
/* Component containers
----------------------------------*/
.ui-widget { font-family:Arial,Helvetica,sans-serif; font-size:9pt; }
.ui-widget-header { border-bottom:1px solid #b1b1b1; background:#b3b3b3 url(../nav/bg/tab-balken.gif) repeat-x; color:#676767; font-weight:bold; }
.ui-widget-header a { color:#676767; }
.ui-widget-content { border:1px solid #b0b0b0; background:#ffffff; color:#0f0f0f; }
.ui-widget-content a { color:#0f0f0f; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border-right:1px solid #bebebe; background:#b3b3b3 url(../nav/bg/tab-balken.gif) repeat-x; font-weight:bold; color:#676767; outline:none; }
.ui-state-default a { color:#676767; text-decoration:none; outline:none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border-right:1px solid #bebebe; background:#b3b3b3; font-weight:bold; color:#676767; outline:none; }
.ui-state-hover a { color:#676767; text-decoration:none; outline:none; }
.ui-state-active, .ui-widget-content .ui-state-active { border-right:1px solid #bebebe; background:#ffffff; font-weight:bold; color:#676767; outline:none; }
.ui-state-active a { color:#676767; font-weight:bold; outline:none; text-decoration:none; }

/* overrides for ui-tab styles */
.ui-tabs { padding:0; margin-bottom:10px; }
.ui-tabs .ui-tabs-nav { padding:0; }
ul.ui-tabs-nav { padding:0 0 0 0; }
.ui-tabs-nav li { margin:0 5px 0 0; }
.ui-tabs .ui-tabs-nav li { position:relative; top:1px; margin:0; }
.ui-tabs-nav li.ui-state-default { border-bottom:1px solid #b0b0b0 !important; }
.ui-tabs-nav li.ui-state-active { border-bottom:0px !important; }
.ui-tabs .ui-tabs-panel { padding:10px 6px; }

.ui-tabs-nav li a:link,
.ui-tabs-nav li a:visited,
.ui-tabs-nav li a:hover,
.ui-tabs-nav li a:active { font-size:10pt; padding:6px 1.2em 5px; color:#676767; }

.ui-tabs-nav li.ui-tabs-selected a:link,
.ui-tabs-nav li.ui-tabs-selected a:visited,
.ui-tabs-nav li.ui-tabs-selected a:hover,
.ui-tabs-nav li.ui-tabs-selected a:active { color:#676767; font-weight:bold; }

/* msdropdown */
.dd { /*display:inline-block !important;*/ text-align:left; background-color:#ffffff; float:left; }
.dd .ddTitle { background:#ffffff; border:1px solid #cccccc; padding:2px; text-indent:0; cursor:default; overflow:hidden; height:16px; }
.dd .ddTitle span.arrow { background:url(../nav/icons/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block; width:16px; height:16px; cursor:pointer; }

.dd .ddTitle span.ddTitleText { text-indent:1px; overflow:hidden; line-height:16px; }
.dd .ddTitle span.ddTitleText img { text-align:left; padding:0 2px 0 0; }
.dd .ddTitle img.selected { padding:0 3px 0 0; vertical-align:top; }
.dd .ddChild { position:absolute; border:1px solid #dce1ef; border-top:none; display:none; margin:0; width:auto; overflow:auto; overflow-x:hidden !important; background-color:#ffffff; }
.dd .ddChild .opta a, .dd .ddChild .opta a:visited { padding-left:10px; }
.dd .ddChild a { display:block; padding:2px 0 2px 3px; text-decoration:none; color:#0f0f0f; overflow:hidden; white-space:nowrap; cursor:pointer; }
.dd .ddChild a:hover { background-color:#eff4ff; }
.dd .ddChild a img { border:0; padding:0 2px 0 0; vertical-align:middle; }
.dd .ddChild a.selected { background-color:#eff4ff; }

/*** FACTFinder SUGGEST ***/
/* needed otherwise the searchBoxLine will pop-up in IE */
div.suggestFormWrap{ position:absolute;	z-index:2001; }
div.suggestLayer { position:relative; top:0; left:28px; width:1px; height:1px; display:none; padding:0; margin:0; z-index:2000; background-color:white; background:transparent; }
table.suggestLayer { font-size:9pt; width:130px; border:1px solid #676767; height:12px; background-color:#ffffff; color:#0f0f0f; cursor:pointer; }
tr.suggestLayer { height:12px; }
td.suggestLayer { padding:0; height:12px; }
tr.suggestHeader{ color:#0f0f0f; font-weight:normal; font-size:10px; }
tr.suggestHeader td { border-bottom:1px solid #676767; padding:3px 3px 3px 5px; }
td.suggestFooter { height:25px; border-top:solid 1px #676767; font-size:8pt; color:#0f0f0f; background:#eff4ff url(../nav/logos/fact-finder_suggest.gif) no-repeat right; }
td.suggestTextQuery { font-weight:bold; padding:2px 15px 2px 10px; }
span.suggestTextQueryTyped { color:#676767; text-decoration: underline; }
td.suggestTextType { padding:2px 5px 2px 15px; width:30%; }
td.suggestTextAmount { padding:2px 5px 2px 15px; width:30%; text-align:right; }
tr.suggestRow { padding:2px 2px 2px 0; background-color:#eff4ff; }
tr.suggestHighlight td { color:#eff4ff; background-color:#676767; }
tr.suggestHighlight span.suggestTextQueryTyped { color:#ffffff; }
td.suggestImage { height:40px; }
td.suggestImage img { height:40px; }

/* FINDOLOGIC Autocomplete Start */
.ac_results { padding:0; border:1px solid #0f0f0f; background-color:#ffffff; overflow:hidden; z-index:99999; min-width:250px; }
.ac_results ul { width:100%; list-style-position:outside; list-style:none; padding:0; margin:0; }
.ac_results li { margin:0; padding:2px 5px; cursor:default; display:block; font-size:9pt; line-height:9pt; overflow:hidden; } /* if width will be 100% horizontal scrollbar will apear when scroll mode will be used; it is very important, if line-height not setted or setted in relative units scroll will be broken in firefox */
/* .ac_loading { background:#ffffff url('../nav/loading.gif') right center no-repeat; } */
.ac_odd { /*background-color: #eff4ff;*/ }
.ac_over { background-color:#eff4ff; }
.autocompletecount { color:#838383; float:right; font-size:8pt; }
.flHighlight { color:#ff0085; font-weight:normal; }

