/* allgemeines ZurÃƒÅ’cksetzen*/
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
small {
  font-size:9px;
}
/* img ohne Border*/
img {
	border: none;
}
/* absolute Positionierung der Banderolen*/
img.banderole {
	position: absolute;
	top: 0;
	left: 0;
}

.energieEffizienzIcon {
	float: none;
}

.energieLabelOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 0;
}

.energieLabelOverlay.visible {
	display: block;
}

.energieLabelOverlay.hidden {
	display: none;
}

span.euro {
  font-weight:normal;
}
.over {
	cursor: pointer;
}

p.mwst a, small a {
	font-size: 9px;
}

#wrapper {
	width: 986px;
/* hier und im Footer die 4px streichen, wenn Webseite doch ganz links kleben soll*/
	/*margin-left: 4px;*/
	background: url(wrapper_bg.gif) repeat-y;
}
#wrapper.bestellvorgang {
	width: 986px;
	background-image: none;
	background-color: #ffffff;
}

/* Content*/
#content {
	float: left;
	width: 540px;
	margin-left: 20px;
	padding-bottom: 20px;
}
.border {
	border-top: 1px solid #99b6d8;
}

.abstand-unten { padding-top: 20px;}

#rubrikbeschreibung {
	border: 2px solid #99b6d8;
	margin-top: 18px;
	margin-bottom: 26px;
	background: #fff;
	padding: 4px 4px 4px 4px;
	clear: both;
}

#rubrikbeschreibung h2 {
	font-size: 1.3em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#rubrikbeschreibung ul,ol {
	margin-left: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Seite 3*/
#produktempfehlungen {
	border: 2px solid #99b6d8;
	margin-top: 18px;
	margin-bottom: 26px;
	background: #fff;
	padding: 0 2px 0 2px;
	background: url(bg_produktempfehlungen.gif) repeat-y #fff;
}

#angebotsliste #produktempfehlungen {
	border: 2px solid #ffaf00;
	background: url(bg_aktionen.gif) repeat-y;
}

#produktempfehlungen strong.h2 {
	display: block;
	background: url(produktempfehlungen.gif) 9px 3px no-repeat #99b6d8;
	height: 23px;
	border-top: 2px solid white;
}
#produktempfehlungen span.euro {
  font-size: 26px;
}
#produktempfehlungen p.preis_klein span.euro {
  font-size: 22px;
}

#angebotsliste #produktempfehlungen strong.h2 {
	background: url(../img/aktionen/box_angebotsliste_head.png) no-repeat #ffaf00;
}

#angebotsliste .produkttabelle {
	padding: 2px 2px 0 2px;
}
	
#angebotsliste .produkttabelle h2 {
	background: url(../img/aktionen/box_unsereangebote.gif) no-repeat #ffaf00;
	height: 23px;
}

#produktempfehlungen a {
	color: #00499d;
}
#produktempfehlungen div.innen {
	width: 264px;
	float: left;
	/* border-right: 1px solid #99b6d8; */
	padding: 2px 1px 2px 0;
}

#angebotsliste #produktempfehlungen div.innen {
	width: 264px;
	float: left;
	/* border-right: 1px solid #ffaf00; */
	padding: 2px 1px 2px 0;
}
#produktempfehlungen div.innen2 {
	width: 265px;
	float: left;
	padding: 2px 0 2px 1px;
}
#produktempfehlungen div.bild {
	float: left;
	width: 111px;
	text-align: center;
	padding-top: 10px;
	position: relative;
}
#produktempfehlungen img.neu {
	position: absolute;
	top: 0;
	left: 0;
}
#produktempfehlungen div.info {
	float: left;
	width: 139px;
	text-align: right;
	padding-right: 11px;
}
#produktempfehlungen strong.h3text {
	display: block;
	color: #00499d;
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
	margin-left: 10px;
}
#produktempfehlungen p.preis {
	font-size: 26px;
	color: #de0000;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 3px;
}
#produktempfehlungen p.preis_klein {
	font-size: 22px;
	color: #de0000;
	font-weight: bold;
	margin-top: 21px;
	margin-bottom: 3px;
}
#produktempfehlungen p.mwst {
	font-size: 9px;
	margin-bottom: 12px;
}
/* ein und ausklappbare Boxen*/
#content div#linkespalte {
	width: 266px;
	float: left;
}
#content div#rechtespalte {
	width: 260px;
	float: left;
	margin-left: 13px;
}
#content div#allgebrauchslampen {
	background-image: url(kleinelampe.jpg);
}
#content div#halogenlampen {
	background-image: url(halogenlampe.jpg);
}
#content div#energiesparlampen {
	background-image: url(energiesparlampe.jpg);
}
#content div#kompaktleuchtstofflampen {
	background-image: url(kompaktleuchtstofflampe.jpg);
}
#content div#entladungslampen {
	background-image: url(entladungslampe.jpg);
}
#content div#leuchtstofflampen {
	background-image: url(leuchtstofflampe.jpg);
}
#content div#leds {
	background-image: url(led.jpg);
}
#content div#speziallampen {
	background-image: url(speziallampe.jpg);
}
#content div#signallampen {
	background-image: url(signallampe.jpg);
}
/* Leuchmittel */
#content div.kategorie {
	width: 215px;
	padding: 0 0 30px 45px;
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 20px;
}
#content div.kategorie div.rahmen {
	background: #fff;
	border: 1px solid #99b6d8;
	padding: 1px;
	margin-bottom: 5px;
}
#content div.kategorie div.drumrum {
	background: #99b6d8;
/* ohne bottom geht IE6 nicht: -( */
	padding-bottom: 1px;
}

#content div.kategorie div.rahmen-marken {
	background: #fff;
	border: 1px solid #a4c76b;
	padding: 1px;
	margin-bottom: 5px;
}
#content div.kategorie div.drumrum-marken {
	background: #a4c76b;
/* ohne bottom geht IE6 nicht: -( */
	padding-bottom: 1px;
}

#content div.kategorie strong.h4 {
	display: block;
	float: left;
}
#content div.kategorie strong.h4 a {
	display: block;
	color: #fff;
	padding: 2px 0 2px 5px;
	float: left;
	width: 180px;
	font-size: 12px;
	text-decoration: none;
}
#content div.kategorie div.klick {
	float: right;
	height: 18px;
	width: 20px;
	background: url(button-einklappen.gif) no-repeat center center #99b6d8;
}
#content div.kategorie div.ausklappen {
	background-image: url(button-ausklappen.gif);
}
#content div.kategorie div.klick-marken {
	float: right;
	height: 18px;
	width: 20px;
	background: url(button-einklappen.gif) no-repeat center center #a4c76b;
}
#content div.kategorie div.ausklappen-marken {
	background-image: url(button-ausklappen-marken.gif);
}
#content div.kategorie div.hyperlink {
	float: right;
	height: 18px;
	width: 20px;
}
#content div.kategorie div.hyperlink a {
	display: block;
	height: 18px;
	background: url(on.gif) no-repeat center center #99b6d8;
}
#content div.kategorie div.hyperlink a.service {
	display: block;
	height: 18px;
	background: url(on.gif) no-repeat center center #a4c76b;
}
#content div.kategorie ul {
	margin-left: 0px;
	list-style-type: none;
}
#content div.kategorie ul li {
	padding: 3px 0 3px 0;
	clear: both;
}
#content div.kategorie ul li div.hover {
	cursor: pointer;
}
#content div.kategorie ul a {
	font-weight: bold;
	margin-left: 18px;
	display: block;
}
#content div.kategorie ul .menge {
	padding-left: 5px;
	font-weight: normal;
}
#content div.kategorie span.oeffnen {
	padding-left:16px;
	font-weight:bold;
	color: #003b7f;
	background: url(plus.gif) no-repeat 0 2px;
	display: block;
}

#content div.kategorie span.einklappen {
	background-image: url(minus.gif);
}
#content div.kategorie ul ul {
	display: none;
}

#content div.kategorie ul ul.detail a {
	font-weight: normal;
	margin-left: 18px;
	display: inline;
}
/* Kerzenlampen */
#content p#zuruebersicht {
	text-align: right;
	margin: 0 0 15px 0;
}
#content form#sortieren {
	border: 2px solid #99b6d8;
	padding: 2px;
}
#content form#sortieren div.innen {
	background: #eef2f8;
	padding: 7px;
}
#content form#sortieren p {
	float: left;
}
#content form#sortieren select {
	display: block;
	float: right;
	width: 100%;
}
#content #uebersichtsnav {
	padding: 8px 0;
	margin: 10px 0;
}
#content #uebersichtsnav #proseite {
	float: left;
}
#content #uebersichtsnav #proseite p {
	float: left;
}
#content #uebersichtsnav ul {
	margin: 0 5px;
	list-style-type: none;
	float: left;
}
#content #uebersichtsnav ul li {
	float: left;
	margin: 0 2px;
}
#content #uebersichtsnav #seitennummer {
	float: right;
}
#content #uebersichtsnav #seitennummer p {
	float: left;
}
#content #uebersichtsnav a {
	background: #eef2f8;
	padding: 2px;
	font-weight: bold;
}

/*Detail*/
#content #detail {
	border: 0px solid #99b6d8;
	padding-bottom: 5px;
	position: relative;
}
#content #detail .bildlinks {
	border: 2px solid #edf2f6;
	float: left;
	width: 315px;
	height: 241px;
	margin: 0;
	position: relative;
	text-align:right;
}
#content #detail .bildlinks img.detailimg {
	margin: 10px 0 10px 40px;
}
#content #detail .detailrechts {
	float: right;
	width: 200px;
	height: 226px;
	/* margin: 15px 0 0 0; */
}
#content #detail .markenlogo {
	float: none;
	text-align:right;
	height: 60px;
}
#content #detail p a {
	font-size: 9px;
}
#content #detail p.billiger {
	margin-top: 33px;
}
#content #detail p.mwst {
	margin-top: 0px;
  font-size: 9px;
}
#content #detail p.preis {
	font-size: 34px;
/* Abstand zwischen "statt 0, 39 Ã¢?Â¬"" und Preis ÃƒÅ’ber line-height */
	line-height: 50px;
	color: #de0000;
	font-weight: bold;
	/* margin: 0 0 4px 0; */
}
#content #detail p.preis span.euro {
  font-size: 34px;
}
#content #detail p.status {
	text-align: left;
	margin-top: 33px;
	margin-bottom: 1em;
	font-size: 9px;
}
#content #detail div.status {
	width: 200px;
	height: 32px;
	overflow: hidden; 
	text-align: left;
	vertical-align: bottom;
	margin-top: 25px;
	margin-bottom: 0.5em;
	font-size: 9px;
}

#content #detail div.status div{
	height: 30px;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	display: inline-block;
	overflow: visible;
	white-space: nowrap;
}

#content #detail div.status div.lieferstatus {
	float: left;
	/* width: 150px; */
}

#content #detail div.status span.ensureAlignment {
    display: inline-block;
    height: 100%;
    width: 1px;
}

#content #detail div.status div.mebez {
	float: right;
	/* width: 30px; */
	/* margin-top: 10px; */
}

#content #detail div.status div.menge {
	float: right;
	width: 26px; /* 18px; */
	margin-right: 2px;
	/* margin-top: 14px; */
	padding-top: 14px;
}

#content #detail div.status .line {
	white-space: nowrap;
	line-height: 20px;
	vertical-align: bottom;
}

/*#content #detail div.status div.lieferstatus span {
	white-space: nowrap;
	line-height: 10px;
	vertical-align: bottom;
}*/

#content #detail p.status img, div.status img {
	margin-right: 4px;
	/* margin-top: 6px; */ /* IE6: Ersatz für line-height */
	margin-top: 22px;
	float: left;
}

#content #detail p.status input {
	width: 36px;
	margin: 0 2px 0 10px;
	text-align: right;
}

#content #detail div.status input {
	width: 24px;
	height: 16px;
	margin: 0; /*0 2px 0 0; */
	text-align: right;
}

#content div#weiterempfehlen {
	height: 22px;
	margin-top: 4px;
	margin-bottom: 40px;
}
#content div#weiterempfehlen ul {
	float: left;
	width: 230px;
	margin-top: 4px;
}
#content div#weiterempfehlen ul li {
	display: inline;
	margin-right: 10px;
}
#content div#weiterempfehlen img {
	float: right;
}
#content .klappmich {
	margin-top: 30px;
	clear: both;
}
#content div.klappmich div.innen {
	padding-left: 10px;
	float: left;
	width: 260px;
}
#content .klappmich div.img {
	float: right;
	width: 187px;
}
#content div.klappmich strong.h5 {
	display: block;
	color: #fff;
	background: #fff;
	margin-bottom: 12px;
	padding: 1px;
	border: 1px solid #99b6d8;
}
#content div.klappmich strong.over {
	cursor: pointer;
}
#content div.klappmich strong.h5 span {
	background: #99b6d8;
	display: block;
	font-size: 12px;
	padding:  0 0 0 8px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 517px 3px;
	background-image: url(button-einklappen.gif);
}
#content div.klappmich strong.h5 span.short {
	background: #99b6d8;
	display: block;
	font-size: 12px;
	padding:  0 0 0 8px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 246px 3px;
	background-image: url(button-einklappen.gif);
}
#content div.klappmich strong.h5.selected span {
	background-image: url(button-ausklappen.gif);
}
#content div.klappmich div.selected, #content div.klappmich table.selected {
	display: none;
}
#content div.klappmich h6 {
	margin: 6px 0 2px 0;
}
#content table.detailtabelle {
	width: 100%;
}
#content table.detailtabelle .sp1 {
	width: 200px;
}
#content table.detailtabelle tr.odd {
	background-color: #eef3f8;
}
/* ZeilenhÃ¶he der Tabelle*/
#content table.detailtabelle td {
	padding: 1px 10px 1px 10px;
	line-height: 12px;
}

