/*----------------------------------------------------------------*/
/* CSS by K4SYSTEMS */
/*----------------------------------------------------------------*/


/*----------------------------------------------------------------*/
/* Allgemeines */
/*----------------------------------------------------------------*/
html,body,form,ul,li,h1,h2,h3,h4,h5,h6,p,input,textarea,select {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  font-size: 82.5%;
  background: #E1E1E1 url(../bilder/back_body.gif) left top repeat-X;
  height: 100%;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, input, textarea, select {
  font-family: Tahoma,Arial,"Trebuchet MS","Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
  color: #545454;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

img, a img {
  border: 0;
}

form {
  display: inline;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted;
}


/*----------------------------------------------------------------*/
/* h1 und co */
/*----------------------------------------------------------------*/
p {
  line-height: 1.4em;
  margin: 0 0 1.0em 0;
}

a {
  color: #960e0e;
}

a:hover {
  text-decoration: underline;
}

h1 {
  color: #960E0E;
  margin: 21px 0;
  padding: 0;
  font-size: 1.5em;
}

h2 {

}


/*----------------------------------------------------------------*/
/* pseudoklassen */
/*----------------------------------------------------------------*/
.clear {
  clear: both;
}

.versteckt, .no_screen {
  display: none;
}

.basket_grau {
  background: transparent url(../bilder/ico_basket_grau.gif) right center no-repeat;
  padding-right: 16px;
}

.pfeil_grau {
  background: transparent url(../bilder/ico_pfeil_grau.gif) right center no-repeat;
  padding-right: 10px;
}

.hinweis {
  color: #999;
}

td.pflicht {
  font-weight: bold;
}

.cx_error {
  color: #B82901;
}

input.cx_pflicht, textarea.cx_pflicht {
  background: #B82901;
  color: #fff;
}


/*----------------------------------------------------------------*/
/* wrapper */
/*----------------------------------------------------------------*/
#wrap {
  width: 1001px;
  margin: 0 auto;
  font-size: 0.8em;
  border: 1px solid #fff;
  border-width: 0 1px;
  background: #fff url(../bilder/back_wrap.gif) left top repeat-Y;
  min-height: 100%;
}

.innerwrap {
  height: 100%;
  overflow: show;
}


/*----------------------------------------------------------------*/
/* header */
/*----------------------------------------------------------------*/
#header {
  border-top: 3px solid #780B0B;
  height: 200px;
  background: #fff url(../bilder/back_header.jpg) left bottom no-repeat;
  border-bottom: 1px solid #fff;
}

#header p {
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
  width: 330px;
}

#iconnavi {
  margin-right: 9px;
  margin-top: 19px;
  height: 32px;
}

#iconnavi li {
  float: right;
  display: inline;
  border-left: 1px solid #858585;
}

#iconnavi li.last {
  border: 0;
}

#iconnavi li a {
  color: #858585;
  text-decoration: none;
  margin: 0 16px;
  display: inline-block;
}


/*----------------------------------------------------------------*/
/* topnavi */
/*----------------------------------------------------------------*/
#topnavi {
  clear: right;
}

#topnavi li {
  float: right;
  display: inline;
  background: transparent url(../bilder/back_topnavi_li.gif) left bottom no-repeat;
}

#topnavi li a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 30px;
  margin-left: 18px;
  padding-right: 18px;
  background: transparent url(../bilder/back_topnavi_li_a.gif) right bottom no-repeat;
  padding-top: 5px;
}

#topnavi li a:hover {
  text-decoration: underline;
}

#topnavi li.selected {
  background: transparent url(../bilder/back_topnavi_li_selected.gif) left bottom no-repeat;
}

#topnavi li.selected a {
  background: transparent url(../bilder/back_topnavi_li_selected_a.gif) right bottom no-repeat;
}


/*----------------------------------------------------------------*/
/* content */
/*----------------------------------------------------------------*/
#content {
  clear: both;
  border-top: 8px solid #DFDFDF;
}

