/*	--- MISC --- */
html, body	{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

html, body {
	height: 100.01%;
}

a {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, form, ul, ol, li, dl, dt, dd, input, select, textarea, tr, td, fieldset {
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, form, ul, ol, li, dl, dt, dd, textarea, tr, td, fieldset {
	padding: 0;
}

table {
	border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, legend {

}
h1 {
	font-size: 14px;
	margin-bottom: 12px;
}
h2, h3 {
	font-size: 12px;
}

p {
	padding-bottom: 10px;
}

img, fieldset {
	border: none;
}

ul, li {
	list-style: none;
}
input, select, textarea {
	font-size: 11px;
	color: #000;
	border: 1px solid;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

label, button, .inputBut input {
    cursor: pointer;
}
abbr, acronym {
	border-bottom: none;
}

.inv, #subnavi dfn, .pageSwitch dfn, #search legend {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: inline;
	font-size: 0;
	text-indent: -1000px;
	background: none;
	border: 0;
}

.noDisplay {
	display: none;
	visibility: hidden;
}
.justInvisible {
	visibility: hidden;
}
/* Fuer den IE - entfernt den Rahmen um dem Element */
.noBorder {
	border: none;
}

/* easy clearing */
.easyClear:after,
#topnavi:after,
#subnavi ul li a:after,
.teaser:after,
#search:after,
.dynamicRasterPage:after,
#content #serviceUebersicht ul li:after,
.boxBody:after,
#contentPic:after,
#historie #contentStart div:after,
#boxGrey:after,
#contentStart div:after,
.stepNavi ul:after,
#search #subnavi ul li > span:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.easyClear,
#topnavi,
#subnavi ul li a,
.teaser,
#search,
.dynamicRasterPage,
#content #serviceUebersicht ul li,
.boxBody,
#contentPic,
#historie #contentStart div,
#boxGrey,
#contentStart div,
.stepNavi ul,
#search #subnavi ul li > span {
	display: inline-block;
}
/*\*/
#outer, #header,
#topTeaser .outerBut,
.topTeaser .outerBut,
.easyClear,
.conditions p,
.textWithTab p,
#topnavi,
.teaser,
#search,
.dynamicRasterPage,
#content #serviceUebersicht ul li,
.boxBody,
#contentPic,
#historie #contentStart div,
#boxGrey,
#contentStart div
.stepNavi ul,
#search #subnavi ul li > span {
	display: block;
}
/* end easy clearing */

.clearMe {
	clear: both;
	font-size: 1px;
	height: 0;
	margin: 0;
	line-height: 0px;
}

/* to wrap "-" even in Mozilla */
.mW:after {
	content: " "; margin-right: -0.32em;
}
.error {
	border: 2px solid;
}
.errorMessage,
.errorHead {
	font-weight: bold;
}


/* --------------------------- ***** Allgemeine Seiten Konfiguration ***** --------------------------- */
#header, #topnavi, #footer, #colWrapper, #banner {
	width: 968px;
	margin: 0px auto; /*Moz+OP center*/
	position: relative;
}

#content {
	width: 743px;
	/*border-left: 7px solid #fff;*/
}
/* Columns Breiten */
body #leftCol {
	/*padding-top: 10px;*/
	width: 216px;
	border-right: 9px solid #fff;
	min-height: 160px;
}

.forwardLink {
	text-align: right;
	margin-top:30px;
}