#footer {
	clear: both;
	width: 986px;
	background: url(footer.gif) no-repeat;
	margin: 5px 0 20px 0px;
	text-align: center;
	padding-top: 3px;
}
#footer a {
	color: #fff;
	font-weight: bold;
}
#footer li {
	display: inline;
	margin: 0 50px;
}
#footer ul#fusszeile {
	margin-top: 11px;
}
#footer ul#fusszeile li {
	margin: 0 10px;
}
#footer ul#fusszeile a {
	font-weight: normal;
	color: #003b7f;
}
#footer ul#hotline {
	margin-top: 11px;
}
#footer ul#hotline li {
	margin: 0 10px;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}

#content p#zurueck {
	margin:-5px 0 10px;
	padding:0;
	position:relative;
	text-align:right;
}

#content p#zurueckArtikel {
	text-align: left;
	margin: -5px 0 10px;
	padding: 0;
	position: relative;
	background-image: url(pfeil-zurueck.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
}

#content p#zurueck span.fehler {
	display: block;
	float: left;
	color: #ff3000;
}
.uebersicht-angebote {
	background: url(unsere-angebote.gif) no-repeat;
	padding-top: 100px;
}
.uebersicht-angebote div.ue-box {
  border-color:#ffaf00;
}
.uebersicht-angebote div.ue-box div.innen {
  background-color: #fff9eb;
}
.uebersicht-angebote div.ue-box h3 {
  background-color: #ffaf00;
}
.uebersicht-angebote #tv h3 {
	background-image: url(aktionen/tv.gif);
}

/*standard-content*/


#content input.text {
	width: 250px;
	margin-bottom:7px;
}

#content .bestellrahmen2-service {
	padding: 0;
	border: 2px solid #96c7ce;
	margin-top: 10px;
}

	
#content .bestellrahmen2-service strong.h4 {
	display: block;
	border-bottom: 1px solid #96c7ce;
	background: #fff;
	padding: 2px 2px 1px 2px;
}

#content .bestellrahmen2-service strong.h4_blauerrand {
	display: block;
	border-top: 1px solid #96c7ce;
}

#content .bestellrahmen2-service strong.h4 span {
	display: block;
	background: #96c7ce;
	padding: 3px 0 3px 7px;
	color: #fff;
}

#content .bestellrahmen2-service p {
	margin: 17px 140px 32px 140px;
}

#content .bestellrahmen2-service td {
	height: 30px;
}

#content .bestellrahmen2-service td#anrede table {
	width: 80px !important;
	height: 17px;
	margin: 0;
}
#content .bestellrahmen2-service td#anrede td {
	padding: 0 7px;
	height: 10px;
	vertical-align: middle;
	text-align: left;
}
#content .bestellrahmen2 a.info {
	text-decoration: none;
	float: right;
	vertical-align: middle;
	margin-right: 10px;
	width: 16px;
	height: 17px;
	background-image: url('eingabefeld_info.gif');
}
#content .bestellrahmen2 a.info  div.tooltip {
	display: none;
}
#content .bestellrahmen2 a.info:hover div.tooltip {
	display: block;
	position: relative;
	left: 12px;
	top: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background-color: #99B6D8;
	width: 225px;
	height: 6em;
	padding: 5px;
}

.news-list a {
	font-weight:bold;
}

.news-list a.more {
	padding-left:5px;
}

.news-list p {
	padding-bottom: 10px;
}

/* Markenshop */
img.buehne {
	margin: 0 0 20px 0;
}

#marken-box  {
	padding-top: 20px;
}

#marken-box div.bild, #box-aktionen-schmal div.bild, #box-angebote-schmal div.bild {
	float: left;
	width: 98px;
	text-align: center;
	position: relative;
}

#marken-box div.info, #box-aktionen-schmal div.info, #box-angebote-schmal div.info {
  height:122px;
	float: left;
	width: 146px;
	padding-right: 8px;
	text-align: right;
  background: #eff6e6;
}

#box-aktionen-schmal div.info, #box-angebote-schmal div.info {
  background: #fff8eb;
}

#marken-box h3.text,#box-aktionen-schmal strong.h3, #box-angebote-schmal strong.h3 {
	display: block;
	color: #00499d;
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
	margin-left: 10px;
}

#marken-box p.preis,#box-aktionen-schmal p.preis, #box-angebote-schmal p.preis {
	font-size: 26px;
	color: #de0000;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 3px;
}

#marken-box p.billiger,#box-aktionen-schmal p.billiger, #box-angebote-schmal p.billiger, #produktempfehlungen p.billiger, #verwandteArtikel p.billiger, #nachfolgeModell p.billiger {
	margin-top: 8px !important;
	text-align: left;
	margin-left: 10px;
}

#marken-box p.preis span.euro,#box-aktionen-schmal p.preis span.euro, #box-angebote-schmal p.preis span.euro {
	font-size: 26px;
}

#marken-box p.mwst,#box-aktionen-schmal p.mwst, #box-angebote-schmal pmwst {
	font-size: 9px;
	margin-bottom: 12px;
}

#marken-box #links {
	float: left;
  width: 252px;
  border: 2px solid #c3d59b;
  padding: 2px;
}

#marken-box #rechts {
  margin-left: 20px;
  width: 252px;
  float: left;
  border: 2px solid #c3d59b;
  padding: 2px;
}

/* Hersteller-Ãœbersicht */
/*#hersteller {
  padding-bottom: 90px;
}

#hersteller #spalte1 {
  width: 171px;
	float: left;
  text-align: right;
}

#hersteller #spalte2 {
  margin-left: 10px;
  width: 171px;
  float: left;
  text-align: right;
}

#hersteller #spalte3 {
  margin-left: 10px;
  width: 171px;
  float: left;
  text-align: right;
}

#hersteller img {
  border: 1px solid #c3d59b;
  margin-bottom: 3px;
}

#hersteller a {
  font-weight: bold;
}*/

div.herstellerrahmen .hersteller {
	border: 1px solid #c3d59b;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	width: 255px;
	height: 18em;
	position: relative;
}

div.herstellerrahmen .hersteller .logo {
	/* float: left; */
	float: none;
}

div.herstellerrahmen .hersteller .text {
	float: left;
	width: 250px;
	height: 9em;
	padding: 2px;
}

div.herstellerrahmen .hersteller .links {
	float: none;
	clear: both;
	padding: 0 1em 0 1em;
	height: 2em;
	display: table-cell;
	vertical-align: bottom;
}

div.herstellerrahmen .hersteller .links a {
	background-image: url("css/pfeil-blau.gif");
	background-position: left center;
	padding-left: 8px;
	margin: 0;
}

/* Aktionen */

#box-aktion-breit  {
  margin-top: 10px;
  width: 532px;
  border: 2px solid #ffaf00;
  padding: 2px 2px 0 2px;
}

#box-aktion-breit #ueberschrift, #box-aktion-breit-ohne-bild #ueberschrift, #box-aktionen-schmal #ueberschrift, #box-angebote-schmal #ueberschrift{
  background-color: #ffaf00;
  border-bottom: 2px solid #fff;
  height:23px;
}

#box-aktion-breit-taste  {
  position:relative;
  top:-63px;
  width: 108px;
  text-align: right;
  margin-left:3px;
	background: #fff;
	padding: 4px 10px 4px 7px;
	font-weight: bold;
}

#box-aktionen-schmal, #box-angebote-schmal  {
	padding-top: 20px;
}

#box-aktionen-schmal #links, #box-angebote-schmal #links {
	float: left;
  width: 252px;
  border: 2px solid #ffaf00;
  padding: 2px;
}

#box-aktionen-schmal #rechts, #box-angebote-schmal #rechts {
  margin-left: 20px;
  width: 252px;
  float: left;
  border: 2px solid #ffaf00;
  padding: 2px;
}

#box-aktionen-schmal .taste, #box-aktion-breit-ohne-bild .taste, #box-angebote-schmal .taste {
  text-align: right;
  padding: 5px 10px 3px 0;
  border-top: 1px solid #ffd97c;
}

#box-aktionen-schmal .content {
  height: 106px;
	background: #fff8eb url(../img/aktionen/box_gewinnspiel_bild.png) no-repeat top right;
	padding: 10px 120px 5px 8px;
  border-bottom: 1px solid #fff;
  line-height:1.3em;
}

#box-aktion-breit-ohne-bild  {
  margin-top: 20px;
  width: 532px;
  border: 2px solid #ffaf00;
  padding: 2px 2px 0 2px;
}

#box-aktion-breit-ohne-bild .content {
	background: #fff8eb;
	padding: 20px 25px 25px 25px;
  border-bottom: 1px solid #fff;
}

/* Angebote */

#angebotsliste  {
  /*margin-top:-15px;*/
}

#angebotsliste td.head {
	padding:2px 2px 0 2px;
}

/* Gewinnspiel */
#gewinnspiel-form  {
  margin-top: 20px;
  width: 502px;
  border: 2px solid #ffaf00;
  padding: 15px 15px 15px 15px;
}

#gewinnspiel-form table {
	margin: 10px 30px;
	width: 430px !important;
}

#gewinnspiel-form td#anrede table {
	width: 80px !important;
	height: 17px;
	margin: 0;
}
#gewinnspiel-form td#anrede table td {
	padding: 0 5px 0 0;
	margin: 0;
	vertical-align: middle;
}

.gewinnspiel td {
	padding: 5px 0;
}
.gewinnspiel td.breite {
	width: 140px;
}
.gewinnspiel input#vorname, .gewinnspiel input#nachname {
	width: 114px;
}
.gewinnspiel input#herr {
	margin-left: 10px;
	vertical-align: middle;
}
.gewinnspiel input#frau {
	vertical-align: middle;
}
.gewinnspiel input.breit, .gewinnspiel input#email {
	width: 235px;
}
.gewinnspiel input.fehler {
	background: #fff3d9;
	width: 235px;
}
.gewinnspiel span.fehler {
	color: #ff7800;
	margin-left: 4px;
}
.gewinnspiel select#land {
	width: 239px;
}
.gewinnspiel input#strasse, .gewinnspiel input#ort {
	width: 187px;
}
.gewinnspiel input#hausnummer, .gewinnspiel input#plz {
	width: 38px;
}
.gewinnspiel p#abonnieren {
	margin: 15px 20px 5px 40px;
	font-size: 10px;
}
.gewinnspiel div.abstand {
	margin: 10px 40px 10px 40px;
}
.gewinnspiel div.abstand input {
	margin: 0 3px;
	vertical-align: middle;
}
.gewinnspiel div.abstand input.abstand {
	margin-left: 40px;
}
.gewinnspiel div#zahlungsarten {
	line-height: 20px;
	vertical-align: middle;
}
.gewinnspiel .weiter {
	text-align: right;
	margin-top: 8px;
}
.gewinnspiel td.info {
	padding-left: 5px;
}

/* Login */
#login-form  {
  margin-top: 20px;
  width: 536px;
  border: 2px solid #96c7ce;
  margin-left:auto;
}

#login-form  p {
	margin: 17px 140px 32px 140px;
}

/* HÃ¤ndlersuche */

.plz-list h2 {
	margin: 15px 0 25px 0;
}

.plz-list  h3 {
	margin-top: 20px;
}
.plz-list p {
	margin-top: 5px;
}

#content p.billiger {
	color: #e20916;
	margin-top: 80px;
	background: url(billiger.gif) no-repeat left top;
	padding-left: 16px;
}

/* ueberschriften */

#content div.h1_aktionen_big {
	background:url(color_aktionen.gif) repeat-x 0px 29px;
	margin-bottom: 15px;
	height: 50px;
}
#content div.h1_aktionen_medium {
	background:url(color_aktionen.gif) repeat-x 0px 25px;
	margin-bottom: 0px;
	height: 40px;
}
#content div.h1_sortiment_big {
	background:url(color_sortiment.gif) repeat-x 0px 35px;
	margin-bottom: 15px;
	height: 50px;
}
#content div.h1_sortiment_medium {
	background:url(color_sortiment.gif) repeat-x 0px 25px;
	margin-bottom: 0px;
	height: 40px;
}
#content div.h1_sortiment_small {
	margin-bottom: 0px;
	min-height: 35px;
}
#content div.h1_marken_big {
	background:url(color_marken.gif) repeat-x 0px 29px;
	margin-bottom: 15px;
	height: 50px;
}
#content div.h1_marken_medium {
	background:url(color_marken.gif) repeat-x 0px 25px;
	margin-bottom: 0px;
	height: 40px;
}
#content div.h1_service_big {
	background:url(color_service.gif) repeat-x 0px 29px;
	margin-bottom: 15px;
	height: 50px;
}
#content div.h1_service_medium {
	background:url(color_service.gif) repeat-x 0px 25px;
	margin-bottom: 0px;
	height: 40px;
}

/* Artikel-Detail-Ansicht*/


#content #detail #thumbnails{
	float: left;
	width: 317px; /* 315px; */
	height: 71px;
	margin-top: 15px;
	position: relative;
	text-align:right;
	vertical-align:middle;
	overflow: hidden;
	white-space: nowrap;
}

#content #detail #thumbnails img{
	vertical-align:middle;
	line-height: 65px;
}

#content #detail #thumbnails .imgWrapper{
	display: inline;
	vertical-align: middle;
	height: 100%;
}

#content #detail #thumbnails a{	
	width: 67px;
    height: 67px;
	display: block;
	float: left;
    text-align: center;
    vertical-align: middle;
    margin-right: 11px;
	border-width: 2px;
	border-style: solid;
	overflow: hidden;
}

#content #detail #thumbnails * {
    vertical-align: middle;
}

#content #detail #thumbnails span {
    display: inline-block;
    height: 100%;
    width: 1px;
}

#content #detail #thumbnails .aktiv{
	border-color: #c2ddfa;
}