#links, #rechts, #inhalt {
  border-top: 1px solid #fff;
}


/*----------------------------------------------------------------*/
/* links */
/*----------------------------------------------------------------*/
#links {
  width: 185px;
  float: left;
  display: inline;
}

#links a {
  color: #fff;
}

#links ul {
  margin-top: 22px;
}

#links ul li a {
  background: transparent url(../bilder/back_subnavi.gif) left center no-repeat;
  padding-left: 47px;
  text-decoration: none;
  line-height: 22px;
  display: block;
  width: auto;
}

#links ul li.first a {
  background-image: url(../bilder/back_subnavi_first.gif);
}

#links ul li a:hover, #links ul li.selected a {
  background-color: #780B0B;
}


/*----------------------------------------------------------------*/
/* rechts */
/*----------------------------------------------------------------*/
#rechts {
  width: 166px;
  float: right;
  display: inline;
  margin-right: 23px;
}


/*----------------------------------------------------------------*/
/* inhalt */
/*----------------------------------------------------------------*/
#inhalt {
  width: 557px;
  margin-left: 205px;
  margin-right: 239px;
  background: transparent url(../bilder/back_inhalt.gif) left top repeat-X;
}

#breadcrumb {
  float: right;
  display: inline;
}

#breadcrumb p {
  padding-top: 25px;
  text-align: right;
  color: #858585;
}

#breadcrumb p a {
  color: #858585;
  text-decoration: none;
}

#breadcrumb p a:hover {
  text-decoration: underline;
}


/*----------------------------------------------------------------*/
/* artikel details */
/*----------------------------------------------------------------*/
#artikel_details {

}

#artikel_details dt {
  width: 271px;
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
}

#artikel_details dd {
  float: right;
  display: inline;
  width: 285px;
  margin: 0;
  padding: 0;
}

#artikel_details h2 {
  color: #960E0E;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1.0em;
}


/*----------------------------------------------------------------*/
/* in den warenkorb */
/*----------------------------------------------------------------*/
.to_basket_container {
  width: 100%;
  border: 1px solid #B9BBB6;
  margin-bottom: 1.0em;
}

.to_basket_container th {
  background: #BF0000;
  color: #fff;
  font-weight: normal;
}

.to_basket_container th, .to_basket_container td {
  padding: 5px 10px;
  text-align: right;
  white-space: nowrap;
}

.to_basket_container td {
  background: #DFDFDF;
  border-top: 1px solid #fff;
}

.to_basket_container th.default, .to_basket_container td.default {
  text-align: left;
  font-weight: normal;
  width: 100%;
}

.to_basket_container table {
  width: auto;
  border: 0;
}

.to_basket_container table td {
  padding: 0;
  border: 0;
  vertical-align: middle;
}

input.menge {
  width: 20px;
  border: 1px solid #A3A3A3;
  color: #000;
  padding: 0 4px;
}

.to_basket_container input.menge, .to_basket_container2 input.menge {
  margin-right: 3px;
}

.to_basket_container .versand, .to_basket_container2 .versand {
  background: #fff;
  color: #858585;
  font-weight: normal;
  text-align: left;
  padding: 10px;
}

.to_basket_container .versand a, .to_basket_container2 .versand a {
  color: #858585;
}


/*----------------------------------------------------------------*/
/* artikel uebersicht */
/*----------------------------------------------------------------*/
#artikel_uebersicht table {
  width: 100%;
}

#artikel_uebersicht table td {
  padding: 10px 0;
  background: transparent url(../bilder/back_td.gif) bottom left repeat-X;
  vertical-align: top;
}

#artikel_uebersicht table td.bild {
  width: 133px;
  text-align: center;
  padding-top: 0;
}

#artikel_uebersicht table td.bild a {
  text-decoration: none;
}

#artikel_uebersicht table td.bild div {
  height: 122px;
  overflow: hidden;
}

#artikel_uebersicht table td.bild img {
  position: relative;
}