button, .ctaLink, .backLink, .forwardLink a, .closeBut, .toTop {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	padding-top: 1px;
	background: 0 3px no-repeat;
	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
}
.forwardLink a {
	padding: 0 13px 0 0;
	background-position: 100% 3px;
}
.imgBut {
	font-size: 11px;
	margin-top: 16px;
	/*height: 27px;*/
	width: 180px;
	background-position: top left;
}
.imgBut span {
	text-align: center;
	/*padding-left: 18px;*/
	display: block;
}
/*button.imgBut span {
	float: left;
}*/
.strongLink { /* href mit großem Icon und bgcolor (aehnlich imgBut nur nicht als <button>) */
	display: block;
	height: auto;
	padding: 7px 0 7px 38px;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
}
.printLink {
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: 7px 0;
}
.pureIconInfo {
	text-decoration: none;
	font-weight: bold;
	padding-left: 29px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
}
#topimage, .topimage {
	border: 8px solid;
}
.submitFormLink {
	height: 18px;
	padding-top: 2px;
	text-decoration: none;
	padding-left: 15px;
}

.roundedCorners {
	position: relative;
	width: 550px;
}
.roundedCorners .topLeft {
	background: url(../img/bg_border_top_left.gif) no-repeat;
	padding-top: 7px;
	display: inline-block;
	position: relative;
}
.roundedCorners .topRight {
	background: url(../img/bg_border_top_right.gif) top right no-repeat;
	width: 7px;
	height: 7px;
	position: absolute;
	right: 0;
	top: 0;
}
.roundedCorners .bottomLeft {
	background: url(../img/bg_border_bottom_left.gif) bottom left no-repeat;
	padding-bottom: 7px;
}
.roundedCorners .bottomRight {
	background: url(../img/bg_border_bottom_right.gif) bottom right no-repeat;
	width: 7px;
	height: 7px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.roundedCorners .borderLeft {
	/*background: url(../img/bg_border_left.gif) repeat-y;*/
	border-left: 1px solid #BFBFBF;
}
.roundedCorners .borderRight {
	/*background: url(../img/bg_border_right.gif) repeat-y;*/
	border-right: 1px solid #BFBFBF;
}
/* -------------------------- ***** header ***** ---------------------------- */
body {
	background: top left repeat-x url(../img/bg_header.jpg);
}
#header {
	background: top left repeat-x;
	height: 99px;
}
#header a {
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#iHeader {
	/*padding-top: 9px;*/
}
#logo {
	float: left;
	margin-top: 40px;
}
#logo a {
	display: block;
}
/*#logo a img {
	visibility: hidden;
}*/
#headerNavi {
	float: right;
	padding-right: 3px;
}
#metaNavi {
	margin-right: 1px;
	font-weight: bold;
}
#metaNavi ul {
	float: left;
	margin-top: -3px;
}
#metaNavi li {
	padding-top: 7px;
	border-right: 1px solid;
}
#metaNavi li a {
	position: relative;
	top: 2px;
}
#metaNavi li, #footer li {
	float: left;
	padding-right: 7px;
	padding-left: 6px;
	border-left: 1px solid;
}
#metaNavi li.firstOne,  #footer li.firstOne {
	border-left: none;
	padding-left: 0;
}
#metaNavi li.firstOne {
	font-weight: normal;
}
#metaNavi li.lastOne {
	border-right: none;
	padding-right: 0;
}
#metaNavi li.activeOne {
	font-weight: normal;
}

#metaNavi .countrySelection {
	margin-left: 7px;
	margin-right: -8px;
	padding-top: 0;
	width: 57px;
	height: 27px;
	padding-left: 4px;
	background: url(../img/bg_country_selection.gif) no-repeat;
}
#metaNavi .countrySelection li {
	border: none;
	padding-left: 0;
}
#metaNavi .countrySelection li.firstOne {
	margin-left: 5px;
}

/*#actionNavi {*/
	/*margin-left: 8px;*/
	/*margin-top: 29px;*/
/*}*/
/*#actionNavi ul {*/
	/*top: 38px;*/
	/*right: 170px;*/
	/*position: absolute;*/
	/*margin-top: 2px;*/
/*}*/