#content #detail #thumbnails .inaktiv{
	border-color: #ecf1f7;
}

#content #detail #thumbnails #thumbnail3{
	/* kein Margin am rechten Rand */
	margin-right: 0;
}

#content #detail #thumbnails #thumbnail3D{
	background-image: url('3Dthumbnail.jpg');
	width: 67px;
	height: 67px;
	background-position: center;
}

#content #detail #artikelDetailBild3D{
	border: 2px solid #EDF2F6;
    float: left;
    height: 241px;
    margin: 0;
    position: relative;
    text-align: right;
    width: 315px;
}

#content #testsiegel #tuev{
	float: left;
	width: 57px;
	height: 67px;
	margin-top: 15px;
	margin-left: 20px;
	background-image: url(tuevSiegel.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#content #artikelDetailNavigation,#techInfoUnterArtikelDetailNavigation, #artikelDetailEnVKVNavigation, #artikelDetailOekoDesignNavigation, #artikelDetailEnergieLabelNavigation {
	height: 24px;
	margin-top: 30px;
	float: none;
}


#content #artikelDetailNavigation .aktiv{
	margin-right: 6px;
	display: block;
	float: left;
	border:1px solid black;
}
#content #artikelDetailNavigation .inaktiv{
	margin-right: 6px;
	display: block;
	float: left;
	border:1px solid black;
}

#content #artikelDetailNavigation .buttonProduktmerkmaleAktiv {
	background-image: url(produktmerkmale.gif);
	width: 145px;
	height: 24px;
	float: left;
	text-decoration: none;
}
#content #artikelDetailNavigation .buttonProduktmerkmaleInaktiv {
	background-image: url(produktmerkmale-inaktiv.gif);
	width: 145px;
	height: 24px;
	float: left;
	text-decoration: none;
}
#content #artikelDetailNavigation .buttonTechInfoAktiv {
	background-image: url(technischeInformation.gif);
	width: 200px;
	height: 24px;
	float: left;
	text-decoration: none;
}
#content #artikelDetailNavigation .buttonTechInfoInaktiv {
	background-image: url(technischeInformation_inaktiv.gif);
	width: 200px;
	height: 24px;
	float: left;
	text-decoration: none;
}
/* 2012-02-23, CJ: Technische Info von Navigation nach Produktmerkmale verschoben */
#content #artikelDetailNavigation .pfeilZurTechInfo {
	background-image: url('pfeilArtikelDetailSieheUnten.png');
	background-position: 205px 4px;
	background-repeat: no-repeat;
	width: 220px;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	line-height: 24px;
	float: right;
}

#content #artikelDetailNavigation .buttonZubehoerAktiv {
	background-image: url(zubehoer.gif);
	width: 78px;
	height: 24px;
	float: left;
	text-decoration: none;
}
#content #artikelDetailNavigation .buttonZubehoerInaktiv {
	background-image: url(zubehoer-inaktiv.gif);
	width: 78px;
	height: 24px;
	float: left;
	text-decoration: none;
}
#content #artikelDetailNavigation .buttonDownloadAktiv {
	background-image: url(download.gif);
	width: 93px;
	height: 24px;
	float: left;
	text-decoration: none;
}
#content #artikelDetailNavigation .buttonDownloadInaktiv {
	background-image: url(download-inaktiv.gif);
	width: 93px;
	height: 24px;
	float: left;
	text-decoration: none;
}
#content .buttonEnVKVAktiv {
	background-image: url(envkv-aktiv.gif);
	width: 200px;
	height: 24px;
	float: left;
	text-decoration: none;
}

#content .buttonOekoDesignAktiv {
	/* background-image: url(oekoDesign-aktiv.gif); */
	background-image: url(envkv-aktiv.gif);
	width: 373px;
	height: 24px;
	float: left;
	text-decoration: none;
}

#content .buttonEnergieLabelAktiv {
	background-image: url(energieLabel-aktiv.gif);
	width: 373px;
	height: 24px;
	float: left;
	text-decoration: none;
}

#content div.preload {
	/* Der Cache-Container muss sichtbar sein, damit IE6 wirklich Bilder lädt. */
	width: 2px;
	height: 1px;
	overflow: hidden;
}

#content #artikelDetailContainer,#techInfoUnterArtikelDetailContainer,#artikelDetailEnVKV, #artikelDetailOekoDesign, #artikelDetailEnergieLabel {
	float:none;
	width: 536px;
	border-width: 5px 2px 2px 2px;
	border-color: #c2ddfa #ecf1f7 #ecf1f7 #ecf1f7;
	border-style: solid;
}

#content #artikelDetailOekoDesign {
	padding: 10px;
}

#artikelDetailEnergieLabel {
	width: 100%;
	text-align: left;
	/* margin-top: 4px; */
}

#content #artikelDetailEnVKV ul {
	margin-left: 10px;
	padding: 10px;
}


/* 2012-02-23, CJ: Button von Navigation nach Produktmerkmale verschoben */
#content #techInfoUnterArtikelDetailNavigation .buttonTechInfoAktiv {
	background-image: url(technischeInformation.gif);
	width: 200px;
	height: 24px;
	float: left;
	text-decoration: none;
}

#content #artikelDetailContainer .tabPage {
	position: relative;
	margin: 0;
	padding: 10px;
}

#content #artikelDetailContainer .testeo{
	float: right;
	width: 134px;
	height: 70px;
	position: relative;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

#content #artikelDetailContainer .zusatz{
	display: block;
	float: right;
}

#content #artikelDetailContainer .text{
	float: left;
}

#content #artikelDetailContainer #zubehoer {
	margin: 0;
	border-collapse: collapse;
}
#content #artikelDetailContainer #zubehoer tr {
	border-top: 1px solid #99b6d8;
}
#content #artikelDetailContainer #zubehoer tr.noBorder {
	border-top: 0;
}
#content #artikelDetailContainer #zubehoer td {
	vertical-align: top;
}
#content #artikelDetailContainer #zubehoer td.bild {
	padding: 0;
}
#content #artikelDetailContainer #zubehoer td.merkmale {
	padding: 0;
}
#content #artikelDetailContainer #zubehoer td.preis {
	padding: 0;
	width: 155px;
}

#content #artikelDetailContainer #zubehoer h2 {
	background: url(produktempfehlungen.gif) 9px 3px no-repeat #99b6d8;
	height: 23px;
	border-top: 2px solid white;
}
#content #artikelDetailContainer #zubehoer p.preis {
	font-size: 26px;
	color: #de0000;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 3px;
}
#content #artikelDetailContainer #zubehoer p.preis span.euro {
  font-size: 22px;
}
#content #artikelDetailContainer #zubehoer p.preis_klein {
	font-size: 22px;
	color: #de0000;
	font-weight: bold;
	margin-top: 21px;
	margin-bottom: 3px;
}
#content #artikelDetailContainer #zubehoer p.mwst {
	font-size: 9px;
	margin-bottom: 12px;
}

/* Verwandte Artikel ("Dazu passt...") */

#verwandteArtikel {
	border: 2px solid #99b6d8;
	margin-top: 18px;
	margin-bottom: 0;
	padding: 0 2px 0 2px;
	background: url(bg_produktempfehlungen.gif) repeat-y #ffffff;
}

#verwandteArtikel div.innenLinks {
	width: 264px;
	float: left;
	padding: 2px 1px 2px 0;
}

#verwandteArtikel div.innenRechts {
	width: 265px;
	float: left;
	padding: 2px 0 2px 1px;
}

#verwandteArtikel div.bild {
	float: left;
	width: 111px;
	text-align: center;
	padding-top: 10px;
	position: relative;
}

#verwandteArtikel div.info {
	float: left;
	width: 139px;
	text-align: right;
	padding-right: 11px;
}

#verwandteArtikel h3.text {
	color: #00499d;
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
	margin-left: 10px;
}

#verwandteArtikel p.preis {
	font-size: 26px;
	color: #de0000;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 3px;
}

#verwandteArtikel span.euro {
  font-size: 26px;
}

#verwandteArtikel p.preis_klein {
	font-size: 22px;
	color: #de0000;
	font-weight: bold;
	margin-top: 21px;
	margin-bottom: 3px;
}

#verwandteArtikel p.mwst {
	font-size: 9px;
	margin-bottom: 12px;
}

/* Nachfolge-Modell */

#nachfolgeModell {
	border: 2px solid #99b6d8;
	background: url(bg_nachfolgemodell.gif) repeat-y #ffffff;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0 2px 0 2px;
}

#nachfolgeModell span.rot {
	color: #df1602;
}

#nachfolgeModell div.innen {
	width: 528px;
	float: left;
	padding: 2px 1px 2px 0;
}

#nachfolgeModell div.bild {
	float: left;
	width: 260px;
	text-align: center;
	padding-top: 10px;
	position: relative;
}

#nachfolgeModell div.info {
	float: left;
	width: 260px;
	text-align: right;
	padding-right: 11px;
}

#nachfolgeModell h3.text {
	color: #00499d;
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
	margin-left: 10px;
}

#nachfolgeModell p.preis {
	font-size: 34px;
	color: #de0000;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 3px;
}

#nachfolgeModell span.euro {
  font-size: 34px;
}

#nachfolgeModell p.mwst {
	font-size: 9px;
	margin-bottom: 12px;
}

#crossSelling #produktempfehlungen {
	border: 2px solid #99b6d8;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0 2px 0 2px;
	background: url(bg_produktempfehlungen.gif) repeat-y #ffffff;
}

/* UPK.css*/

/* CrossSelling */
A.cs_sisters {
	background-image : url(pfeil-blau.gif);
	font-size : 10px;
	font-weight : bold;
	color : #003B7F;
	padding-left : 12px;
	/*height : 13px;
	*/
	display : block;
	overflow : hidden;
	background-position : 2px 3px;
	background-repeat : no-repeat;
}
DIV.cs_hra {
	border-top: 1px solid #99B6D8;
	position : relative;
	top : -165px;
}
strong.h5_cs_ueba {
	display: block;
	background : #99B6D8;
	color : #FFFFFF;
	height : 18px;
	padding-left : 5px;
	padding-top : 3px;
	border-top : 2px solid #FFFFFF;
	font-size : 12px;
	font-weight : bold;
}
h5.cs_ueba {
	display: block;
	background : #99B6D8;
	color : #FFFFFF;
	height : 18px;
	padding-left : 5px;
	padding-top : 3px;
	border-top : 2px solid #FFFFFF;
	font-size : 12px;
	font-weight : bold;
}

/* Artikeltext */
li.arttxt {
 	margin-left : 11px;
 }

p.HinweisPerPE {
	font-size : 9px;
	margin-bottom : 20px;
}
span.HinweisPerPE {
	font-size : 9px;
}
p.r07mwst {
	font-size : 9px;
}
a.r07mwst {
	font-size : 9px;
}
span.LKBEZ {
	font-size : 9px;
	display: inline-block;
}

TABLE.ArtDetailStaffelpreis {
	width : 100%;
	background-color : #99B6D8;
	margin-top : 20px;
}
th.ArtDetailStaffelmenge {
	background-color : #99B6D8;
}
th.ArtDetailStaffelpreis {
	background-color : #99B6D8;
}
td.ArtDetailStaffelmenge {
	background-color : #EEF3F8;
}
td.ArtDetailStaffelpreis {
	background-color : #EEF3F8;
}
tr.ArtDetailStaffelmenge {
	background-color : #EEF3F8;
}

.gewinnspiel_alternativ {
	background: #FFAF00 url(css/gewinnspiel-alternativ.gif) no-repeat; 
	height: 23px;
}

/* standard.css*/

.standard-content strong.h2 {
	display: block;
	font-weight:bold;
	padding: 3px 7px 3px 7px;
	margin: 20px 0 10px 0;
}
	
.standard-content strong.h2_service {
	display: block;
	background-color: #e4f3f6;
}

.standard-content h2.sortiment {
	background-color: #e5edf5;
}

.standard-content strong.marken {
	display: block;
	background-color: #f0f4e5;
	font-weight: bold;
	margin: 20px 0 10px;
	padding: 3px 7px;
}

.standard-content h2.aktionen {
	background-color: #fff9eb;
}

.standard-content strong.h3 {
	display: block;
	font-weight:bold;
	margin-bottom: 0.5em;
}

#content ul.link {
  font-weight:bold;
	list-style-type: none;
	line-height:1.5em;
	margin-bottom: 15px;
}

#content ul.text {
	list-style-type: disc;
	line-height: 1.3em;
	padding-left:15px;
	margin-bottom: 15px;
}

#content div.standard-content {
	margin-top: 10px;
}
#content img#content-banner {
	margin-bottom: 20px;
	border: none;
	display: block;
}
#content div.standard-content p {
	line-height: 14px;
	margin-bottom: 14px;
}
#content div.standard-content img.bild-links {
	float: left;
	margin: 0 18px 16px 0;
}
#content div.standard-content img.bild-rechts {
	float: right;
	margin: 0 0 16px 18px;
}
#content div.standard-content strong.h3, #content div.produkttabelle td.c4 strong.h3 {
	margin-bottom: 7px;
}

/* normale Tabelle*/
#content div.standard-content table {
	width: 100%;
}
#content div.standard-content table th span {
	background-color: #99b6d8;
	color: #fff;
	margin: 1px 0;
	font-size: 12px;
	display: block;
	padding: 2px 7px;
}
#content div.standard-content th {
	border-top: 1px solid #99b6d8;
	border-bottom: 1px solid #99b6d8;
	background-color: #fff;
	text-align: left;
}
#content div.standard-content th.links {
	border-left: 1px solid #99b6d8;
	padding-left: 1px;
}
#content div.standard-content th.rechts {
	border-right: 1px solid #99b6d8;
	padding-right: 1px;
}
#content div.standard-content table tr.odd {
	background-color: #edf2f8;
}
#content div.standard-content td {
	padding: 2px 7px;
	vertical-align: top;
	border-spacing: 2px;
}