.rabatt {
  background: transparent url(../bilder/stoerer_default.png) left top no-repeat;
  width: 122px;
  height: 122px;
  position: relative;
  top: -122px;
  cursor: pointer;
}

.rabatt5 {
  background: transparent url(../bilder/stoerer_05.png) left top no-repeat;
}

.rabatt10 {
  background: transparent url(../bilder/stoerer_10.png) left top no-repeat;
}

.rabatt15 {
  background: transparent url(../bilder/stoerer_15.png) left top no-repeat;
}

.rabatt20 {
  background: transparent url(../bilder/stoerer_20.png) left top no-repeat;
}

.rabatt50 {
  background: transparent url(../bilder/stoerer_50.png) left top no-repeat;
}

#artikel_uebersicht a h2 {
  color: #960E0E;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: bold;
}

#artikel_uebersicht .to_basket_container2 td {
  padding: 5px;
  border-bottom: 1px solid #fff;
  background: #DFDFDF;
  vertical-align: middle;
}

#artikel_uebersicht .to_basket_container2 table td {
  border: 0;
  padding: 0;
}

#artikel_uebersicht .form_to_basket {
  width: 200px;
}

#artikel_uebersicht .form_to_basket table {
  width: auto;
}

#artikel_uebersicht .form_to_basket td {
  width: auto;
  vertical-align: middle;
}

#artikel_uebersicht td.versand {
  background: #fff;
}

#artikel_uebersicht .to_basket_container2 .preis {
  font-weight: bold;
}

.preis_stoerer_nicht {
  text-decoration: line-through;
}

.preis_stoerer {
  font-weight: bold;
  color: #960E0E;
}

.inhaltsstoffe a {
  color: #545454;
}


/*----------------------------------------------------------------*/
/* seitennavi */
/*----------------------------------------------------------------*/
#artikel_uebersicht .seitennavi {
  margin: 1.0em 0;
}

#artikel_uebersicht .seitennavi td {
  background: none;
}


/*----------------------------------------------------------------*/
/* cross */
/*----------------------------------------------------------------*/
.box01 {
  clear: both;
}

.box01 p {
  color: #9A9A9A;
  font-size: 1.5em;
  border-bottom: 1px solid #000;
}

#inhalt .box01 ul, #inhalt .box01 ul li {
  padding: 0;
  margin: 0;
  background: none;
}

#inhalt .box01 ul li {
  float: left;
  display: inline;
}

#inhalt .box01 ul li a {
  display: inline-block;
  width: 122px;
  text-align: center;
  font-weight: bold;
}


/*----------------------------------------------------------------*/
/* rechts */
/*----------------------------------------------------------------*/
#rechts .hl a {
  color: #fff;
  background: transparent url(../bilder/back_rechts_h1.gif) left bottom no-repeat;
  display: block;
  padding-top: 17px;
  line-height: 22px;
  padding-left: 10px;
  width: auto;
  text-decoration: none;
}

#rechts .hl a:hover {
  text-decoration: underline;
}

#rechts .basket_gesamt {
  margin: 0;
  padding: 5px 10px;
  background: #DFDFDF;
  color: #565656;
  border: 1px solid #B5B7B3;
  border-width: 0 1px;
}

#rechts .versand {
  margin: 0;
  padding: 5px 10px;
  background: transparent url(../bilder/back_rechts_versand.gif) left bottom no-repeat;
  color: #858585;
}

#rechts .versand img {
  margin-top: 5px;
}

#rechts .versand a {
  color: #858585;
}

#rechts h2 {
  margin: 0;
  padding: 0;
  border: 0;
  color: #960E0E;
  margin-top: 2.0em;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.3em;
}

#inhalt ul, #rechts ul {
  margin-bottom: 1.0em;
}

#inhalt ul li, #rechts ul li {
  background: transparent url(../bilder/dot_li.gif) left 4px no-repeat;
  padding: 4px 0;
  padding-left: 16px;
}