/* -------------------------- ***** topnavi ***** ---------------------------- */
#topnavi {
	position: relative;
	background: no-repeat;
	font-size: 12px;
	min-height:38px;
	z-index: 100;
}
#flashAni {
	position: absolute;
	left: 0;
}
#topnavi ul {
	/*margin-left: 230px;*/
	clear: both;
}
#topnavi li {
	background: url(../img/bg_topnavi_left.gif) no-repeat;
	float: left;
	margin-right: 3px;
}
#topnavi li a {
	background: url(../img/bg_topnavi_right.gif) no-repeat right top;
	float: left;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 12px 4px 12px;
	white-space: nowrap;
}
#topnavi #extraRow {
	margin-left: 10px;
	height: 20px;
}
#topnavi #extraRow li {
	margin-bottom: 3px;
}
#topnavi #extraRow li a {
	padding-bottom: 0;
}
.noNavi {
	height: 33px;
}

/* -------------------------- ***** shoppingInfoRow ***** ---------------------------- */
#colWrapper {
	z-index: 5;
	top: -4px;
}

#shoppingInfoRow {
	background: url(../img/bg_shopping_info_row.gif) repeat-x;
	height: 65px;
	padding-top: 3px;
	clear: both;
}
#shoppingInfoRow div {
	color: #fff;
}
#shoppingInfoRow div a {
	color: #fff;
}
#shoppingInfoRow #direktBestellen {
	background: url(../img/bg_directorder.gif) no-repeat 13px 4px;
	float: left;
	padding: 9px 11px 0 46px;
	border-right: 1px solid #fff;
	height: 29px;
}
#shoppingInfoRow #direktBestellen label {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}
#shoppingInfoRow #direktBestellen #bestNrInp {
	width: 137px;
	float: left;
	padding-left: 3px;
}
#shoppingInfoRow #direktBestellen a {
	background: url(../img/bg_but_90.gif) no-repeat;
	float: left;
	width: 89px;
}
#shoppingInfoRow #headerWarenkorb {
	float: left;
}
#shoppingInfoRow #hotlineInfo {
	padding: 5px 11px;
	height: 29px;
	float: left;
	border-right: 1px solid #fff;
}
#shoppingInfoRow #hotlineInfo strong {
	float: left;
	margin-right: 13px;
}
#shoppingInfoRow #hotlineInfo strong span.telNo {
	font-size: 12px;
}
#shoppingInfoRow #hotlineInfo .tComText {
	float: left;
	margin-top: 3px;
	font-size: 9px;
}

#shoppingInfoRow #headerWarenkorb {
	padding-left: 10px;
	font-size: 12px;
}
#shoppingInfoRow #headerWarenkorb .iconWarenkorb {
	float: left;
	text-decoration: none;
	cursor: pointer;
}
#shoppingInfoRow #headerWarenkorb .iconWarenkorb img {
	margin-top: 5px;
	float: left;
}
#shoppingInfoRow #headerWarenkorb strong {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#shoppingInfoRow #headerWarenkorb p {
	float: left;
	margin-left: 8px;
	margin-top: 10px;
	font-weight: bold;
}
#shoppingInfoRow .deliveryInfo {
	margin: 6px 0;
	clear: both;
}


/* -------------------------- ***** cols ***** ---------------------------- */
#cols {
	padding-top: 10px;
}

/* subnavi */
#subnavi {
	margin-bottom: 10px;
}
#subnavi h2 {
	padding-top: 10px;
	padding-left: 12px;
	height: 21px;
	width: 100%;
	background: url(../img/bg_subnavi_head.gif) no-repeat;
}
#subnavi h2, #cols #subnavi h2 a {
	color: #fff;
}
#subnavi h2 a {
	text-decoration: none;
	color: #fff;
}

#subnavi ul li {
	border-top: 1px solid #FFF;
}

#subnavi ul li a, #subnavi ul li span {
	padding: 4px 8px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#subnavi ul {
	padding-top: 1px;
}
#subnavi ul, #subnavi .abschluss {
	background: repeat-y;
}
#subnavi ul li ul li a, #subnavi ul li ul li span {
	padding-left: 20px;
	text-transform: none;
}
#subnavi ul li {
	margin-bottom: 1px;
}
#subnavi .abschluss {
	padding-bottom: 1px;
}
#subnavi .chosenBranch {
	margin-bottom: 0px;
}