/* Tabelle mit Überschrift*/
#content div.produkttabelle-mit-ueberschrift {
	border: 2px solid #ffb13b;
}
#content div.produkttabelle-mit-ueberschrift h2 {
}
#content div.produkttabelle table {
	width: 100%;
	border-collapse: collapse;
}	
#content div.produkttabelle td {
	vertical-align: top;
	padding: 2px;
}
#content div.produkttabelle td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#content div.produkttabelle tr.last td {
	border: none;
}
/* linke Spalte*/
#content div.produkttabelle td.c1 {
	text-align: left;
	width: 100px;
	padding: 2px 0 0 0;
}
#content div.produkttabelle td.c1 div.relative {
	position: relative;
}
#content div.produkttabelle td.c1 img {
	margin: 10px 0 0 5px;
}
#content div.produkttabelle td.c1 img.banderole {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
}
/* mittlere Spalte*/
#content div.produkttabelle td.c2 {
	width: 300px;
	padding: 10px 15px 10px 0;
}
#content div.produkttabelle td.c2 strong.h4 {
	margin: 0 0 11px 0;
}
#content div.produkttabelle td.c2 p.status {
	margin: 18px 0 6px 0;
}
#content div.produkttabelle td.c2 p.status img {
	margin-right: 5px;
}
#content div.produkttabelle td.c2 ul {
	margin-left: 20px;
}
/* rechte Spalte (Preis)*/
#content div.produkttabelle td.c3 {
	padding: 40px 15px 5px 0;
}
#content div.produkttabelle td.billiger {
	padding: 25px 15px 10px 0;
}
#content div.produkttabelle td.c3 p.statt {
	background: url(billiger.gif) no-repeat;
	padding: 0 0 3px 15px;
	color: #de0000;
}
#content div.produkttabelle td.c3 p.preis {
	font-size: 26px;
	color: #de0000;
	font-weight: bold;
	margin: 0 0 5px 0;
	white-space: nowrap;
}
#content div.produkttabelle td.c3 p.preis_klein {
	font-size: 26px;
	color: #de0000;
	font-weight: bold;
	margin: 0 0 5px 0;
	white-space: nowrap;
}
#content div.produkttabelle td.c3 p.preis_klein {
	font-size: 26px;
	color: #de0000;
	font-weight: bold;
	margin: 0 0 5px 0;
	white-space: nowrap;
}
#content div.produkttabelle td.c3 p.preis span.euro {
	font-size: 26px;
}
#content div.produkttabelle td.c3 p.mwst {
	font-size: 9px;
}
#content div.produkttabelle td.c3 a {
	font-size: 9px;
}

#content div.produkttabelle td.c4 {
	/*width: 300px;*/
	padding: 10px 15px 10px 15px;
}

#content a.zumeasyshop {
	display: block; 
	background: url(/img/such.gif) right no-repeat; 
	padding: 5px 35px 5px 5px; 
	font-weight: bold
}
#content a.zumeasyshop:hover {
	background: url(/img/hover-such.gif) right no-repeat;
}


/* Sortiment oder Aktionen*/
#content div.produkttabelle-sortiment {
	border: 2px solid #99b6d8;
}
#content div.produkttabelle-sortiment td {
	border-color: #99b6d8;
}
#content div.produkttabelle-aktionen {
	border: 2px solid #ffb13b;
}
#content div.produkttabelle-aktionen td {
	border-color: #ffb13b;
}
#content div.produkttabelle h3#unsere-angebote {
	height: 23px;
	background: url(aktionen/unsere-angebote.png) no-repeat 10px 3px #ffb13b;
	/* background: url(../img/aktionen/box_unsereangebote.png) no-repeat #ffaf00; */
	margin: 2px 2px 0 2px;
}
/* Haendlerdetails*/
#content div.linkespalte {
  width:165px;
  float:left;
}
#content div.linkespalte img {
  margin-bottom:20px;
}
#content div.rechtespalte {
  width:313px;
  margin-left:50px;
  float:left;
}
#content div.rechtespalte h4 {
  background:#edf2f8;
  padding:2px 7px;
  margin-bottom:7px;
}
#content div.rechtespalte p,#content div.rechtespalte ul,#content div.rechtespalte address {
  margin-bottom:30px;
}
#content div.rechtespalte address {
  font-style:normal;
}

#content div.rechtespalte p.kundendienst {
	margin-bottom: 7px;
}

#content div.rechtespalte div.kundendienst {
	width: 200px;
	height: 48px;
	text-align: left;
	margin-bottom: 7px;
}
	
#content div.rechtespalte div.kundendienst .markenlogo {
	background: white;
	width: 58px;
	height: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #bfbfbf;
	float: left;
	margin-left: 6px;
	margin-bottom: 6px;
	text-align: center;
}

.div

/* startseite.css */

.startseite .angebotderwoche {
	border-left: 2px solid #99b6d8;
	border-right: 2px solid #99b6d8;
	border-top: 2px solid #99b6d8;
	padding: 2px;
	background: #fff;
}

.startseite .anythingSliderAngebote .angebotderwoche {
	border: 0;
	padding: 0;
}

.startseite .ohneborder {
	border-top-width: 1px;
	border-bottom: 2px solid #99b6d8;
}
.startseite div.angebotderwoche strong.h2 {
	display: block;
	background: #99b6d8;
	height: 23px;
}
.startseite .angebotderwoche div.border {
	border-bottom: 1px solid #99b6d8;
}
.startseite .angebotderwoche div.innen {
	background: url(angebotbg.gif) repeat-y left top #f5f8fb;
	border-bottom: 1px solid #fff;
}
.startseite .angebotderwoche div.produktbildhintergrund {
	background-position: center;
	background-repeat: no-repeat;
	height: 82px;
	width: 82px;
	position: absolute;
	overflow: hidden;
	margin-top: 14px;
	margin-left: 8px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #f9f2e5 #e1dcd3 #e1dcd3 #f9f2e5
}
.startseite .angebotderwoche div.produktbild {
	float: left;
	width: 82px;
	text-align: center;
	padding-top: 10px;
	margin-right: 10px;
	position: relative;
}
.startseite .angebotderwoche div.produktbild a:hover {
	text-decoration: none;
}
.startseite .angebotderwoche div.produkttext {
	float: left;
	width: 195px;
	padding-left: 20px;
	margin-bottom: 0;
}
.startseite .angebotderwoche div.produkttext strong.h6 {
	display: block;
	color: #00499d;
	margin: 15px 0 18px 0;
}
.startseite .angebotderwoche div.produkttext ul {
	margin-left: 13px;
	margin-bottom: 0;
}
.startseite .angebotderwoche div.produkttext ul li {
	margin: 3px 0;
}
.startseite .angebotderwoche div.preisspalte {
	float: right;
	width: 153px;
}
.startseite div.topkategorien strong.h2 {
	display: block;
	background: #99b6d8;
	height: 23px;
	overflow: hidden;
}
.startseite div.startseiteninfotext strong.h2 {
	display: block;
	background: #99b6d8;
	color: #ffffff;
	height: 23px;
	overflow: hidden;
}

.startseite div.videoteaser strong.h2 {
	display: block;
	background: #99b6d8;
	height: 23px;
	overflow: hidden;
}
.startseite div.videoteaser .imagebox {
	float: left;
	width: 100px;
	height: 94px;
	overflow:hidden;
	margin-left: 14px;
	margin-top: 12px;
}
.startseite div.videoteaser .textbox {
	float: left;
	width: 252px;
	height: 94px;
	padding-left: 14px;
	padding-right: 14px;
	margin-top: 13px;
	color: #333333;
}
.startseite div.videoteaser .textbox p.headline {
	font-size: 14px;
	font-weight: bold;
}
.startseite div.videoteaser .buttonbox {
	float: left;
	width: 104px;
	height: 94px;
	margin-right: 14px;
	margin-top: 6px;
	text-align: center;
}
.startseite div.videoteaser .buttonbox a.preview {
	background: url(video.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	display: block;
	float: none;
	width: 100px;
	height: 64px;
	overflow: hidden;
	padding: 1px;
	border: 1px solid #0126cc;
}

.startseite p.billiger {
	color: #e20916;
	margin-top: 80px;
	background: url(billiger.gif) no-repeat left top;
	padding-left: 16px;
}
.startseite .angebotderwoche div.preisspalte p.abstand-top {
	margin-top: 55px;
}
.startseite .angebotderwoche div.preisspalte span.preis {
	font-size: 20px;
	font-weight: bold;
	color: #00499d /*#e20916;*/
}
.startseite .angebotderwoche div.preisspalte span.preis span.euro {
	font-size: 20px;
	color: #00499d /*#e20916;*/
}
.startseite .angebotderwoche div.preisspalte span.preis_klein {
	font-size: 24px;
	font-weight: bold;
	color: #e20916;
}
.startseite .angebotderwoche div.preisspalte span.preis_klein span.euro {
	font-size: 24px;
	color: #e20916;
}
.startseite #markenshop {
	border: 2px solid #bed795;
	position: relative;
	margin-top: 20px;
	padding: 2px;
	height: 193px;
}
.startseite #markenshop div.innen {
	background: #e4eed3;
	width: 154px;
	text-align: center;
	height: 193px;
	float: left;
}
.startseite #markenshop .bildchen {
	background: url(markenshop.jpg) 0 0 #fff no-repeat;
	float: right;
	width: 376px;
	height: 193px;
}
.startseite #markenshop h2 {
	background: url(easy-marken.gif) 9px 3px no-repeat #9bb96c;
	height: 23px;
}
.startseite #markenshop img {
	margin-top: 40px;
}
.startseite #markenshop p {
	background: #fff;
	text-align: center;
	padding: 3px 0;
	margin-top: 40px;
}
.startseite #markenshop p a {
	font-weight: bold;
	background: url(pfeil.gif) right center no-repeat #fff;
	padding-right: 10px;
}
.startseite #markenshop #markenshoprechts {
	width: 376px;
	float: left;
	padding-left: 1px;
	border-left: 1px solid #bed795;
}
.startseite #gewinnspiel {
	border: 2px solid #91cad1;
	margin-top: 24px;
	margin-bottom: 26px;
	padding: 2px;
	width: 252px;
	float: left;
	background: #fff;
}
.startseite #gewinnspiel h3 {
	background: url(gewinnspiel.gif) 9px 3px no-repeat #91cad1;
	height: 23px;
}
.startseite #gewinnspiel div.innen {
	height: 150px;
	background: url(../img/preisvomgewinnspiel.gif) 150px 10px no-repeat #e5f1f3;
}
.startseite #gewinnspiel p {
	padding: 7px;
	margin-right: 100px;
	line-height: 14px;
}
.startseite #vhaus p {
	padding: 7px;
	margin-right: 110px;
	line-height: 14px;
}
#head div.plzsuche {
	position: relative;
	width:755px;
	height:246px;
	background-image:url(startseite_plzsuche_hintergrund.jpg);
	background-repeat: no-repeat;
}

#head div.plzsuche:hover {
	background-image:url(startseite_plzsuche_hintergrund_hover.jpg);
}

#head div.plzsuche_ie_dummy {
	position: relative;
	width:755px;
	height:246px;
	background-image:url(startseite_plzsuche_hintergrund.jpg);
	background-repeat: no-repeat;
	border: 2px solid #ffaf00;
}

#head .plzsuche .suchfeld {
	position: absolute;
	top: 164px;
	left: 656px;
	height: 15px;
	width: 80px;
	font-size: 10px;
}

#head .plzsuche .imagebutton {
	position: absolute;
	top: 198px;
	left: 575px;
}

#head .plzsuche .haendlersuche {
	position: absolute;
	top: 197px;
	left: 575px;
}

.iframeKampagne {
	border: 1px solid #ffaf00;
	overflow: hidden;
}

div#shopInfoBanner div.shopinfo {
	position: absolute;
	top: 105px;
	left: 510px;
	color: #ffffff;
	text-align: left;
}

div#shopInfoBanner div.shopinfo .firma {
	font-size: 12px;
	font-weight: bold;
}

div#shopInfoBanner div.shopinfo .adresse,.kontakt,.weiteres {
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 10px;
	line-height: 11px;
	clear: both;
}

div#shopInfoBanner p.kontaktlabel {
	width: 55px;
	clear: both;
	float: left;
	font-size: 10px;
}

div#shopInfoBanner p.kontaktinhalt {
	float: left;
	font-size: 10px;
}

div#shopInfoBanner div.logo {
	display: block;
	position: absolute;
	top: 103px;
	left: 400px;
	height: 97px;
	line-height: 97px; 
	width: 97px;
	text-align: center;
	vertical-align: middle;
}

div#shopInfoBanner div.logo img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 97px;
	max-height: 97px;
	/*margin: 0 auto 0 auto;*/
	padding: 0;
	vertical-align: middle;
}

div#shopInfoBanner div.kundendienst {
	position: absolute;
	left: 540px;
	top: 220px;
	width: 200px;
	height: 24px;
	text-align: left;
}

div#shopInfoBanner div.kundendienst .markenlogo {
	background: white;
	width: 58px;
	height: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #bfbfbf;
	float: left;
	margin-left: 6px;
	text-align: center;
}

p.titel404 {
	color: #000000;
	font-size: 18px;
	margin-bottom: 20px;
}

p.text404 {
	color: #000000;
	font-size: 12px;
	margin-bottom: 10px;
}