/*----------------------------------------------------------------*/
/* artikel zum warenkorb hinzugefuegt */
/*----------------------------------------------------------------*/
#item_added td {
  vertical-align: top;
}

#item_added td.artikel {
  padding: 10px;
  border-left: 1px solid #D3D3D3;
}

#item_added td.bild {
  width: 133px;
  text-align: center;
  padding-top: 0;
}

#item_added td.bild div {
  height: 122px;
  overflow: hidden;
}

#item_added td.artikel p {
  margin: 0;
  margin-top: 10px;
}

#item_added td.links {
  padding: 10px;
  border-left: 1px solid #D3D3D3;
}

#item_added td.links a {
  text-transform: uppercase;
  width: auto;
  color: #B82900;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}



/*----------------------------------------------------------------*/
/* warenkorb */
/*----------------------------------------------------------------*/
#warenkorb #wrap {
  background: #fff url(../bilder/back_wrap_warenkorb.gif) left top repeat-Y;
}

#warenkorb #rechts {
  display: none;
}

#warenkorb #inhalt {
  margin-right: 0;
  width: 723px;
}


/*----------------------------------------------------------------*/
/* steps */
/*----------------------------------------------------------------*/
#basket_steps {
  width: 100%;
  margin-bottom: 15px;
  font-family: arial;
}

#basket_steps td, #basket_steps td._last {
  padding: 2px 0;
  padding-left: 28px;
  background: transparent url(../bilder/back_step_mitte.gif) right top no-repeat;
  line-height: 16px;
}

#basket_steps td.selected, #basket_steps td.selected_last {
  color: #fff;
  background: #AC3B2D;
  background: transparent url(../bilder/back_step_mitte_aktiv.gif) right top no-repeat;
}

#basket_steps td.fertig, #basket_steps td.fertig2, #basket_steps td.fertig_last {
  color: #fff;
  background: #6C6C6C url(../bilder/back_step_fertig.gif) right top no-repeat;
}

#basket_steps td.fertig2 {
  background: #6c6c6c;
}

#basket_steps td.fertig span, #basket_steps td.fertig2 span, #basket_steps td.fertig_last span {
  background: transparent url(../bilder/back_step_fertig_span.gif) right center no-repeat;
  padding-right: 16px;
}

#basket_steps td._last {
  background: transparent url(../bilder/back_step_last.gif) right top no-repeat;
}

#basket_steps td.selected_last {
  background: transparent url(../bilder/back_step_last_aktiv.gif) right top no-repeat;
}


/*----------------------------------------------------------------*/
/* warenkorb tabelle */
/*----------------------------------------------------------------*/
#warenkorb_tabelle {
  border: 1px solid #D7D7D7;
  margin-bottom: 1.0em;
}

#warenkorb_tabelle th, #warenkorb_tabelle td {
  padding: 3px 8px;
  padding-left: 0;
  color: #333;
}

#warenkorb_tabelle th {
  background: transparent url(../bilder/back_basket_th.gif) left top repeat-X;
  line-height: 22px;
  height: 16px;
  text-align: left;
}

#warenkorb_tabelle th.preis, #warenkorb_tabelle th.gesamtpreis {
  text-align: right;
  color: #545454;
}

#warenkorb_tabelle td {
  vertical-align: top;
  padding-top: 0;
}

#warenkorb_tabelle td.hinweis {
  color: #999;
}

#warenkorb_tabelle td.menge, #warenkorb_tabelle th.menge {
  padding-left: 8px;
}

#warenkorb_tabelle td.menge {
  width: 102px;
}

#warenkorb_tabelle td.menge input {
  width: 42px;
  text-align: center;
}

#warenkorb_tabelle td.bez {
  width: 226px;
}

#warenkorb_tabelle td.loeschen {
  width: 12px;
  padding-top: 3px;
}

#warenkorb_tabelle td.eigenschaften {
  width: 142px;
}

#warenkorb_tabelle td.preis, #warenkorb_tabelle td.gesamtpreis {
  text-align: right;
  font-weight: normal;
  color: #545454;
  width: 80px;
}