/* Teaser */
.teaser {
	margin-bottom: 20px;
	width: 216px;
	background: url(../img/bg_teaser_bottom.gif) no-repeat bottom left;
	clear: both;
}
.teaser div, .teaser p, .teaser a, .teaser input { /* F�r die font-size */

}
.teaser form {
	position: relative;
}
.teaser input {
	padding: 2px 0 2px 2px;
	margin-bottom: 5px;
	width: 111px;
}
.teaser input.submit {
	padding: 2px 13px 4px 0px;
	width: 89px;
	margin-bottom: 5px;
	background: url(../img/bg_newsletter_abo.png) no-repeat;
	border: none;
	color: #FFF;
	font-weight: bold;
	float: right;
	position: absolute;
	right: 0;
}
.teaser h3 {
	padding-top: 10px;
	padding-left: 12px;
	height: 34px;
	width: 100%;
	background: url(../img/bg_teaser_top.gif) no-repeat;
}
.teaser img {
	float: left;
	margin-right: 10px;
	padding-left: 1px;
}
.teaser img.product {
	border: 2px solid;
}
.teaser div {
	float: right;
	margin-right: 10px;
	width: 122px;
	margin-bottom: 10px;
}
.teaser div.addBox {
	float: none;
	margin: 0 10px 0 13px;
	clear: both;
	width: auto;
}
#favorite.teaser a {
	text-decoration: none;
}
.noPic div {
	width: auto;
	margin-left: 5px;
}
.teaser strong {
	display: block;
}
.teaser p {
	margin-bottom: 3px;
}
.teaser .ctaLink {
	float: right;
}
/* spezielle Teaser */
.suche {
	position: absolute;
	left: 355px;
	top: 45px;
	background: url(../img/bg_suchbox.gif) no-repeat;
	width: 344px;
	height: 40px;
}
.suche label {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	padding: 12px 0 9px 50px;
	width: 100px;
	font-weight: bold;
}
.suche input {
	position: absolute;
	top: 7px;
	left: 147px;
	border: none;
	width: 117px;
	font-size: 11px;
	padding: 5px 0 5px 5px;

}
.suche a.ctaLink {
	position: absolute;
	top: 7px;
	left: 269px;
	padding: 5px 0px 1px 7px;
	width: 68px;
	background: none;
}

/* completerResult */
#completerResult {
	position: absolute;
	width: 300px;
	padding-bottom: 30px;
	min-height: 116px;
	background-repeat: no-repeat;
	z-index: 2000;
}
#completerResult strong {
	display: inline;
}
#completerResult ul {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
	min-height: 100px;
}
#completerResult ul li {
	clear: both;
	padding-left: 5px;
}
#completerResult ul li a {
	text-decoration: none;
	float: left;
}
#completerResult ul span {
	float: left;
	width: 200px;
}
#completerResult ul span.kat {
	width: 70px;
}
#completerResult .selected {
	background-color: #999;
	float: left;
}
#completerResult .selected a,
#completerResult .selected a:hover
{

}

.direktBestellen input {
	width: 144px;
}
/* END Teaser */


/* --------- ***** content ***** ---------- */
#content {
	margin-bottom: 20px;
}