/* alternative Farben*/
.alternativ .angebotderwoche {
	border-left: 2px solid #ffaf00;
	border-right: 2px solid #ffaf00;
	border-top: 2px solid #ffaf00;
	width: 537px;
}
.alternativ .ohneborder {
	border-bottom: 2px solid #ffaf00;
	border-top-width: 1px;
}
.alternativ .topkategorien {
	margin-top: 24px;
	border-left: 2px solid #e5eef5; /*#99b6d8;*/
	border-right: 2px solid #e5eef5; /*#99b6d8;*/
	border-top: 2px solid #e5eef5; /*#99b6d8;*/
	border-bottom: 2px solid #e5eef5; /*#99b6d8;*/
}
.alternativ .startseiteninfotext {
	margin-top: 24px;
	border-left: 2px solid #e5eef5; /*#99b6d8;*/
	border-right: 2px solid #e5eef5; /*#99b6d8;*/
	border-top: 2px solid #e5eef5; /*#99b6d8;*/
	border-bottom: 2px solid #e5eef5; /*#99b6d8;*/
}
.alternativ .videoteaser {
	margin-bottom: 24px;
	border-left: 2px solid #e5eef5; /*#99b6d8;*/
	border-right: 2px solid #e5eef5; /*#99b6d8;*/
	border-top: 2px solid #e5eef5; /*#99b6d8;*/
	border-bottom: 2px solid #e5eef5; /*#99b6d8;*/
}
.alternativ div.topkategorien h2 {
	background: url(topkategorien.gif) no-repeat #99b6d8;
}
.alternativ div.startseiteninfotext h2 {
	background: #99b6d8;
	color: #ffffff;
}
.alternativ div.angebotderwoche strong.h2 {
	display: block;
	height: 23px;
	background: url(angebot-der-woche-alternativ.gif) no-repeat #ffaf00;
}
.alternativ .angebotderwoche div.border {
	border-bottom: 1px solid #ffaf00;
}
.alternativ .angebotderwoche div.innen {
	background: url(angebotbg.gif) repeat-y left top #fff8eb;
}
.alternativ .angebotderwoche div.produkttext strong.h6 {
	display: block;
	color: #00499d;
}
.alternativ #gewinnspiel {
	border: 2px solid #ffaf00;
}
.alternativ #gewinnspiel h3 {
	background: url(gewinnspiel-alternativ.gif) no-repeat #ffaf00;
}
.alternativ #gewinnspiel div.innen {
	background: url(../img/preisvomgewinnspiel.gif) 150px 10px no-repeat #fff8eb;
}
.alternativ #vhaus {
	border: 2px solid #ffaf00;
}
.alternativ #vhaus h3 {
	background: url(vhaus-alternativ.gif) no-repeat #ffaf00;
}
.alternativ #vhaus div.innen {
	background: url(../img/vhaus.gif) 100px 10px no-repeat #fff8eb;
}

/* breadcrumb.css */


#stage ul#breadcrumb {
	margin-top: 12px;
}
#stage ul#breadcrumb li {

	display: inline;

	background: url(breadcrumb.gif) no-repeat 0px 3px;

	padding: 0 6px 0 12px;

}


#stage ul#breadcrumb li.erstes {

	background: none;

	padding: 0 7px 0 0;

}

/* hotline.css */

P.hinweis {
	background : #e5edf5;
	color : #00499d;
	text-align : right;
	letter-spacing : -1px;
	text-indent : 0%;
	word-spacing : 0px;
	font : 8pt;
	line-height : 13px;
}
.wochentag {
	width : 98px;
	position : absolute;
	margin-left : 0px;
}
.zeit {
	width : 145px;
	text-align : right;
	position : absolute;
}

div.hotline_bottom {
	 background-color: #FFFFFF; 
	 height: 5px; 
	 width: 200px;
}

div.hotlinebox {
	padding-bottom: 30px;
	background: #e5edf5;
	margin-bottom: 5px;
}

.hotmail {
	margin-left : 15px;
	position : absolute;
	margin-top: -5px;
}

/* box.css */

/* Allgemein box1*/
#content div.box1 div.rahmen {
	border-width: 2px;
	border-style: solid;
	padding: 2px;
	margin-bottom:20px;
}

#content div.box1 strong.h3 {
    display: block;
	background-repeat: no-repeat;
	background-position: 10px 2px;
}

#content div.box1 div.innen {
	border-bottom:1px solid #fff;
	padding:20px;
	margin-top:2px;
	line-height:16px;
	height:121px;
}
#content div.box1 img.right {
  float:right;
}
#content div.box1 div.bild-links {
  float:left;
  width:100px;
  background:#fff;
}

#content div.box1 div.text-rechts {
  padding:10px 4px;
  height:115px;
}
#content div.box1 div.text-rechts p {
  text-align:right;
}
#content div.box1 div.text-rechts p.billiger {
	margin-top: 8px;
  text-align:left;
}
#content div.box1 div.text-rechts p.preis {
  margin-top: 4px;
  color:#de0000;
  font-size:26px;
  font-weight:bold;
}
#content div.box1 div.text-rechts span.euro {
  font-size: 26px;
  font-weight: normal;
}
#content div.box1 p.taste {
	border-top-style:solid;
  border-top-width:2px;
	text-align:right;
	padding: 4px 8px;
}
#content div.box1 strong.h3 img {
	display:block;
	vertical-align:middle;
}
#content div.nebeneinander {
  float:left;
  width:260px;
}
/* box1 in orange*/
#content div.box1 div.orange div.innen {
	background-color: #ffaf00;
	border-bottom:2px solid #fff;
	padding:5px;
}
#content div.box1 div.orange strong.h3 {
    display: block;
	background-color: #ffaf00;
}
#content div.box1 div.orange p.taste {
	border:none;
  border-top:1px solid #ffaf00;
}
#content div.box1 div.orange div.innen {
	background-color: #fff9eb;
	border-bottom:2px solid #fff;
}

#content div.box1 div.text-rechts {
	background-color: #fff9eb;
}

#content div.box1 div.orange {
	border-color: #ffaf00;
}
#content div.box1 div.orange h4 {
  color:#00499d;
}
/* box1 in gruen*/
#content div.box1 div.gruen strong.h3 {
	display: block;
	background-color: #a4c76c;
}
#content div.box1 div.gruen p.taste {
	border-color:#eff6e4;
}
#content div.box1 div.gruen {
	border-color: #a4c76c
}
#content div.box1 div.gruen div.innen {
	background-color: #e4eed3;
}
#content div.box1 div.gruen h4 {
	margin-bottom: 6px;
	color:#00499d;
}
#content div.box1 div.gruen div.innen img.float {
	float: left;
	margin: 0 10px 10px 0;
}

/* Allgemein box2 */
#content div.box2 {
  border-width:2px;
  border-style:solid;
  margin-bottom:20px;
  width:256px;
  float:left;
}
#content div.abstand {
  margin-right: 10px;
  background:#fff;
  clear:both;
}
#content div.box2 strong.h3 {
	display: block;
	margin:2px;
}
#content div.box2 strong.h3 a {
  display:block;
  width:100%;
  height:100%;
}
#content div.box2 strong.h3 span {
  display:none;
}
/* Farben*/
#content div.service {
  border-color:#95c7ce;
}
#content div.service strong.h3 {
  display: block;
  background-color:#95c7ce;
}

/* box3*/
#content div.box3 {
  border-width:2px;
  border-style:solid;
  width:255px;
  margin-bottom:10px;
  float:left;
}
#content div.box3 strong.h3 {
  display: block;
  background:#99b6d8;
  margin:2px 2px 0 2px;
}

#content div.box3 div.innen {
   background-color:#eef2f8;
   margin:2px;
}
#content div.box3 div.innen img {
  float:left;
  
}
#content div.box3 div.innen ul {
  list-style-type:none;
  padding: 10px 11px 10px 0;
}
#content div.box3 div.innen ul li {
  padding-right: 0;
}
* html #content div.box3 div.innen ul li {
	display:inline;
} 
#content div.sortiment {
  border-color:#99b6d8;
}


/* mpl.css */

/* MPL */
#mpl {
	float: left;
	width: 200px;
	margin-left: 20px;
	background: #fff;
}

#linkeMarginalie {
	margin-top: 70px;
	margin-right: 20px;
	width: 200px;
	height: 100%;
	background: #fff;
}

#mpl .box, #linkeMarginalie .box {
	padding-bottom: 30px;
	margin-bottom: 12px;
	background: #e5edf5;
}

#mpl .hellblau, #linkeMarginalie .hellblau  {
	background: #e5edf5;
}
#mpl h4.abstand , #linkeMarginalie h4.abstand {
	margin-top: 5px;
}

#mpl .img, #linkeMarginalie .img {
  padding-bottom: 15px;	
}
#mpl h5, #linkeMarginalie  h5 {
	padding: 17px 16px 5px 13px;
	font-size: 13px;
}
#mpl h4#vorteile, #linkeMarginalie  h4#vorteile {
	height: 29px;
	background: url(easy-vorteile.gif);
}
#mpl strong#waszeichneteasyaus, #linkeMarginalie strong#waszeichneteasyaus  {
	display: block;
	height: 20px;
	background: url(waszeichneteasyaus.gif);
}
#mpl div.waszeichneteasyaus, #linkeMarginalie div.waszeichneteasyaus  {
	height: 70px;
	padding: 5px 0px 5px 67px;
	margin-left: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}
#mpl div.waszeichneteasyaus a, #linkeMarginalie div.waszeichneteasyaus a {
	font-size: 10px;
	color: #003b7f;
}
#mpl div.waszeichneteasyaus b, #linkeMarginalie div.waszeichneteasyaus b  {
	font-weight:bold;
	font-size:10px;
}
#mpl div#waszeichneteasyausSSL, #linkeMarginalie div#waszeichneteasyausSSL  {
	background-image: url(waszeichneteasyaus_ssl.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#mpl div#waszeichneteasyausFAIR, #linkeMarginalie div#waszeichneteasyausFAIR {
	background-image: url(waszeichneteasyaus_fair.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#mpl div#waszeichneteasyaus48, #linkeMarginalie div#waszeichneteasyaus48{
	background-image: url(waszeichneteasyaus_48.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#mpl div#waszeichneteasyaus2MANN, #linkeMarginalie div#waszeichneteasyaus2MANN {
	background-image: url(waszeichneteasyaus_2mann.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#mpl strong#energielabel, #linkeMarginalie strong#energielabel {
	display: block;
	height: 20px;
	background: url(energielabel.gif);
}

#mpl div.zahlungsarten {
	padding: 5px;
	margin-left: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #003b7f;
}

#mpl .kundendienst {
	color: #003b7f;
	font-size: 12px;
}

#mpl .kundendienst .marken {
	float: none;
	width: 164px;
	height: 116px;
	margin-left: 18px;
	margin-right: 18px;
	text-align: center;
}

#mpl .kundendienst a.markenuebersicht {
	float: none;
	display: block;
	text-align: right;
	text-decoration: underline;
	margin-right: 18px;
}

#mpl .kundendienst .marken a {
	display: block;
	margin-bottom: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #bfbfbf;
	width: 71px;
	height: 22px;
}

#mpl .kundendienst a.logoLinks {
	float: left;
	margin-right: 18px;
}

#mpl .kundendienst a.logoRechts {
	float: right;
}

#mpl .kundendienst a img {
	border: 0px;
	margin: 0px;
}

#mpl .kundendienst .suche {
	margin-left: 8px;
	margin-right: 8px;
}

#mpl .kundendienst .suche .headline {
	background-image: url(kundendienst-suche.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 184px;
	height: 34px;
	padding-top: 33px;
	margin-top: 12px;
	font-size: 10px;
}

#mpl .kundendienst .suche td {
	vertical-align: middle;
}

#mpl .kundendienst .suche .label {
	font-weight: bold;
}

#mpl .kundendienst .suche input {
	width: 110px;
	height: 14px;
	font-size: 11px;
	margin: 0;
}

#mpl .videoliste {
	width: 190px; /* 200px; */
	height: 600px;
	padding: 4px;
	overflow-x: hidden;
	overflow-y: auto;
	// für IE9
	scrollbar-base-color: #9CB5DE;
}

#mpl .videoliste .teaser{
	width: 185px; /* 196px; */
	height: 50px;
	margin-bottom: 5px;
	font-size: 10px;
	overflow: hidden;
}

#mpl .videoliste .teaser a{
	font-size: 10px;
}

#mpl .videoliste .teaser a.open{
	background:url('pfeil-start-video.gif');
	width:21px;
	height:20px;
	float:right;
}

#mpl .videoliste .teaser a.preview{
	float:left;
}

#mpl .videoliste .teaser a.preview img{
	/*width: 65px;
	height:46px;*/
	width: 50px;
	height: auto;
	max-height: 46px;
}

#mpl .videoliste .teaser a.text{
	float:left;
	display:block;
	width:106px;
	margin:2px
}

#mpl .videoliste .teaser a.text .title{
	font-weight:bold;
}

#mpl #flash {
	margin: 0;
	padding: 0;
}

#mpl h4#konto {
	height: 32px;
	background: url(mein-konto.gif);
}
#mpl h4#fragen {
	height: 80px;
	background: url(fragen-zur-bestellung.gif);
}
#mpl ul {
	padding: 10px 0 0 25px;
}
#mpl .quadrat {
	list-style-type: square;
}
#mpl li {
	margin-left: 5px;
}
#mpl address {
	padding: 5px 16px 5px 13px;
	font-style: normal;
}
#mpl p {
	padding: 5px 16px 5px 13px;
}
#mpl form {
	padding: 5px 16px 5px 13px;
}
#mpl input {
	width: 130px;
	color: #999;
	vertical-align: middle;
	margin-bottom: 5px;
}
#mpl input.button {
	vertical-align: middle;
	margin-left: 5px;
	width: auto;
}
#mpl .zentriert {
	text-align: center;
}
#mpl ul.link {
  list-style-type:none;
  margin:0;
  padding-left:16px;
}
#mpl ul.link li {
  line-height:16px;
}

/* head.css */