#warenkorb_tabelle td.gesamt_gesamt {
  background: #D7D7D7;
  padding-top: 3px;
  padding-bottom: 3px;
}

#warenkorb_tabelle td.preislich {
  text-align: right;
}

#warenkorb_tabelle td.versand1 {
  padding-top: 8px;
}

#warenkorb_tabelle td.versand2 {
  padding-bottom: 16px;
}

#warenkorb_tabelle .abschliessen1, #warenkorb_tabelle .abschliessen2 {
  border-top: 1px solid #D7D7D7;
  padding: 8px;
  padding-top: 70px;
  vertical-align: bottom;
}

#warenkorb_tabelle .abschliessen1 a, #warenkorb_tabelle .abschliessen2 a {
  display: block;
  font-size: 1.3em;
  background: #979797 url(../bilder/back_btn_pfeil.gif) right center no-repeat;
  width: 160px;
  padding: 2px 3px;
  padding-right: 22px;
  color: #fff;
  text-decoration: none;
}

#warenkorb_tabelle .abschliessen2 a {
  width: 90px;
  background-color: #960E0E;
  float: right;
}


/*----------------------------------------------------------------*/
/* checkout */
/*----------------------------------------------------------------*/
.form_container {
  border: 1px solid #D7D7D7;
  background: transparent url(../bilder/back_basket_th.gif) left top repeat-X;
  margin-bottom: 10px;
}

.form_container .adresse {
  padding: 8px;
}

.form_container .adresse td {
  vertical-align: top;
}

.form_container .adresse td.block1, .form_container .adresse td.block3 {
  width: 430px;
  padding-right: 30px;
}

.form_container .adresse td.block2 {
  width: 218px;
}

.form_container .adresse td.block3 {
  width: 648px;
}

.form_container .cx_error {
  padding: 8px;
}

.abschluss {
  width: 100%;
  margin-top: 10px;
}

.abschluss td {
  padding: 8px;
}

.abschluss td a, .abschluss td.weiter .submit {
  display: block;
  font-size: 1.3em;
  background: #979797 url(../bilder/back_zurueck.gif) left center no-repeat;
  width: 50px;
  padding: 2px 3px;
  padding-left: 22px;
  color: #fff;
  text-decoration: none;
}

.abschluss td.weiter {
  text-align: right;
}

.abschluss td.weiter .submit {
  float: right;
  background: #960E0E url(../bilder/back_btn_pfeil.gif) right center no-repeat;
  border: 0;
  width: auto;
  padding-left: 0;
  padding-right: 22px;
  height: 18px;
  line-height: 14px;
}

/*----------------------------------------------------------------*/
/* formular */
/*----------------------------------------------------------------*/
.formular td {
  vertical-align: top;
  padding-bottom: 3px;
}

.formular td.s0 {
  color: #343434;
  text-align: right;
  padding-right: 13px;
  width: 108px;
  font-weight: bold;
}

.formular input {
  margin-right: 9px;
}

.formular input#nl, .formular input#rgl {
  margin: 0;
}

.formular .default {
  width: 169px;
}

.formular .lang {
  width: 229px;
}

.formular .kurz {
  width: 49px;
}

.formular .medium {
  width: 79px;
}


/*----------------------------------------------------------------*/
/* lieferstatus */
/*----------------------------------------------------------------*/
.lieferstatus_container {
  width: 100%;
  margin: 0;
  padding: 0;
}

.lieferstatus_container td {
  vertical-align: bottom;
}

.lieferstatus_status {
  text-align: right;
  padding-top: 5px;
}

.lieferstatus_status table {
  float: right;
}

.lieferstatus_status p {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

.lieferstatus {
  height: 8px;
  border: 1px solid #B2B6B5;
}

.lieferstatus td {
  width: 8px;
  height: 8px;
  overflow: hidden;
  line-height: 4px;
}






}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../global/js/highslide/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(../global/js/highslide/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