.hinweisText {
	position: absolute;
	left: 0;
	text-align: right;
}
/* Farbig hinterlegte Boxen, die Text/Formulare umschlie�en */
.box {
	/*width: 488px;*/
}
.box .header {
	padding: 10px 0 6px 10px;
}
.box .header h3 {
	font-size: 11px;
}
.box .boxBody {
	position: relative;
}
.box fieldset,
.box .fakeFieldset {
	border: 1px solid;
	background: repeat-x top left;
	padding: 10px 5px 10px 10px;
	margin-bottom: 2px;
}
.box .fakeFieldset {
	padding: 5px;
	padding-bottom: 0;
}
.box .iconInfo {
	float: left;
	margin-left: 6px;
	cursor: pointer;
}
.box .infoBlock {
	position: absolute;
	left: 500px;
	width: 210px;
	background-color: #fff;
}
.box .infoBlock img {
	float: left;
}
.box .infoBlock dd, .box .infoBlock dt {
	float: left;
	width: 175px;
	margin-left: 5px;
}
.box .infoBlock dd {
	background-color: #F0EDE8;
	padding: 2px 4px;
}

.multipleLine {

}
.box p {
	float: left;
}
.box h4 {
	clear: both;
	font-size: 1em;
	padding-bottom:5px;
}
.box label {
	float: left;
	margin-top: 1px;
	width: 182px;
}
.box .subPoint label {
	width: 162px;
	margin-left: 20px;
}
.box input {
	width: 245px;
	float: left;
	margin-right: 2px;
}
.box textarea {
	width: 245px;
	float: left;
	margin-right: 2px;
}
.raCheckboxes {
	clear: both;
	padding-bottom: 5px;
}
.raCheckboxes input, .raCheckboxes label {
	display: inline;
	float:none;
	width: auto;
}
.raCheckboxes input {
	padding: 0;
	border: none;
}
.backForward {
	float: left;
	margin-top: 5px;
	width: 100%;
}
.backForward .ctaLink {
	float: right;
}

#strasse,
#lieferStrasse {
	width: 157px;
}
#hausnr,
#lieferHausnr {
	width: 83px;
}
#plz,
#vorwahl,
#lieferPlz,
#lieferVorwahl,
#packstationPlz {
	width: 88px;
}
#lieferOrt,
#lieferTelefon,
#ort,
#telefon,
#packstationOrt {
	width: 152px;
}
.gebDatum {
	width:100%;
}
#tag, #monat {
	width: 25px;
}
#jahr {
	width: 29px;
}
.einzelCheck {
	margin: 5px 0;
	float: left;
}
.einzelCheck input {
	float: left;
	width: auto;
}
.einzelCheck label {
	width: auto;
	margin-left: 5px;
}

/* --------- ***** pageContent ***** ---------- */
#pageContent, #pageContentHome {
	clear: both;
	padding-top: 7px;
}
/*	---- F�r die administrierten D&D Seiten --- */
.layerObjekt {
	position: absolute;
	overflow: hidden;
}
.layerObjekt img {
	display: block;
}
.layerObjekt a {
	text-decoration: none;
	display: block;
}
.content #pageContent .layerObjekt a:hover, /*IE / FF */
.content #pageContentHome .layerObjekt a:hover, /*IE / FF */
.content #pageContent .layerObjekt a :hover,
.content #pageContentHome .layerObjekt a :hover {
	text-decoration: underline;
}
/* Dynamic_pages_products.inc.jsp */
.dynamicRasterPage {
	margin-bottom: 15px;
	width: 753px;
	position: relative;
	left: -7px;
}
.dynamicRasterPage .bigPic,
.dynamicRasterPage .bigPicText {
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 2px solid;
}
.dynamicRasterPage .bigPic img {
	display: block; /* for ie 2px bottom margin */
	height: 366px;
	width: 180px;
}

.dynamicRasterPage .bigPicText img {
	display: block; /* for ie 2px bottom margin */
	height: 237px;
	width: 180px;
}
.layerObjektFloat,
.layerObjektFloatTextPage {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid;
	position: relative;
}
.layerObjektFloat .onTextPage {
	border-bottom: 0;
}
.prodTextDynamicPage {
	width: 238px;
	height: 59px;
	/*line-height: 15px;*/
	background-color: #FFF;
	border-top: 1px solid;
}
/* end Dynamic_pages_products.inc.jsp */
.prodTexttrue {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100%;
	line-height: 15px;
}
.prodBg {
	height: 60px;
	width: 100%;
	/*opacity: 1;*/
	/*-moz-opacity: 1;*/
	/*filter:Alpha(opacity=100);*/
}