/* Head*/
#head {
	/* background: #99b6d8 url(../images/slogan1.gif) no-repeat 220px 24px; */
	 background: #99b6d8 url(../images/slogan1.gif) no-repeat 150px 24px;
	height: 118px;
}
#head span {
	display: none;
}
/* Logo*/
#head img {
	margin: 21px 0 0 26px;
	float: left;
}
#head ul {
	list-style-type: none;
}
#head div#hotline {
	display: block;
	position: absolute;
	top: 31px;
	left: 529px;
	height: 65px;
	width: 457px;
	background: url('header_hotline.jpg');
	z-index: 0;
}

#head a.tooltip,
#head a.tooltip:link,
#head a.tooltip:visited,
#head a.tooltip:active { color: #616161; text-decoration: none; position: relative; }
#head a.tooltip:hover { background: transparent; z-index: 100; }
#head a.tooltip span { display: none; text-decoration: none; }
#head a.tooltip:hover span {
	display: block;
	position: absolute;
	top: -10px;
	left: -200px;
	width: 400px;
	height: 80px;
	z-index: 0;
	color: black;
	padding: 2px 10px;
	background-color: #d6e2ef;
	text-align: left;
	border-color: white;
	border-style: solid;
	border-width: 1px;
}

#head a#kontakt {
	position: absolute;
	top: 78px;
	left: 928px;
	text-decoration: underline;
	color: white;
}

#head a#pfeil {
	background-image: url('pfeil-login-oben.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 14px;
	width: 18px;
	display: block;
	position: absolute;
	top: 38px;
	left: 180px;
}

#head a#pfeil.selected {
	background-image:url('pfeil-login-unten.gif');
	top: 0px;
}

#head table.warenkorb {
	border: solid white;
	border-width: 0px 1px 0px 1px;
	width:152px;
	height: 38px; 
}

#head table.anmeldung {
	border: solid white;
	border-width: 0px 1px 0px 1px;
	height: 38px; 
	width: 203px;
}

#head table.selected {
	display: none;
}

#head div.minitopnav {
	position: absolute;
	top: 0px;
	left: 286px;
  	height: 19px;
	width: 333px;
	z-index: 1;
}
#head div.minitopnav table {
	border-collapse: collapse;
	width: 100%;
}
#head div.minitopnav td {
	background-color: #a5bfde;
	height: 19px;
	padding-left: 6px;
	padding-right: 6px;
	border-color: #99b6d8;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	vertical-align: top;
}
#head div.minitopnav td a {
	color: white;
	text-decoration: underline;
	font-size: 10px;
}
#head div.login {
	float: right;
	/* margin-top: 5px; */
	z-index: 1;
}
#head div.login ul {
	margin-right: 5px;
	text-align:right;
}
#head div.login ul li {
	display: inline;
}
#head div.login li.border-right {
	border-right: 1px solid #003b7f;
}
#head div.login strong.warenkorb {
	background: url(warenkorb.gif) no-repeat;
	display: block;
	width: 152px;
	height: 21px;
	/* margin-top: 6px; */
	margin-bottom: 6px;
}
#head div.login strong.anmeldung {
	background: url(anmeldung.gif) no-repeat;
	display: block;
	/* width: 150px; */
	width: 203px;
	height: 21px;
	/* margin-top: 6px; */
	margin-bottom: 6px;
}
#head div.login strong a {
	display: block;
	width: 150px;
	height: 21px;
}
#head div.login table {
	background: #d6e2ef;
	/* width: 150px; */
	padding: 2px 0;
}
#head div.login td {
	color: #003b7f;
}
#head div.login td.spalte1 {
	padding-left: 8px;
	width: 60px;
}
#head div.login td.spalte2 {
	text-align: right;
	padding-right: 8px;
}
#head ul#topnav {
	float: left;
	/* margin-top: 76px;
	margin-left: 5px; 
	position: relative; */
	
	position: absolute;
	top: 96px;
	left: 209px;
	/*margin-top: 96px;
	margin-left: 64px;*/
	z-index: 2;
	width: 100%;
}
#head ul#topnav li {
	float: left;
	height: 22px;
	/* margin-right: 7px; */
	background-repeat: no-repeat;
	z-index: 2;
}
#head ul#topnav a {
	display: block;
	height: 20px;
	width: 100%;
}
/* Karteireiter */
#head li.start {
	background-image: url(start.gif);
	width: 85px;
}
#head li.sortiment {
	background-image: url(sortiment.gif);
	/* width: 134px; */
	width: 158px;
}
#head li#aktiv {
	background-position: 0 -22px;
}
#head li.aktionen {
	background-image: url(aktionen.gif);
	/* width: 126px; */
	width: 178px;
}
#head li.marken {
	background-image: url(marken.gif);
	/* width: 115px; */
	width: 180px;
}
#head li.service {
	background-image: url(service.gif);
	/* width: 115px; */
	width: 176px;
}
/* Subnavigation*/
#head ul#topnav li ul {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 763px;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin: 0;
	background-position: top right;
/* alle unsichtbar*/
	display: none;
}
/* nur aktuelle Subnavi wird angezeigt*/
#head ul#topnav li ul.visible {
	/* display: block; */
	/* 2010-10-28 Subnavi nicht mehr anzeigen */
	display: none;
}
/* Startseite */
#head ul#topnav li.start ul {
	background-image: url(start_leiste.gif);
}
#head ul#topnav li.start ul a {
	color: #fff;
}
/* Sortiment */
#head ul#topnav li.sortiment ul {
	background-image: url(blau.gif);
}
/* Aktionen */
#head ul#topnav li.aktionen ul {
	background-image: url(aktionen.png);
}
#head ul#topnav li.marken ul {
	background-image: url(marken.png);
}
#head ul#topnav li.service ul {
	background-image: url(service.png);
}
#head ul#topnav li ul li {
	margin-top: 5px;
	float: left;
	width: auto;
	height: 24px;
	margin-left: 7px;
}
/* wichtig fÃŒr UE6*/
#head ul#topnav li ul li a {
	display: inline;
}
#head li#start a {
	color: #fff;
}
/* Suckerfish der topnav */
#head ul#topnav ul.suckerfish ul {
	position: absolute;
	display: none;
	top: 22px;
	left: 633px;
	width: 143px;
	padding: 0;
	border-left: 1px solid #99b6d8;
	border-right: 1px solid #99b6d8;
	border-top: 1px solid #99b6d8;
	text-align: right;
	background: #fff;
}
#head ul#topnav ul.suckerfish li:hover ul, #head ul#topnav ul.suckerfish li.hover ul {
	display: block;
}
#head ul#topnav ul.suckerfish ul li {
	width: 100%;
	height: auto;
	margin: 0;
	background: #fff;
	padding: 0;
}
#head ul#topnav ul.suckerfish ul li a {
	background-color: #d8e4f0;
	height: auto;
	padding: 3px 15px 2px 5px;
	display: block;
	width: 123px;
	margin-top: 1px;
	border-bottom: 1px solid #97b5d7;
	background-image: url(pfeil.gif);
	background-position: 135px 5px;
}
#head ul#topnav ul.suckerfish ul a:hover {
	background-color: #99b6d8;
	text-decoration: none;
}

/* uebersicht.css */

/* Übersicht: Sortiment*/
.uebersicht-sortiment #sortiment-banner {
	height: 96px;
	background: url(sortiment.jpg) top right no-repeat;
	border: 2px solid #99b6d8;
	margin: 0 0 20px 0;
}

/* hyperlinks.css */

a {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	color: #003b7f;
	cursor : pointer;
}
a.fett {
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a.email {
	background-image: url(email.gif);
	padding-left: 18px;
}
a.pfeil {
	background-image: url(pfeil-blau.gif);
	padding-left: 12px;
}
a.pfeil-klein {
	background-image: url(pfeil-blau.gif);
	padding-left: 12px;
	font-size:10px;
}
#content div.produkttabelle td.c4 a.pfeil {
	font-weight:bold;
}
a.extern {
	background-image: url(extern.png);
	padding-left: 18px;
}
a.download {
	background-image: url(download.png);
	padding-left: 18px;
}
a.pfeil-rechts {
	background-image: url(pfeil-blau.gif);
	background-position: right;
	padding-right: 12px;
}
a.pfeil-rechts-weiss {
	background-image: url(pfeil-weiss.gif);
	background-position: right;
	padding-right: 8px;
}
a.pfeil-rechts-orange {
	background-image: url(pfeil-orange-einfach.gif);
	background-position: right;
	padding-right: 8px;
	color: #ffaf00;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a.lesezeichen {
	background-image: url(lesezeichen.gif);
	padding-left: 14px;
}
a.drucken {
	background-image: url(drucken.gif);
	padding-left: 15px;
}
a.zoom {
	background-image: url(zoom.gif);
	background-position: center right;
	margin-left: 70px;
	padding-right: 65px;
	display:block;
	height:21px;
}
a.top {
	background-image: url(top.gif);
	padding-left: 13px;
}
a.weiterempfehlen {
	background-image: url(weiterempfehlen.gif);
	padding-left: 22px;
}
a.merken {
	background-image: url(merken.gif);
	padding-left: 15px;
}
a.edit {
	background-image: url(edit.gif);
	padding-left: 20px;
}
a.aktualisieren {
	font-weight: bold;
	background: url(aktualisieren.gif) no-repeat left center;
	padding-left: 18px;
}
a.map24 {
	background-image: url(../img/map24_minilogo.gif);
	padding-left: 18px;
}
/* spezieller**/
#content div.box3 li a {
	display: block;
  background-image: url(pfeil-blau.gif);
	background-position: right 7px;
	padding: 3px 12px 3px 0;
	text-align:right;
}

/* nav.css */

/* linke Spalte */
#nav {
	width: 206px;
	float: left;
	background: #fff;
}
#nav ul a {
	text-decoration: none;
}
/*Suchfeld*/
#nav form {
	background: #d2d4d7;
	margin: 4px 0;
	text-align: center;
}
#nav fieldset, #mpl fieldset {
	border: none;
}
#nav input {
	margin: 13px 0;
}
#nav input.suchfeld {
	width: 136px;
	color: #999;
	vertical-align: middle;
}
#nav input.button {
	vertical-align: middle;
	margin-left: 5px;
}
/* Navigation*/
#nav ul {
	list-style-type: none;
	width: 206px;
	text-align: right;
}
#nav li {
/* AbstÃ€nde der Hauptnavigationspunkte*/
	margin: 0 0 5px 0;
	padding: 0;
}
#nav li span {
	display: none;
}
#nav li a {
	display: block;
	height: 22px;
	padding-right: 11px;
}
#nav li li {
	position: relative;
	width: 206px;
	background: none;
	vertical-align: middle;
	margin: 0;
	z-index: 1;
}
#nav li li.erstes a {
	margin: 0;
}
#nav li li a {
	background-position: 10px 5px;
	margin: 1px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*width: 184px;*/
	background-image: url(pfeil.gif);
	background-repeat: no-repeat;
	display: block;
	height: auto;
	text-align:left;
	padding: 2px 20px 2px 22px;
}
/*Ebene 3*/
#nav li li li a {
	background-position: 195px 6px;
	/*background-image: url(pfeil-mini.gif);*/
}

#nav li li.nav-aktiv a {
	background-image: url(pfeil-bottom.gif);
	font-weight: bold;
	border: none;
}
#nav li li.nav-aktiv ul {
	border-top: 1px solid #97b5d7;
	background: #fff;
}
#nav li li.nav-aktiv ul li a {
	font-weight: normal;
	border-bottom: 1px solid #97b5d7;
	margin: 1px 0 0 0;
	padding-left:30px;
}
#nav li li.nav-aktiv ul li ul li a {
	padding-left:22px;
}
/* Produktgruppen*/
#nav li.produktgruppen a {
	background-image: url(nav-produktgruppen.gif);
}
#nav li.produktgruppen li a {
	background-image: none;
	background-color: #d8e4f0;
	border-color: #97b5d7;
}
#nav li.produktgruppen a:hover {
	background-color: #bfd2e6;
}
#nav li.produktgruppen li a.aktiv {
	background-color: #bfd2e6 !important;
}
#nav li.produktgruppen ul.suckerfish ul {
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #97b5d7;
}
/* aktive Punkte haben verschiedene Hintergrundfarben*/
#nav li.sortiment  a {
	background-image: url(nav-sortiment.gif);
}
#nav li.sortiment li a {
	background-image: url(pfeil.gif);
	background-color: #d8e4f0;
	border-color: #97b5d7;
}
#nav li.sortiment li a:hover {
	background-color: #bfd2e6;
}
#nav li.produktgruppen li.nav-aktiv a {
	background-color: #bfd2e6;
	background-image: url(pfeil-bottom.gif);
}
#nav li.produktgruppen li.nav-aktiv a:hover {
	background-color: #bfd2e6;
}
#nav li.produktgruppen li.nav-aktiv li a {
	background-color: #d8e4f0;
	background-image: url(pfeil-mini.gif);
}
#nav li.produktgruppen li.nav-aktiv li a.leer {
	background-image: none;
}
/* Aktionen*/
#nav li.aktionen a {
	background-image: url(nav-aktionen.gif);
}
#nav li.aktionen li a {
	background-image: url(pfeil.gif);
	background-color: #ffefcc;
	border-color: #ffc952;
}
#nav li.aktionen li a:hover {
	background-color: #FFDF99;
}
#nav li.aktionen ul ul {
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #ffc952;
}
/* Marken*/
#nav li.marken a {
	background-image: url(nav-marken.gif);
}
#nav li.marken li a {
	background-image: url(pfeil.gif);
	background-color: #e9f2db;
	border-color: #c0d898;
}
#nav li.marken li a:hover {
	background-color: #DBE9C5;
}
#nav li.marken ul ul {
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #c0d898;
}
/*Service*/
#nav li.service a {
	background-image: url(nav-service.gif);
}
#nav li.service li a {
	background-image: url(pfeil.gif);
	background-color: #deeef0;
	border-color: #b2d8dc;
}
#nav li.service li a:hover {
	background-color: #CBE4E7;
}
#nav li.service ul ul {
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #b2d8dc;
}
/*Suckerfish*/
#nav ul.suckerfish ul {
	display: none;
	background: #fff;
	position: absolute;
	left: 206px;
	top: -1px;
	width: 245px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	z-index: 500;
}
#nav ul.suckerfish li.hover ul, #nav ul.suckerfish li:hover ul {
	display: block;
}
#nav ul.suckerfish li.hover ul ul  , #nav ul.suckerfish li:hover ul ul {
	display: none;
	left: 244px;
}
#nav ul.suckerfish li.hover ul li:hover ul , #nav ul.suckerfish li:hover ul li.hover ul {
	display: block;
}
#nav ul.suckerfish li.hover li, #nav ul.suckerfish li:hover li {
	padding: 0;
	width: 244px;
	margin: 0 1px 0 1px;
}
#nav ul.suckerfish li.hover li a, #nav ul.suckerfish li:hover li a {
	padding-right: 25px;
	/*width: 219px;*/
	width: 196px;
	background-position: 232px 5px;
}