.prodWrapper {
	position: absolute;
	overflow: hidden;
	z-index: 100;
	margin: 6px 0px 8px 0px;
	width: 100%;
}
.prodTextfalse {
	display: none;
}
.productHeadline {
	display: block;
	margin: 0 10px;
	font-weight: bold;
	font-size: 12px;
}
.productHeadline span {
	white-space: nowrap;
	font-weight: normal;
	font-size: 11px;
}
.productShortText {
	display: block;
	margin: 0 10px;
}

#categoryDynamicPages #content .prodWrapper {
	height: 44px;
	margin: 0;
	padding: 8px 0;
}

/*e7 changes*/
#categoryDynamicPages #content .preise {
	bottom:7px;
	position:absolute;
	width:220px;
}
#categoryDynamicPages #content .preise .streichpreis {
	padding-left:100px;
}

.preise {
	display: block;
	padding-top: 2px;
	margin: 0 10px;
}
.streichpreis {
	text-decoration: line-through;
	white-space: nowrap;
	float: left;
}
.streichpreisEmpty {
	display: none;
}
.preis {
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	float: left;
	color: #e5322d;
}

/* --------- ***** pageSwitch ***** ----------
	---- Blaetternavigation oben/unten --- */
.pageSwitch {
	margin-bottom: 10px;
	clear: both;
	position: relative;
}
.pageSwitch ul {
	text-align: center;

}
.pageSwitch li {
	display: inline;
	padding-left: 5px;
	border-left: 1px solid #000;
}

.pageSwitch li.aktSeite {
	font-weight: bold;
}

.pageSwitch li.buttonWeiter, .pageSwitch li.buttonZurueck, .pageSwitch li.firstPage {
	border: none;
}
.pageSwitch .buttonZurueck .ctaLink {
	padding-left: 15px;
}

.pageSwitch .buttonWeiter {
	margin-left: 35px;
}
.pageSwitch .buttonWeiter .ctaLink {
	padding-right: 15px;
}

.pageSwitch .ctaLink {
	padding-left: 0;
	background-position: right 3px;
}
.pageSwitch .showMore {
	position: absolute;
	right: 11px;
	top: 0;

}
.pageSwitch .showPages {
	position: static;
	text-align: right;
	margin-right: 11px;
}

/* ******************************************
					Tabellen
********************************************* */
table {
	margin-bottom: 10px;
}
table th {
	text-align: left;
	padding: 4px 7px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-collapse: collapse;
}
table td {
	padding: 10px 7px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-collapse: collapse;
	vertical-align: top;
}
table td.last a {
	display: block;
}

table.noborder th,
table.noborder td {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

/* --------- ***** Verfuegbarkeits-Icons ***** ---------- */
#availIcons img,
.verfuegbarCol img
{
	/*float: left;*/
}
#availIcons span,
.verfuegbarCol span
{
	/*float: left;*/
	margin-left: 5px;
	position: relative;
	top: -9px;
}
#availIcons span {

}
.verfuegbarCol span {
	width: 115px;
	display: inline;
}
#availIcons #verfuegbar span,
.verfuegbarCol #verfuegbar span
{
	/*margin-top: 6px;*/
}
#details #availIcons #knapp img,
.verfuegbarCol #knapp img
{
	float: left;
	padding-right: 5px;
}
#details #availIcons #knapp span,
.verfuegbarCol #knapp span
{
	display: block;
	position: relative;
	top: -3px;
}
#details #availIcons #knapp span,
.verfuegbarCol #knapp span
{
	top: 5px;
}
#availIcons #vergriffen span,
.verfuegbarCol #vergriffen span
{
	/*margin-top: -2px;*/
}

#recommendation {
	float: left;
	width: 183px;
	/*height: 465px;*/
	background-repeat: no-repeat;
}
#recommendation h2 {
	font-size: 12px;
	margin: 7px 10px 5px 10px;
}
#recommendation p {
	padding-bottom: 4px;
	margin: 0 10px;
}
#recommendation ul {

}
#recommendation ul li {
	border-bottom: 1px solid;
	margin-top: 10px;
}
#recommendation ul li img {
	margin: 4px 0 5px 10px;
	border: 2px solid;
}
recommendation .prize {
	margin-bottom: 12px;
}
#recommendation a, #recommendation span {
	display: block;
}

/*.wkImgBut span,
#kontakt form .imgBut span {
	/*e7 changes*/
	/*margin-top: -9px;*/
	/*margin-top: -5px;
	padding-left: 0;
}*/

/* -------------------------- ***** footer ***** ---------------------------- */
#footer {
	margin-top: 10px;
	border-top: 1px solid;
	clear: both;
}
#footer .xpromo {
	float: left;
	margin-top: 7px;
}
#footer ul {
	float: right;
	margin-top: 8px;
	padding-bottom: 10px;
}
#footer ul a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* -------------------------- ***** contentOverview ***** ---------------------------- */
#contentOverview h2 {
	background: url(../img/content_overview_top.gif) no-repeat top left;
	text-transform: uppercase;
	height: 32px;
	color: #010101;
}
#contentOverview h2 span {
	position: relative;
	top: 8px;
	left: 10px;

}
#contentOverview h3 {
	padding: 10px 0 7px 10px;
}
#contentOverview .iContentOverview {
	background: url(../img/content_overview_bottom.gif) no-repeat bottom left;
	padding-bottom: 15px;
}
#contentOverview .iContentOverview * {
	color: #616161;
}
#contentOverview .iContentOverview div {
	float: left;
}
#contentOverview .iContentOverview a {
	margin-left: 10px;
	text-decoration: none;
}
#contentOverview .iContentOverview a:hover {
	text-decoration: underline;
}
#contentOverview .overViewCategories li {
	float: left;
	width: 185px;
	overflow: hidden;
}
#contentOverview .overViewCategories {
	width: 559px;
}

#toTop {
	text-align: right;
	padding-right: 10px;
}

#assemblylineContent {
	padding: 10px;
}
#assemblylineContent a {
	display: inline;
}
#assemblylineContent ul * {
	display: inline;
	margin-right: 0.32em;
}

/*e7 chages*/
.backForward .backLink {
	float: left;
}

/*Css for favorite teaser*/
#rahmentemplate .hTeaserDetails {
	float: left;
	width: 85px !important;
}
.hTeaserDetails p {
	margin-bottom: 3px;
	padding-bottom: 5px;
}
.hTeaserDetails span {
	float:left;
}
.hTeaserDetails a {
	color: #000;
	font-weight: bold;
}
#rahmentemplate .hTeaserImg {
	float:left;
	width:100px;
}
.hProduktName {
}
.hProduktName a {
	font-weight: bold;
}

/*e7 changes for Buttons*/

.imgBut, .wkImgBut {
	height: 30px;
	margin-top: 0px;
}
.imgBut span, .wkImgBut span{
	cursor: pointer;
	float: left;
}
.backForward .imgBut span, .backForward .wkImgBut span{
	float: left;
	margin-top: -6px;
}
#newsletter #content .imgBut span, #newsletter #content .wkImgBut span {
	padding-left: 5px;
}
#productdetail .imgBut span, #productdetail .wkImgBut span {
	margin-left: -4px;
	margin-top: -3px;
}
#warenkorbadd .imgBut span, #warenkorbadd .wkImgBut span {
	margin-top: -3px;
	margin-left: -4px;
}
#warenkorb .imgBut span, #warenkorb .wkImgBut span {
	margin-top: -3px;
	margin-left: 0px;
}