/* stage.css /*

/*Stage*/
#stage {
	float: left;
	background: #fff;
	margin-left: 4px;
	color: #636363;
}
/* Stage der Startseite ist breiter */
.startseite {
	width: 776px;
}
.normale-breite {
	padding-left: 16px;
	width: 760px;
}
.stageabstand {
	padding-top: 20px;
	margin: 0;
}
#stage h1 {
  font-weight: normal;
	font-size: 18px;
	margin-top: 21px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	padding-right: 220px;
	/* background: url(h1.gif) no-repeat 0 5px; */
	padding-left: 16px;
}
/* falls H1 fehlt*/
.ohne-h1 {
	width: 776px;
	padding-bottom: 20px;
	width: 760px;
	padding-left: 16px;
}
/* Abstand des Banners zum Content*/
#stage img {
  padding-bottom:20px;
}
/* Stage der Startseite */
#stage #kasten {
	border: 2px solid #ffaf00;
	height: 251px;
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 20px;
	background: url(stage.jpg) no-repeat #fff center center;
	color: #fff;
	position: relative;
}
#kasten ul {
	margin: 73px 0 0 35px;
	font-weight: bold;
	list-style-type: disc;
}
#kasten li {
	margin: 3px 0;
	font-size: 12px;
}
#kasten p {
	margin: 17px 0 0 23px;
}
#kasten #zu-den-angeboten {
	margin: 10px 0 0 23px;
	padding:0;
}
#kasten #box1 {
	left: 293px;
}
#kasten #box2 {
	left: 450px;
}
#kasten #box3 {
	left: 606px;
}
#kasten .showbox {
	position: absolute;
	bottom: 2px;
	height: 229px;
	width: 137px;
}
#kasten p.produktbild {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}
#kasten p.produktbild img {
  padding:0;
}
#kasten h5 {
	line-height: 15px;
	margin: 15px 0 0 8px;
}
#kasten p.produkttext {
	padding: 0;
	margin: 5px 0 0 8px;
}
#kasten p.preis {
	margin: 5px 0 0 8px;
	font-size: 20px;
	font-weight: bold;
}
#kasten span.euro {
  font-size: 20px;
}

/* Bestellschritte*/
#stage ul#bestellschritte {
	list-style-type: none;
	background: url(linie.gif) repeat-x 0px 20px;
	width: 540px;
	margin: 22px 0 8px 0;
	height: 40px;
	color: #606060;
}
#stage ul#bestellschritte li {
	float: left;
	margin-left: 57px;
	height: 30px;
}
#stage ul#bestellschritte li.erstes {
	margin: 0;
}
#stage ul#bestellschritte li a {
	background: url(pfeil-orange.gif) no-repeat left center;
	padding-left: 12px;
	color: #606060;
	text-decoration: underline;
}
#stage ul#bestellschritte li span {
	background: url(pfeil-orange.gif) no-repeat left center;
	padding-left: 12px;
}
#stage ul#bestellschritte li#aktiv {
	background: url(einkaufswagen-bvorgang.gif) no-repeat center bottom;
}

/* formular.css */

/* Bestellvorgang */

#content .bestellrahmen {
	border: 2px solid #99b6d8;
	padding: 2px;
	margin-top: 10px;
}
#content .bestellrahmen table {
	border-collapse: collapse;
}
#content .bestellrahmen thead {
	background: #99b6d8;
	color: #fff;
	height: 17px;
	font-size: 10px;
	text-align: left;
	padding-left: 9px;
}
#content .bestellrahmen th {
	border-right: 1px solid #fff;
	padding: 2px 5px;
}
#content .bestellrahmen tr.letzte td {
	border-bottom: none;
}
#content .bestellrahmen td {
	padding: 5px 4px 6px 9px;
	line-height: 16px;
	vertical-align: top;
	border-bottom: 1px solid #99b6d8;
}
#content .bestellrahmen th.foto {
	width: 40px;
}
#content .bestellrahmen th.bezeichnung {
	width: 270px;
}
#content .bestellrahmen th.menge {
	width: 48px;
}
#content .bestellrahmen td.menge img {
	display: block;
	margin-top: 5px;
}
#content .bestellrahmen th.epreis {
	width: 66px;
}
#content .bestellrahmen th.preis {
	border-right: none;
	width: 54px;
}
#content .bestellrahmen td.zentriert {
	text-align: center;
	padding: 9px 0 3px 0;
}
#content .bestellrahmen td input {
	width: 20px;
}

#content .bestellrahmen td p.status {
	margin: 6px 0 0 0;
}
#content .bestellrahmen td p.status img {
	margin-right: 5px;
}


#content .bestellrahmen #zwischensumme {
	text-align: right;
	margin-top: 5px;
	padding: 5px 12px;
}
#content .bestellrahmen #zwischensumme p {
	margin: 15px 0 5px 0;
}
#content .bestellrahmen #zwischensumme p strong {
	margin-left: 18px;
	font-weight: normal;
}
#content .bestellrahmen h4 {
	border-top: 1px solid #99b6d8;
	border-bottom: 1px solid #99b6d8;
	color: #fff;
	padding: 1px;
	margin: 3px 0 0 0;
}
#content .bestellrahmen h4 span {
	display: block;
	background: #99b6d8;
	padding: 3px 0 3px 7px;
}
#content .bestellrahmen td.nach {
	width: 240px;
}
#content .bestellrahmen td.nach select {
	margin-left: 8px;
}
#content .bestellrahmen td.nach option {
	padding: 1px 8px 1px 3px;
}
#content .bestellrahmen td.zustellung {
	width: 190px;
}
#content .bestellrahmen td.kosten {
	width: 55px;
	text-align: right;
}
#content .bestellrahmen td.trusted {
	width: 66px;
}
#content .bestellrahmen td.text {
	width: 166px;
}
#content .bestellrahmen td.zahlungsmittel {
	width: 186px;
}
#content .bestellrahmen td.kosten2 {
	width: 55px;
	text-align: right;
}
#content #gesamtsumme {
	background: #eef2f8;
	padding: 8px 14px;
	text-align: right;
	margin-top: 15px;
}
#content #gesamtsumme2 {
	background: #eef2f8;
	padding: 8px 14px;
	text-align: right;
}
#content #gesamtsumme strong {
	font-size: 12px;
}
#content #gesamtsumme em {
	font-style: normal;
	margin-left: 14px;
	font-size: 12px;
}
#content div.zurkasse {
	text-align: right;
	margin-top: 7px;
}
#content .bestellrahmen2 {
	padding: 0;
	border: 2px solid #99b6d8;
	margin-top: 10px;
}
#content .bestellrahmen2 h4 {
	border-bottom: 1px solid #99b6d8;
	background: #fff;
	padding: 2px 2px 1px 2px;
}
#content .bestellrahmen2 h4 span {
	display: block;
	background: #99b6d8;
	padding: 3px 0 3px 7px;
	color: #fff;
}
#content .bestellrahmen2 h4.blauerrand {
	border-top: 1px solid #99b6d8;
}

#content .videoliste {
	padding:4px;
	text-align: center;
}

#content .videoliste .teaser{
	width:196px;
	height:60px;
	margin-bottom:5px;
	font-size: 10px;
	overflow: hidden;
	float: left;
	margin: 20px;
	padding: 4px;
	border: 1px solid #99B6D8;
}

#content .videoliste .teaser a{
	font-size: 10px;
}

#content .videoliste .teaser a.preview{
	float:left;
}

#content .videoliste .teaser a.text{
	float:left;
	display:block;
	width:106px;
	margin:2px
}

#content .videoliste .teaser a.text .title{
	font-weight:bold;
}

#content .videoOverlay {
	z-index:2; /* liegt über #content #partnervideo */
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#content #partnervideo {
	z-index: 1; /* liegt unter .videoOverlay */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* Bestellangaben */
.anmeldung form#bereitskunde, .border-service form#bereitskunde {
	margin-bottom: 30px;
}
.anmeldung form#bereitskunde h4, .border-service form#bereitskunde h4 {
	margin-bottom: 20px;
}
.anmeldung form#bereitskunde label, .border-service form#bereitskunde label {
	display: block;
}
.anmeldung form#bereitskunde input, .border-service form#bereitskunde input {
	width: 250px;
}
.anmeldung form#bereitskunde input#emailadresse, .border-service form#bereitskunde input#emailadresse {
	margin-bottom: 15px;
	width: 250px;
}
.anmeldung  form#bereitskunde input.weiter-zur-bestellung, .border-service form#bereitskunde input.anmelden {
	width: auto;
}
.anmeldung form#bereitskunde input, .anmeldung form#bereitskunde label, .border-service form#bereitskunde input, .border-service form#bereitskunde label {
	margin-left: 140px;
}
.anmeldung table#neukunde, .border-service table#neukunde {
	margin: 10px 15px 10px 15px;
}
.anmeldung #neukunde td, .border-service #neukunde td {
	padding: 5px;
}
.anmeldung table#neukunde td.breite, .border-service table#neukunde td.breite {
	width: 500px;
}
.anmeldung table#neukunde input, .border-service table#neukunde input {
	vertical-align: middle;
}
.anmeldung ul, .border-service form#bereitskunde ul {
	margin-left: 140px;
	margin-top: 7px;
	margin-bottom: 33px;
	list-style-type: none;
}
.anmeldung ul li, .border-service ul li {
	margin: 4px 0 4px 20px; 
}
.border-service ul.simple
{
	list-style-image: url(spiegelstrich.gif);
}
/* Bestellangaben */
.bestellangaben h4.blauerrand {
	border-top: 1px solid #99b6d8;
}
.bestellangaben h4.abstand {
	margin: 15px 0 15px 0;
}
.bestellangaben table {
	margin: 10px 40px;
}
.bestellangaben td {
	padding: 5px 0;
	vertical-align: top;
}
.bestellangaben td.breite {
	width: 140px;
}
.bestellangaben input#vorname, .bestellangaben input#nachname, .bestellangaben input#packstationVorname, .bestellangaben input#packstationNachname {
	width: 114px;
}
.bestellangaben input#plz, .bestellangaben input#packstationPlz, .bestellangaben input#packstationPostNummer, .bestellangaben input#packstationNummer
{
  width:70px;
}
.bestellangaben input#ort, .bestellangaben input#packstationOrt
{
  width:156px;
}
.bestellangaben input#herr {
	margin-left: 10px;
	vertical-align: middle;
}
.bestellangaben input#frau {
	vertical-align: middle;
}
.bestellangaben textarea,input.breit {
	width: 235px;
}
.bestellangaben input.fehler {
	background: #fff3d9;
	width: 235px;
}
.bestellangaben span.fehler {
	color: #ff7800;
	margin-left: 4px;
}
.bestellangaben select#land {
	width: 239px;
}
.bestellangaben input#strasse {
	width: 187px;
}
.bestellangaben input#hausnummer {
	width: 40px;
}
.bestellangaben p.agb {
	/* border-bottom: 1px solid #99b6d8; */
	/* padding: 15px 15px 20px 15px; */
	margin: 5px 40px 20px 40px;
	font-size: 10px;
}
.bestellangaben p#abonnieren {
	margin: 5px 40px 20px 40px;
	font-size: 10px;
}
.bestellangaben div.abstand {
	margin: 10px 40px 10px 40px;
}
.bestellangaben div.abstand input {
	margin: 0 3px;
	vertical-align: middle;
}
.bestellangaben div.abstand input.abstand {
	margin-left: 40px;
}
.bestellangaben div.abstand input.abstandEng {
	margin-left: 20px;
}
.bestellangaben div#zahlungsarten {
	line-height: 20px;
	vertical-align: middle;
}
.bestellangaben .weiter {
	text-align: right;
	margin-top: 8px;
}
.bestellangaben td.info {
	padding-left: 5px;
}
/* pruefen */

.pruefen input {
	margin-right: 5px;
}
.pruefen small {
	font-size: 10px;
}
.pruefen table.rechts td {
	text-align: right;
}
.pruefen td.gesamtsumme {
	width: 445px;
}
.pruefen tr.endsumme {
	font-size: 12px;
	background: #eef2f8;
	border-bottom: none;
}
.pruefen p.agb {
	/* border-bottom: 1px solid #99b6d8;
	padding: 15px 15px 20px 15px;*/
	margin: 5px 40px 20px 40px;
	font-size: 10px;
}
.pruefen p.agb a {
	font-size: 10px;
}
.pruefen h5 {
	border-bottom: 1px solid #99b6d8;
	border-top: 1px solid #99b6d8;
	background: #fff;
	padding: 1px;
	margin: 0 0 5px 0;
}
.pruefen table#adressen {
	width: 100%;
	margin-bottom: 8px;
	border-collapse: collapse;
	border: none;
}
.pruefen table#adressen td {
	padding: 5px 10px 20px 10px;
	border-right: none;
}
.pruefen table#adressen td.hellblau {
	border-bottom: 1px solid #99b6d8;
	padding: 0;
}
.pruefen table#adressen td.breite {
	width: 210px;
	border-right: 1px solid #fff;
}
.pruefen table#adressen td.hellblau span {
	background: #99b6d8;
	display: block;
	padding: 1px 10px;
	margin: 1px 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.pruefen table#adressen tr.top td span {
	padding-top: 0;
	margin-top: 0;
}
.pruefen table#adressen td.aendern span {
	text-align: right;
}
.pruefen table#adressen td.aendern a {
	color: #fff;
	font-size: 12px;
}
#content table.rechts tr.zeilenhoehe td {
	padding-top: 4px !important;
	padding-bottom: 7px !important;
}
.pruefen input#ausfuehren {
	margin: 0;
}

/* Kontakt*/


.kontakt {
  margin: 0;
}
.kontakt .bestellrahmen2, .kontakt .bestellrahmen2 h4 {
	border-color: #96c7ce !important;
}
.kontakt .bestellrahmen2 h4 span {
	background-color: #96c7ce !important;
}
.kontakt .bestellrahmen2 h4.blauerrand {
	border-top: 1px solid #96c7ce;
}
.kontakt #nachricht {
  margin:20px;
  height:200px;
  width:470px;
}
.kontakt h4.blauerrand {
	border-top: 1px solid #99b6d8;
}
.kontakt h4.abstand {
	margin: 15px 0 15px 0;
}
.kontakt table {
	margin: 10px 40px;
}
.kontakt td {
	padding: 5px 0;
}
.kontakt td.breite {
	width: 140px;
}
.kontakt input#vorname, .kontakt input#nachname {
	width: 114px;
}
.kontakt input#plz
{
  width:70px;
}
.kontakt input#ort
{
  width:156px;
}
.kontakt input#herr {
	margin-left: 10px;
	vertical-align: middle;
}
.kontakt input#frau {
	vertical-align: middle;
}
.kontakt input.breit {
	width: 235px;
}
.kontakt input.fehler {
	background: #fff3d9;
	width: 235px;
}
.kontakt span.fehler {
	color: #ff7800;
	margin-left: 4px;
}
.kontakt select#land {
	width: 239px;
}
.kontakt input#strasse {
	width: 187px;
}
.kontakt input#hausnummer {
	width: 40px;
}
.kontakt p#abonnieren {
	margin: 5px 40px 20px 40px;
	font-size: 10px;
}
.kontakt div.abstand {
	margin: 10px 40px 10px 40px;
}
.kontakt div.abstand input {
	margin: 0 3px;
	vertical-align: middle;
}
.kontakt div.abstand input.abstand {
	margin-left: 40px;
}
.kontakt div#zahlungsarten {
	line-height: 20px;
	vertical-align: middle;
}
.kontakt .weiter {
	text-align: right;
	margin-top: 8px;
}
.kontakt td.info {
	padding-left: 5px;
}

/* lightbox.css */

#lightbox {
	border: 2px solid #fff;
}
#lightbox h2 {
	background: #99b6d8;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	padding: 2px 9px;
	margin-bottom: 25px;
}
#lightbox div#container {
	margin-bottom: 40px;
}
#lightbox #lightboxproduktbild {
	float: left;
	width: 100px;
	text-align: center;
}
#lightbox #lightboxprodukttext {
	float: left;
	width: 370px;
}
#lightbox #lightboxprodukttext h3 {
	margin-bottom: 5px;
}
#lightbox #lightboxprodukttext table {
}
#lightbox #lightboxprodukttext small, #lightbox #lightboxprodukttext a {
	font-size: 9px;
}
#lightbox #lightboxprodukttext table tr.gesamtpreis td {
	padding: 10px 0;
}
#lightbox ul {
	clear: both;
	margin: 0 20px 10px 20px;
	list-style-type: none;
	padding-bottom: 20px;
}
#lightbox li {
	margin: 0;
	float: left;
}
#lightbox li.abstand {
	margin-right: 30px;
}

/* thickbox.css */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  background-color:#000;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  height:100%;
  width:100%;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  text-align:left;
  top:43%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

/* sIFR-screen.css */

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/

.sIFR-active h1 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  
  font-size: 18px;
}

/* anythingslider.css */

/*
    AnythingSlider v1.4.1+ Default (base) theme

    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/******* SET DEFAULT DIMENSIONS HERE ********/
div.anythingSlider {
	width: 757px;
	height: 286px; /*245px;*/
	margin: 0 auto;
	border: none;
}

/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a {
	/* background-image: url(slider_pagemarker_active.png);
	background-repeat: no-repeat; */
	color: #000000;
}
div.anythingSlider .anythingWindow  {
	border: none;
	/*border-top: 2px solid #ffaf00;
	border-left: 2px solid #ffaf00;
	border-right: 2px solid #ffaf00;
	border-bottom: 0px none;*/
	
}
div.anythingSlider .start-stop {
	background-color: #040;
	color: #fff;
}
div.anythingSlider .start-stop.playing {
	background-color: #800;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #ddd;
}

/* Active State */
div.anythingSlider.activeSlider .anythingWindow {
	border-color: #ffaf00;
}
div.anythingSlider.activeSlider .thumbNav a.cur, div.anythingSlider.activeSlider .thumbNav a {
	/* background-color: #7C9127; */
}
div.anythingSlider .start-stop {
	background-color: #080;
	color: #fff;
}
div.anythingSlider .start-stop.playing {
	background-color: #d00;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #fff;
}

/**** DO NOT CHANGE BELOW THIS LINE ****/
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider {
	position: relative;
	/* padding: 0 45px 28px 45px; */
}

div.anythingSliderAngebote{
	position: relative;
}

/* anythingSlider base UL */
/* anythingSlider ul.anythingBase { */
#slidertop {
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 757px;
	height: 250px;
}

#sliderangebote {
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 450px;
	height: 250px;
}

ul.anythingBase li.panel {
	background: transparent;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

/* Navigation Arrows */
div.anythingSlider .arrow {
	/*top: 50%;*/
	top: 121px;
	position: absolute;
	display: block;
	z-index: 9999999;
}
div.anythingSlider .arrow a {
	display: block;
	/*margin-top: 58px;
	margin-bottom: 6px;*/
	height: 47px;
	width: 47px;
	text-align: center;
	outline: 0;
	background: url(slider_arrows-default.png) no-repeat;
	text-indent: -9999px;
}
div.anythingSlider .forward { right: 2px; }
div.anythingSlider .back { left: 2px; }
div.anythingSlider .forward a { background-position: -48px 0px; }
div.anythingSlider .back a { background-position: 0 0; }
div.anythingSlider .forward a:hover, div.anythingSlider .forward a.hover { background-position: -48px 0px; }
div.anythingSlider .back a:hover, div.anythingSlider .back a.hover { background-position: 0px 0px; }

/* Navigation Links */
div.anythingSlider .anythingControls {
	outline: 0;
	/* border: 2px solid red; */
}

div.anythingSliderAngebote .anythingControls {
	outline: 0;
	position: relative;
	top: -33px;
}

div.anythingSlider .thumbNav {
	margin: 0;
	background-image: url('slider_controls_background.gif');
	background-repeat: no-repeat;
	background-size: 100% 33px;
	padding: 4px;
	text-align: center;
	/*position: absolute;
	top: 6px;
	right: -6px;*/
	/*left: 694px;*/
}

div.anythingSlider .thumbNav li {
	display: inline;
	/* display: block; */
}
div.anythingSlider .thumbNav a {
	font-size: 11px;
	color: #ffffff;
	display: inline-block;
	/* width: 16px;
	height: 16px; */
	text-decoration: none;
	/* padding: 2px 0px; */
	/*padding: 0px:*/
	font-weight: bold;
	margin: 0 5px 0 0;
	/* background-image: url(slider_pagemarker_inactive.png);
	background-repeat: no-repeat; */
	text-align: center;
	outline: 0;
	
	/*border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;*/
	
	/*margin-left: 20px;
	margin-right: 20px;*/
	
	background: none;
	padding: 0px 17px;
	height: 25px;
}

div.anythingSlider .thumbNav a.active {
	background: url('slider_button_background.gif');
}

div.anythingSlider .thumbNav a  img {
	border: none;
}

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider.rtl .thumbNav a { float: right; } /* reverse order of nav links */
div.anythingSlider.rtl .thumbNav { float: left; }    /* move nav link group to left */
/* div.anythingSlider.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
	display: none;

	background-repeat: repeat-x;
	background-position: center top;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover { background-image: none; }

div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .thumbNav a, div.anythingSlider .arrow a, div.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}

/* Weiterleitung auf der Seite Start im Shop _home */

#fwdflashweiterleitung {
	margin-top: 100px; 
 	height:60px;
}
#fwdimgweiterleitung {
	margin-top: 50px; 
}
 #fwdwtlg {
 	position:absolute;
 	top:250px;
 	left:220px;
 	width:560px;
 	height:400px;
	vertical-align: middle;
	text-align: center;
 	background-color:#FFFFFF;
 	z-index:10;
 	display:none;
 }
 #fwdwtlgbg {
 	filter:alpha(opacity=50); /* IE */
 	-moz-opacity:0.5; /* Gecko-Browser */
 	opacity:0.5; /* Opera 9+ */
 	position:absolute;
 	top:0px;left:0px;
 	width:100%; height:100%;
 	border:1px solid #000000;
 	background-color:#000000;
 	z-index:9;
 	display:none;
 }


/* -------------- suggest list -------------------- */

#nav form.suggestinput {
	background: #d2d4d7;
	margin: 4px 0;
	text-align: left;
	padding-left: 20px;
}

div.suggestlist.closed {
	display: none;
}

div.suggestlist.open {
    z-index: 9999;
	background-color: #e5edf5;
    border: 1px solid #000000;
    display: block;
	width: 200px
}

#nav div.suggestlist.open {
	position: absolute;
	margin-left: 20px;
	margin-top: -13px;
	left: 0;
	width: 185px;
}

#content div.suggestlist.open {
	margin: 0;
	position: relative;
}

div.suggestlist ul {
	list-style-type: none;
	margin: 0;
	text-align: left;
	width: 100%;
}

#nav div.suggestlist ul {
	text-align: left;
}

div.suggestlist li {
	height: 1em; /* 2em; */
	line-height: 1em; /* 2em; */
	padding: 0 0 0 2px;
	border-width: 0; /* 1px 0 0 0; */
	border-style: solid;
	border-color: #000000;
	margin: 0;
}

div.suggestlist li:first-child{
	border-width: 0;
}

#shopInfoBanner {
	width:775px; 
	height:246px; 
	position:absolute; 
	left: 225px; 
	top: 120px; 
	z-index:9999;
}

#shopInfoBanner .innen {	
	width: 755px;
	height: 246px;
	background-image: url("/easy/_marketing/SliderBanner/shopinfo_hintergrund.jpg");
	background-repeat: no-repeat;
	border: 2px solid #ffaf00;
}

#shopInfoBanner.hidden {
	display: none;
}

#shopInfoBanner a.close {
	width: 25px;
	height: 25px;
	background-image: url('banner_schliessen.png');
	position: absolute;
	left: 745px;
	top: -15px;
}

#head a.openShopInfoBanner {
	width: 250px;
	height: 80px;
	vertical-align: bottom;
	display: inline-block;
	position: absolute;
	left: 155px;
	top: 15px;
	text-decoration: none;
	border: none;
}

#head a.openShopInfoBanner  span {
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	margin-left: 10px;
	margin-top: 65px;
}

/* ------------------------ Überschriften ohne SIFR ------------------------- */

h1.sortiment_big {
	font: bold 20pt Verdana,sans-serif;
	font-style: italic;
	background: #fff;
	color: #00499D;
	padding: 0;
	margin: 0;
	display: inline;
}

span.sortiment_micro {
	font: bold 12pt Verdana,sans-serif;
	font-style: italic;
	background-color: #99B6D8;
	color: #ffffff;
	padding: 0 0 0 5px;
	margin: 0;
	display: inline-block;
	width: 100%;
}

#stage h1.aktionen_big, h1.marken_big,  h1.service_big {
	font: bold 20pt Verdana,sans-serif;
	font-style: italic;
	padding: 0;
	display: inline;
}

#stage h1.aktionen_big {
	margin: 0 0 20px 15px;
	color: #a50302;
}

#content h1.aktionen_medium, #content h1.sortiment_medium, #content h1.marken_medium, #content h1.service_medium {
	font: bold 16pt Verdana,sans-serif;
	font-style: italic;
	padding: 0;
	margin: 0; 
	display: inline;
}

#content h1.aktionen_medium, h1.aktionen_small {
	color: #a50302;
}
h1.sortiment_big, h1.sortiment_medium, h1.sortiment_small {
	color: #00499D;
}
h1.marken_big, h1.marken_medium, h1.marken_small {
	color: #476D08;
}
h1.service_big, h1.service_medium, h1.service_small {
	color: #18616B;
}

#content h1.aktionen_small, #content h1.sortiment_small, #content h1.marken_small, #content h1.service_small {
	font: bold 16pt Verdana,sans-serif;
	font-style: italic;
	background: #fff;
	padding: 0;
	margin: 0;
}

#content div.box3 strong.sortiment_micro {
	display: block;
	background-image:url(../img/sortiment/ueberschriften/pfeil.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #99B6D8;
	font-size: 14pt;
	color: #FFFFFF;
	height: 24px;
	width: 100%;
	overflow: hidden;
}
