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

html, body {
	height: 100.01%;
	background: #6A5C44;
}

.backoffice {
	background: #DCD3C6;
	height: auto;
}

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;
	text-transform: uppercase;
	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,
.teaser:after,
#search:after,
.dynamicRasterPage:after,
#iContent:after,
#footer:after,
.stepNavi ul:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.easyClear,
#topnavi,
.teaser,
#search,
.dynamicRasterPage,
#iContent,
#footer,
.stepNavi ul {
	display: inline-block;
}
/*\*/
#outer, #header,
#topTeaser .outerBut,
.topTeaser .outerBut,
.easyClear,
.conditions p,
.textWithTab p,
#topnavi,
.teaser,
#search,
.dynamicRasterPage,
#iContent,
#footer,
.stepNavi ul {
	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;
	padding: 2px 0;
}
.errorMessage,
.errorHead {
	font-weight: bold;
}


/* --------------------------- ***** Allgemeine Seiten Konfiguration ***** --------------------------- */
body {
	/*background: #d2ccc0;*/
}

#bodyWrapper {
	background: #d2ccc0 url(../img/bg_bodywrapper_default.jpg) no-repeat top center;
	width: 100%;
}

body#categoryDynamicPages #bodyWrapper {
	background-image: url(../img/bg_bodywrapper_2.jpg);
}
body#productdetail #bodyWrapper {
	background-image: url(../img/bg_bodywrapper_2.jpg);
}

#bodyWrapper2 {
	background: url(../img/bg_footer.png) repeat-x bottom;
	width: 100%;
}


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

#colWrapper {
	padding-left: 7px;
}

#iContent{
	background: #FFF;
	min-height: 250px;
}
.catalogCategory #iContent, #iContent.catDynPages {
	background: none;
}
body #allCols {
	padding-left: 3px;
}
/* Columns Breiten */
body #leftCol {
	width: 220px;
	/*position: relative;*/
	/*top: -22px;*/
}
body #content {
	width: 742px;
}
.backoffice #bsLogin #content {
    width: 968px !important;
}

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

button, .ctaLink, .backLink, .forwardLink a, .closeBut {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	background: 0 3px no-repeat;
	padding-left: 13px;
	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: 28px;
	width: 180px;
	background: url(../img/bg_button.gif) no-repeat !important;
}
.imgBut span {
	background: no-repeat right top;
	padding: 7px 36px 8px 0;
	width: 161px;
	height: 28px;
	display: block;
	color: #FFF;
	position: relative;
	top:-1px;
}
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: 5px solid;*/
}

/* -------------------------- ***** header ***** ---------------------------- */
#header {
	background: top left no-repeat;
	height: 87px;
}
#header a {
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#iHeader {
	padding-top: 9px;
}
#logo {
	float: left;
	margin-top: 9px;
	margin-left: 7px;
	position: relative;
	z-index: 9;
}
#logo a {
	display: block;
}
/*#logo a img {
	visibility: hidden;
}*/
#headerNavi {
	float:right;
	margin-top:-6px;
	padding-right:3px;
	width:475px;
}
#metaNavi {
	float: right;
	margin-right: 4px;
}
#metaNavi * {
	color: #dbd6ce;
}
#metaNavi li, #footer li {
	float: left;
	margin-left: 7px;
	padding-left: 6px;
	border-left: 1px solid;
}
#metaNavi li.firstOne,  #footer li.firstOne {
	border: none;
	margin-left: 0;
}
#metaNavi li.flag {
	border: none;
	padding-left: 0;
}

#actionNavi {
	clear: both;
	float: right;
	margin: 6px 4px 0 0;
}
#actionNavi ul {
	float: right;
	/*top: 38px;*/
	/*right: 170px;*/
	/*position: absolute;*/
	/*margin-top: 2px;*/
}
#actionNavi li {
	float: left;
	font-weight: bold;
	margin-left: 10px;
}
#actionNavi li * {
	color: #f5f2ed;
}
#actionNavi li a {
	background: url(../img/icon_link.gif) no-repeat left center;
	padding-left: 6px;
}

.headerFields {
	float: right;
	clear:both;
	padding-top: 17px;
	padding-right: 8px;
	width: 900px;
}

#headerFields .suche {
	float: right;
}

#headerWarenkorb {
	float:right;
	/*width:215px;*/
}
.backofficeHeader #headerWarenkorb {
	padding-right: 8px;
	padding-top: 17px;
}

#headerWarenkorb .iconWarenkorb img {
	float: left;
	padding-top: 5px;
}
#headerWarenkorb strong {
	float: left;
	font-weight: normal;
	text-transform: uppercase;
	padding: 8px 0px 0;
	color: #f5f2ed;
}
#headerWarenkorb p {
	/*margin-left: 34px;*/
	float:right;
	background: url(../img/bg_field.gif) no-repeat right top;
	margin-left: 5px;
}
#headerWarenkorb p span {
	display: block;
	height: 20px;
	background: url(../img/bg_field.gif) no-repeat left top;
	position: relative;
	left: -5px;
	padding: 8px 10px 0 15px;
	color: #a28557;
}
/* -------------------------- ***** topnavi ***** ---------------------------- */
#topnavi {
	background: url(../img/bg_navi.gif) no-repeat top center;
	position: relative !important;
	top: 4px;
	font-size: 12px;
	height:37px;
	clear: both;
	margin-bottom: 22px;
	width: 962px;
	clip: rect(0px,37px,962px,0px);
}

#naviShadow	{
	z-index: 1;
	position: absolute;
	left: 0px;
	top: -3px;
	margin-left: -6px;
	width: 975px;
	padding: 0px;
}

#topnavi ul, #topnavi .lastItem {	
	z-index: 2;
	position: relative;
}


#topnavi.hasJS {
	background: none;
}
#flashAni {
	position: absolute;
	left: 0;
}
#topnavi ul {
	height: 100%;
	float: left;
	background: #9b9993;
}
#topnavi.hasJS ul {
	background: none;
}
#topnavi li {
	text-transform: uppercase;
	float: left;
	margin-bottom: 4px;
	height: 100%;
	margin-right: 1px;
}
#topnavi li a {
	background: url(../img/bg_navi.gif) no-repeat center top;
	display: block;
	text-decoration: none;
	padding: 11px 23px 0;;
	height: 26px;
	color: #FFF;
}
#topnavi li.first a {
	background-position: left top;
}
#topnavi li a:hover, #topnavi li.chosen a {
	background-position: center -40px;
}
#topnavi li.first a:hover, #topnavi li.first.chosen a {
	background-position: left -40px;
}
#topnavi li.last a {
	background: url(../img/bg_navi.gif) no-repeat right top;
}
.noNavi {
	height: 33px;
}

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

/* subnavi */
#subnavi {
	margin-bottom: 10px;
	margin-right: 8px;
}
#subnavi h2 {
	margin-bottom: 8px;
	text-transform: uppercase;
	color: #71634d;
}
#subnavi h2 a {
	text-decoration: none;
	color: #71634d;
}

#subnavi ul {
	border-top: 1px solid #ded6ca;
}
#subnavi ul * {
	display: block;
	background: none;
	color: #71634d;
	text-decoration: none;
	font-size: 12px;
}
#subnavi ul li {
	border-bottom: 1px solid #ded6ca;
	padding: 1px 0;
}
#subnavi ul li a, #subnavi ul li span {
	padding: 4px 0 6px 24px;
	font-weight: bold;
}
#subnavi ul li a, #subnavi ul li span, #subnavi ul li.chosenBranch ul a {
	background: none;
}
#subnavi ul a:hover, #subnavi ul ul li a:hover {
	background: #dcd3c6;
	border-top: 1px solid #E1DCD3;
	border-bottom: 1px solid #E1DCD3;
	padding: 3px 0 5px 24px;
}
#subnavi ul li.chosenBranch a, #subnavi ul li.chosen span, #subnavi ul li.chosenBranch span {
	background: #a28557 url(../img/teaser_ornament_white.gif) no-repeat 8px 8px;
	color: #ffffff;
}
#subnavi ul li.chosenBranch ul li a {
	color: #71634d;
}
#subnavi ul li ul li.chosen a {
	background: #a28557 url(../img/teaser_ornament_white.gif) no-repeat 8px 8px;
	color: #ffffff;
}
#subnavi ul li.chosenBranch a:hover {
	border-color: #a28557;
	background-position: 8px 7px;
}
#subnavi ul ul li a:hover {
	padding: 2px 0 3px 32px;
	border-top: 1px solid #E1DCD3;
	border-bottom: 1px solid #E1DCD3;
}
#subnavi ul li.chosenBranch ul a:hover {
	border-color: #E1DCD3;
}
#subnavi ul ul li a, #subnavi ul ul li span {
	padding: 3px 0 4px 32px;
	background: none;
	font-size: 0.8em;
}
#subnavi ul li.chosenBranch ul span  {
	background-image: none;
}

/* Teaser */
.teaser {
	margin-bottom: 20px;
	/*overflow: hidden;*/
	max-width: 220px;
}
#newsletterTeaser div img	{
	width: 180px;
	border: 0px solid red;
	margin: 0px 0px 10px 0px;
}

.teaser div, .teaser p, .teaser a, .teaser input { /* F?r die font-size */

}
.teaser input {
	padding: 2px 0 2px 2px;
	margin-bottom: 5px;
}
.teaser h3 {
	background: url(../img/teaser_ornament.gif) no-repeat center left;
	padding-left: 15px;
	margin-bottom: 7px;
	color: #71634d;
}
.teaser img {
	float: left;
	margin-right: 10px;
}
.teaser img.product {
	border: 1px solid #e1dcd3;
	margin-right: 0;
}
.teaser div {
	/*float: right;*/
	background: #fff url(../img/bg_gradient_teaser.gif) repeat-x;
	float: left;
	/*width: 212px;*/
	margin-right: 8px;
	padding: 6px 15px 10px 15px;
}
.teaser div, .teaser div * {
	color: #71634d;
}
#favorite.teaser a {
	/*display: block;*/
	text-decoration: none;
	font-size: 13px;
}
#favorite.teaser a * {
	font-size:1em; 
}
#favorite.teaser p {
	/*font-size:1em; */
}
#favorite.teaser img {
	float: none;
	display: block;
}
#favorite.teaser div {
	float: none;
	display: block;
	padding: 13px 0 0;
	background: none;
}

#anyQuestions div {
	float: none;
	padding-right: 0;
}
#anyQuestions p {
	padding: 0;
}
#anyQuestions strong {
	display:block;
	font-size: 23px;
	font-weight: normal;
}
#anyQuestions span {
	color: #a28557;
}

/*.noPic div {*/
	/*width: 212px;*/
/*}*/
.teaser strong {
	display: block;
}
.teaser p {
	margin-bottom: 3px;
}
.teaser .ctaLink {
	background: url(../img/ctalink_smallbut.gif) no-repeat left center;
	display: block;
	padding: 3px 0 3px 30px;
	text-decoration: none;
}

#catalogTeaser div div {
	background: 0;
	padding: 0;
	margin: 0;
	float: left;
	width: 100px;
}

#catalogTeaser img {
	float: left;
}

/* spezielle Teaser */
#header .suche {
	background: url(../img/bg_field.gif) no-repeat left top;
	margin: 22px 40px 0 0;
	float: right;
	position: relative;
}
.suche form {
	background: url(../img/bg_field.gif) no-repeat right top;
	position: relative;
	right: -5px;
	float: left;
	padding: 3px 8px 3px 10px;
}
.suche label {
	position: absolute;
	left: 0;
	top: 0;
	height: 1.2em;
	padding: 0;
	margin: 0;
	overflow: visible;
	display: block;
	font-size: 1em;
	text-indent: 0;
	text-transform: uppercase;
	color: #F5F2ED;
	/*background: none;*/
	/*border: 0;*/

}
.suche label span {
	position: absolute;
	text-align: right;
	right: 13px;
	top: 8px;
}
.suche input {
	float: left;
	width: 170px;
	border-color: #FFF;
	margin-top: 2px;
}
.suche a.ctaLink {
	float: right;
	margin-top: 2px;
}
.suche a.ctaLink,
#leftCol .direktBestellen a {
	overflow: hidden;
	width: 0;
	height: 20px;
	padding: 0 0 0 20px;
}

/* completerResult */
#completerResult {

}

#searchButton {
	background-image: url('../img/icon_search_button_28x28.png') !important;
	background-repeat: no-repeat !important;
	width: 28px !important;
	height: 28px !important;
	margin-left: -5px !important;
}


.teaser #completerResult {
	position: absolute;
	margin-left: -8px;
	margin-top: 5px;
	width: 250px;
	padding: 0;
	padding-bottom: 30px;
	background-image: none;
	background-repeat: no-repeat;
	z-index: 2000;
}
#completerResult strong {
	display: inline;
}
#completerResult ul {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
}
#completerResult ul li {
	clear: both;
	padding-left: 5px;
}
#completerResult ul li a {
	text-decoration: none;
	float: left;
}
#completerResult ul span {
	float: left;
	width: 150px;
}
#completerResult ul span.kat {
	width: 70px;
}
#completerResult .selected {
	background-color: #999;
	float: left;
}
#completerResult .selected a,
#completerResult .selected a:hover
{
	color: #fff;
}

.direktBestellen form {
	background: url(../img/bg_field.gif) no-repeat left top;
	padding: 0 0 0 5px;
	margin-right: 13px;
}
.direktBestellen div {
	float: none;
	background: url(../img/bg_field.gif) no-repeat right top;
	margin-right: 0;
	position: relative;
	right: -5px;
	padding: 4px 0 4px;
}
.direktBestellen input {
	width: 168px;
	float: left;
	border-color: #FFF;
}
/* END Teaser */


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

.hinweisText {
	text-align: right;
	padding-bottom: 7px;
}
.hinweisText, .hinweisText * {
	color: #f5f2ed;
}
/* Farbig hinterlegte Boxen, die Text/Formulare umschlie?en */
.box {
	/*width: 488px;*/
}
.box .header {
	padding: 5px 0 4px 8px;
	/*color:*/
}
.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;
	margin-top: 4px;
	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;
}
.box .infoBlock dt {
	margin-left: 5px;
}
.box .infoBlock dd {
	background-color: #F0EDE8;
	padding: 2px 4px;
	margin-top: 6px;
}

.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;
}
#warenkorb .box input {
	width: auto;
	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;
	margin-bottom: 15px;
	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;
}

.prodTexttrue {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100%;
	line-height: 15px;
}

.prodTexttrue .preis {
	font-weight: bold;
}
.prodBg {
	height: 60px;
	width: 100%;
	opacity: 1;
	filter:Alpha(opacity=100);
}

.layerObjekt .prodWrapper {
	position: absolute;
	overflow: hidden;
	z-index: 100;
	margin: 8px 0px;
	width: 100%;
}
.layerObjekt .prodTextfalse {
	display: none;
}
.layerObjekt .productHeadline {
	display: block;
	margin: 0 10px;
}
.layerObjekt .productHeadline span {
	white-space: nowrap;
}
.layerObjekt .productShortText {
	display: block;
	margin: 0 10px;
}
.layerObjekt .prodTexttrue .preise {
	display: block;
	padding-top: 2px;
	margin: 0 10px;
}
.layerObjekt .prodTexttrue .streichpreis {
	text-decoration: line-through;
	white-space: nowrap;
	float: left;
	margin-right: 30px;
}
.layerObjekt .prodTexttrue .streichpreisEmpty {
	display: none;
}
.layerObjekt .prodTexttrue .preis {
	font-size: 1.5em;
	font-weight: bold;
	white-space: nowrap;
	float: left;
}


/* Dynamic_pages_products.inc.jsp */

.dynamicRasterPage * {
	color: #71634d;
}

.dynamicRasterPage h1, #suchergebnis h1 {
	margin: 0 0 0 8px;
	padding: 13px 0 13px 16px;
	background: url(../img/teaser_ornament.gif) no-repeat left center;
}

.dynamicRasterPage h1 span, #suchergebnis h1 * {
	color: #a28557;
}

#recommendation {
	clear:both;
	border-top-style: solid;
	border-top-width: 2px;
	float: none;
	width: auto;
}

#recommendation dl {
	padding: 0 0 0 16px;
	margin: 13px 0 21px 8px;
	background: url(../img/teaser_ornament.gif) no-repeat left center;
}
.dynamicRasterPage li, #recommendation li, #resultList li {
	float: left;
}
.dynamicRasterPage li .iItem, #resultList li .iItem, #recommendation li {
	padding: 0 16px 0 8px;
	margin-bottom: 24px;
	width: 346px;
	height: 152px;
	overflow: hidden;
	position: relative;
}
.dynamicRasterPage li.hasJs .iItem, #resultList li.hasJs .iItem, #recommendation.hasJs li {
	cursor: pointer;
}
.dynamicRasterPage ul {
	background: #FFF;
	margin-bottom: 28px;
	float: left;
}
.dynamicRasterPage li {
	border-color: #F4F0EB;
	background: #FFF;
}
.dynamicRasterPage li h3, #resultList li h3, #recommendation li h3 {
	font-size: 13px;
	padding-bottom: 8px;
}
.dynamicRasterPage li h3 span, #resultList li h3 span, #recommendation li h3 span {
	font-size: 11px;
	display: block;
	font-weight: normal;
	padding-top: 3px;
	color: #a28557;
}
.dynamicRasterPage li *, #resultList li *, #recommendation li * {
	text-decoration: none;
}
.dynamicRasterPage li p, #resultList li p, #recommendation li p {
	padding-bottom: 0;
}
.dynamicRasterPage li .imgContainer, #resultList li .imgContainer, #recommendation li img {
	float: left;
	margin-right: 16px;
	border: 1px solid #d0c2ab;
}
.dynamicRasterPage li .imgContainer, #resultList li .imgContainer {
	overflow: hidden;
	width: 150px;
	height: 150px;
}
.dynamicRasterPage li .imgContainer *, #resultList li .imgContainer * {
	display: block;
	height: 100%;
}
.dynamicRasterPage li .outerDesc *, #resultList li .outerDesc *, #recommendation li .outerDesc * {
	display: inline;
}
.dynamicRasterPage li .prices, #resultList li .prices , #recommendation li .cspPrice {
	font-size: 13px;
	position: absolute;
	bottom: 0;
	left: 176px;
	right: 16px;
	padding-top: 11px;
	background: #FFF;
}
.dynamicRasterPage li .prices .iPrices, #resultList li .prices .iPrices, #recommendation li .cspPrice strong {
	display: block;
	background: #e1dcd3;
	padding-left: 8px;
}
.dynamicRasterPage li .prices .iPrices span {
	font-size: 11px;
	color: #a28557;
	text-decoration: line-through;
}
.dynamicRasterPage li.itemEven, .dynamicRasterPage li.itemOdd {
}
.dynamicRasterPage li.itemOdd {
	border-right-style: solid;
	border-right-width: 2px;
}
.dynamicRasterPage li.itemEven {
	border-right: 0;
}
.dynamicRasterPage li.itemEven .iItem, .dynamicRasterPage li.itemOdd .iItem {
}
.dynamicRasterPage li.itemSpecial {
	border-width: 2px;
	border-style: solid;
	border-top: 0;
}
.dynamicRasterPage li.itemSpecial .iItem {
	padding: 0 8px 0 8px;
	width: 230px;
	height: 416px;
	margin-bottom: 0;
}
.dynamicRasterPage .firstPage li.item0,
.dynamicRasterPage .firstPage li.item2 {
	border-left: 0;
	border-right: 0;
}
.dynamicRasterPage li.itemSpecial .imgContainer {
	overflow: hidden;
	width: 228px;
	height: 228px;
	margin-bottom: 5px;
}
.dynamicRasterPage li.itemSpecial .prices {
	left: 8px;
	right: 8px;
	padding-top: 21px;
	padding-bottom: 16px;
}
.dynamicRasterPage li.itemStart, #resultList li.itemStart {
	padding-top: 24px;
}
.dynamicRasterPage li.itemSpecial .prices strong {
	font-size: 17px;
}
.dynamicRasterPage .firstPage li.item3 {
	clear: both;
}

#resultList li .iItem {
	width: 716px;
}

.catDynPages #pageContentHome, .catalogCategory #pageContentHome {
	margin: 2px 0;
}

.descWrapper {
	height: 115px;
}


/* --------- ***** pageSwitch ***** ----------
	---- Blaetternavigation oben/unten --- */
.pageSwitch {
	padding: 7px 0;
	clear: both;
	text-align: center;
	background: #f4f0eb;
	position: relative;
}
.pageSwitch ul {
	display: inline;
	position: relative;
}
.pageSwitch * {
	color: #574b38;
}
.pageSwitch ul a {
	text-decoration: underline;
}
.pageSwitch ul a:hover {
	text-decoration: none;
}
.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 li.buttonWeiter, .pageSwitch li.buttonZurueck {
	position: absolute;
	padding: 0;
	width: 85px;
	top: 0;
}
.pageSwitch li.buttonWeiter *, .pageSwitch li.buttonZurueck * {
	font-weight: normal;
}
.pageSwitch .buttonZurueck {
	left: -107px;;
	text-align: right;
}
.pageSwitch .buttonZurueck * {
	background: url(../img/icon_backlink.gif) no-repeat center left;
}

.pageSwitch .buttonWeiter {
	right: -107px;
	text-align: left;
}
.pageSwitch .ctaLink {
	padding-left: 0;
	padding-right: 13px;
	background-position: right 3px;
}
.pageSwitch .showMore {
	position: absolute;
	right: 16px;
	top: 7px;
}
.pageSwitch .showPages {
	position: static;
	text-align: right;
	padding-right: 16px;
}
/* ******************************************
					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;
	margin-right: 8px;
}
#availIcons span,
.verfuegbarCol span
{
	display: block;
	padding: 0 0 0 24px;
}

/* -------------------------- ***** footer ***** ---------------------------- */
#footer {
	margin-top: 4px;
	border-top: 1px solid #433927;
	clear: both;
	width: 961px;
}
#footer .iFooter {
	border-top: 1px solid;
}
#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;
}

/* -------------------------- ***** magicZoom ***** ---------------------------- */

/* CSS class for zoomed area */
#content .MagicZoomBigImageCont {
	border: 1px solid #e1dcd3;
	margin: 0;
}
#content .MagicZoomBigImageCont div {
	margin: 0;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	text-align:  center;
	font-weight: bold;
	color: #FFF;
	background: #e1dcd3;
}

/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #e1dcd3;
	background: 	#ffffff;
	cursor:			pointer;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none;
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
}

.MagicZoomBigImageBox {
	background: 	#ffffff;
	border: 3px solid #FF00FF;
	position: relative;
	top: 300px;
	left: 308px;
	height: 300px;
	width: 300px;
}

#toTop {
	text-align: right;
}
#toTop * {
	color: #71634D;
}
#toTop.dynRasterPages {
	position: absolute;
	bottom: 27px;
	right: 20px;
}
#toTop.showAllPages {
	position: static;
	padding: 7px 16px 7px;
	background-color: #F4F0EB;
}

.dynPagesImage
{
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	height:176px;
	width:176px;
}

.catCategoryImage
{
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}

.discGutscheinWrapper
{
	padding:10px;
	background: none repeat scroll 0 0 #FFFFFF;
}

.discOrderConfirmBannerWrapper
{
	padding:10px;
	background: none repeat scroll 0 0 #FFFFFF;
}

.discGutschein
{
	z-index:1;
	width:717px;
	height: 160px;
	background: no-repeat #FFFFFF;
}

#feefopanel2 .comm-table td , #feefopanel2 .comm-table th, #feefopanel2 .panelborder, #feefopanel2 table td {
	border-left: 0 none !important; 
	border-right: 0 none !important;
}

#feefologo {
	z-index: 99;
}
 
#feefopage {
	background-color: transparent !important;
}

#feefopanel2 .comm-table th {
	color: #000 !important;
}

/****************************/
/*    AJAX INFO LAYER       */
/****************************/
#ajaxInfoLayer {
	z-index: -103;
	display: block;
	width: 310px;
	height: 120px;
	border: 1px solid #bd1d37;
	background-color: #ffffff;
	position: absolute;
	top: 130px;
	left: 420px;
}

#ajaxInfoLayer div span {
	display: block;
	width: 310px;
	height: 120px;
	color: #7a7a78;
	padding-top: 38px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

#naviAjaxWarenkorbLayer {
	z-index: -103;
	display: block;
	width: 261px;
	height: 250px;
	background-color: rgba(0,0,0,0.85);
	position: absolute;
	top: -19px;
	right: 11px;
}

.addedToShoppingCartWrapper {
	position: relative;
}

.addedToShoppingCartText {
	display: block;
	color: #fafafc;
	padding: 20px;
	font-weight: bold;
	font-size: 12px;
}

.addedToShoppingCartImage {
	display: block;
	width: 36px;
	height: 35px;
	position: absolute;
	right: 25px;
	top: 15px;
}

.addedToShoppingCartLine {
	display: block;
	width: 221px;
	height: 1px;
	position: absolute;
	right: 20px;
	top: 55px;
}

#addedToShoppingCartDetails {
	display: block;
	width: 221px;
	height: 100px;
	position: absolute;
	right: 20px;
	top: 65px;
}

.addedToCartSuccessImage {
	display: block;
	width: 60px;
	height: 60px;
}

.addedToCartSuccessDetails {
	display: block;
	color: #fafafc;
	font-size: 12px;
	width: 161px;
}

.addedToCartSuccessDetails span {
	display: block;
	color: #fafafc;
	font-size: 12px;
	width: 161px;
	margin-bottom: 5px;
}

#pageloadWhiteLayer {
	width: 100%;
	min-height: 100%;
	height: 150%;
	position: absolute;
	top: -50px;
	left: 0px;
	z-index: -99;
	background-color: #ffffff;
}

/****************************/
/*    END AJAX INFO LAYER   */
/****************************/

/*#############################*/
/* my account */
/*#############################*/

#formPageWrapper {
	padding: 0px 10px;
}

.orderHistoryHeadline,
#formHeaderHeadline {
	background: url("../img/teaser_ornament.gif") no-repeat scroll left center transparent;
    margin: 0 0 0 8px;
    padding: 13px 0 13px 16px;    
    font-size: 14px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #71634D;
}

.formHeaderError {
	display: none;
    padding-bottom: 10px;
}

.formHeaderError.showError {
	display: block;
	font-weight: bold;
	width: 488px;
}

.formHeaderError.showError span {
	color: #E0001A;
}

#formHeaderContentRight {
	width: 25%;
	float: left;
}

#tooltipWrapper {
	width: 100%;
	margin: 25px 0px 0 17px;
	border:1px solid #7a7a78;
	padding: 10px;
	background-color: #f6f5f3;
	display: none;
	overflow: visible;
}

#tooltipWrapperTwo {
	width: 100%;
	margin: 25px 0px 0 17px;
	border:1px solid #7a7a78;
	padding: 10px;
	background-color: #f6f5f3;
	display: none;
	overflow: visible;
}

#formHeader {
	/*border:1px solid #7a7a78;	
	margin: 15px 0 0 0;
	padding: 4px 20px;
	height: 20px;
	*/
	padding: 5px 0 4px 10px;
	font-size: 11px;
	background-color: #aaa08d;
}

#formHeaderContent {
	font-weight: bold;
	color: #ffffff;
}

#formHeaderTooltip {
	cursor: help;
	background-image: url(../img/icon_info_white_20x20.gif);
	height: 20px;
	width: 20px;
	display: block;
}

#formHeaderTooltipTwo {
	cursor: help;
	background-image: url(../img/icon_info_white_20x20.gif);
	height: 20px;
	width: 20px;
	display: block;
}

#formContent {
	margin: -1px 0 10px 0;
	border: 1px solid #D6D2CB;
 	padding: 14px 10px;
	background-color: #fcfcfa;
	background-image: url("../img/bg_fieldset.jpg");
	background-repeat:repeat-x;
}

#formContent .formElementWrapper {
	float: none!important;
	width: 520px;	
}

.passwordChecker {
    background-color: #FFFFFF;
    border: 1px solid #7A7A78;
    float: right;
    margin-right: 46px;
    padding: 5px 6px;
}

#passwordCheckerHeader {
    text-align: center;
}

#passwordCheckerHeader span {
    font-size: 8pt;
    font-weight: bold;
}

#passwordCheckerStars {
    margin: 5px 0 0;
    width: 100px;
}

.passwordCheckerStar {
    background-image: url("../../master/img/star_white_20x20.gif");
    display: block;
    float: right;
    height: 20px;
    margin: 0;
    width: 20px;
}

#formContentWithPasswordChecker {
	margin: -1px 0 10px 0;
	border: 1px solid #D6D2CB;
 	padding: 14px 10px;
	background-color: #fcfcfa;
	background-image: url("../img/bg_fieldset.jpg");
	background-repeat:repeat-x;
}
.formRightCol {
	float:left;
	/* margin: 5px 10px 0 0px;
	*/
}

.formLabel {
    float: left;
    margin-top: 4px;
    width: 182px;
}

.formElement {
    margin: 8px 0 6px 0;
}

#formLinks {
    margin-top: 20px;
}

.formSubmitButton {
    float: left;
    margin: 25px 0 20px 0;
}

.formButtonShadow {
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    background-color: #F6F5F3;
    border: 1px solid #7A7A78;
    color: #000000;
    cursor: pointer;
    padding: 4px 6px;
    text-decoration: none;
}

.formButtonShadowInner {
    font-size: 8pt;
    font-weight: bold;
}

.formLink {
    margin: 8px 0 !important;
}

.myAccountLinkBox {
	margin: 0 0 15px 15px;
	border:1px solid #7a7a78;
	cursor: pointer;
	padding: 4px 6px;
}

.myAccountLinkBoxIcon {
}

.accountLinkBoxIcon img {
	display: block;
	float: left;
	height: 62px;
	width: 63px;
	margin: 4px 15px 0 6px;
}

.myAccountLinkBoxText {
	display: block;
	float: left;
	margin: 26px 0 0 0;
}

.buttonShadow {
	display: block;
	height: 70px;
	margin: 20px 15px 0 15px;
	border: 1px solid #7a7a78;
	cursor: pointer;
	padding: 4px 6px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	text-decoration: none;
	background-color: #f6f5f3;
	color: #000000;
}

.buttonShadow:hover {
	box-shadow: 0 0 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.4);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
	text-decoration: none !important;
	background-color: #ffffff;
	color: #000000 !important;
}

.buttonShadowInner {
  font-weight: bold;
  font-size: 11pt;
}

.formNewsletterCheckbox {
	margin: 10px 0 6px 0px;
	float: left;
}

.formNewsletterCheckboxLabel {
	margin: 10px 0 6px 15px;
	float: left;
}

.formCheckbox {
}

.iconInfoTooltip {
	background-image: url("../img/icon_info.gif");
	background-position: 6px 3px;
	background-repeat: no-repeat;
	width: 30px;
	height: 19px;
}

.iconInfoTooltipSpacer {
	width: 30px;
	height: 19px;
}

.iconInfoTooltipText {
	background-image: url("../img/icon_info.gif");
	background-repeat: no-repeat;
    position: absolute;
    margin-top: 3px;
	left: 770px;
    width: 195px;
	height: 19px;
	display: inline-block;
}

.iconInfoTooltipText dt {
	margin: 0px 0px 0px 30px;
}

.iconInfoTooltipText dd {
	background-color: #F0EDE8;
	padding: 2px 4px;
	margin: 0px 0px 0px 30px;
}

.iconInfoTooltipText dl	{
}

.left {
	float: left;
}

.right {
	float: right;
}

.wkelement {
	float: left;	
}

.formHeaderContentLeft form {
	width: 528px;
}

.header-my-account {
	margin-right: 40px;	
}

.wkelement .iconWarenkorb img {
	display: block;
	float: left;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

.wkelement .iconWarenkorb strong {
	display: block;
	float: left;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

.header-my-account .iconWarenkorb strong {
	display: block;
	float: left;
	padding-top: 3px !important;
	padding-bottom: 5px !important;
}

.wkelement a {
	display: block;	
	text-align: center;
}

.wkelement a strong {
	float: none!important;
}

.orderHistoryWrapper {
	background-color: #ffffff;	
	clear: both;
	padding: 10px;
}

.orderHistoryIntro {
    margin: 5px 0 15px;
}

.orderHistoryHeadline span {
    color: #AA9F8D;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.orderHistoryBox {
    width: 100%;
}

.orderHistoryBoxHeader {
    background-color: #AAA08D;
}

.orderHistoryBoxHeader span {
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0 5px 10px;
}

.orderHistoryBoxBodyBackground {
    background-color: #FCFCFA;
    background-image: url("../img/bg_direktbest.gif");
    background-repeat: repeat-x;
    border: 1px solid #AAA08D;
}

.orderHistorySelect {
    margin: 15px;
    min-width: 200px;
    padding: 3px;
}

.orderHistoryBoxMultiFour {
    margin-top: 50px;
    width: 180px;
}

.orderHistoryBoxMultiFourHeader {
    background-color: #AAA08D;
    border-right: 1px solid #F9F8F7;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0 5px 10px;
}

.orderHistoryBoxBody {
    background-color: #FCFCFA;
    background-image: url("../img/bg_direktbest.gif");
    background-repeat: repeat-x;
    border: 1px solid #AAA08D;
}

.orderHistoryBoxBody span {
    display: block;
    padding: 5px 5px 5px 10px;
}
.clear {
    clear: both;
}
.orderHistorySpacer {
    height: 30px;
}



.orderRechnungsanschriftBox {
    width: 206px !important;
}

.orderLieferanschriftBox {
    margin-left: 15px;
    margin-right: 15px;
    width: 205px !important;
}

.orderHistoryBoxMinHeight {
    min-height: 9em;
    padding: 1em;
}

.orderStatusHistoryBox {
    width: 280px !important;
}

.orderHistoryBoxBodyBackgroundShort {
    background-color: #FCFCFA;
    background-image: url("../img/bg_direktbest.gif");
    background-repeat: repeat-x;
    border: 1px solid #AAA08D;
}

.orderHistorySubHeadline {
    margin-bottom: 5px;
}

.orderHistoryBestellnummer {
    border-right: 1px solid #F9F8F7;
    width: 105px;
}

.orderHistoryBoxBodySix {
    border-right: 0 none;
    padding-bottom: 1em !important;
    padding-top: 1em !important;
}

.orderHistoryBezeichnung {
    border-right: 1px solid #F9F8F7;
    width: 247px;
}

.orderHistoryEinzelpreis {
    border-right: 1px solid #F9F8F7;
    width: 80px;
}

.orderHistoryMenge {
    border-right: 1px solid #F9F8F7;
    width: 55px;
}

.orderHistoryGesamtpreis {
    border-right: 1px solid #F9F8F7;
    width: 90px;
}

.orderHistoryStatus {
    width: 140px;
}

.orderHistoryBoxBodyThree {
    width: 240px !important;
}

.orderHistoryBoxBodyThree .orderHistoryBoxHeader {
	 border-right: 1px solid #ffffff;	
}

.orderHistoryBoxMultiFourLast {
	width: 182px;	
}

.pdfIconSpan {
    background-image: url("../../master/img/pdf_icon_16x16.gif");
    background-position: 82px 0;
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    padding-right: 40px;
    vertical-align: bottom;
    width: 90%;
}

.trackAndTraceIconSpan {
    background-image: url("../../master/img/track_and_trace_16x16.png");
    background-position: 132px 0;
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    padding-right: 40px;
    vertical-align: bottom;
    width: 90%;
}

.orderHistoryBoxBodySix span {
    display: block;
    overflow: hidden;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.orderHistoryBoxRightBorder {
	border-right: 1px solid #AAA08D !important;
}

.orderHistoryBoxBodyThreeLast {
	border-right: 1px solid #AAA08D !important;
}

.pdfSpacerSpan {
    display: block;
    height: 16px;
    width: 90%;
}

.trackAndTraceSpacerSpan {
    display: block;
    height: 16px;
    width: 90%;
}
/* Konto loeschen */
#deleteAccountConfirmationLayer {
	background-color: rgba(0, 0, 0, 0.85);
    display: block;
    height: 37px;
    left: 6px;
    position: absolute;
    top: -55px;
    width: 962px;
    z-index: -19129;
}

#deleteAccountConfirmationLayerText {
    color: #FAFAFC;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 11px;
}

#deleteAccountConfirmationLayerText a {
    margin-left: 20px;
}

.naviButtonShadow {
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    background-color: #F6F5F3;
    border: 1px solid #7A7A78;
    color: #8E8E8E;
    cursor: pointer;
    padding: 4px 6px;
    text-decoration: none;
}

.formElement input {
    padding: 2px;
    width: 240px;
}

.hidden {
      display:none;
}

.formInput select.showError,
.formInput input.showError,
.formInput.showError input {
	border: 2px solid #E0001A;
}

.formLabel label span span {
    color: #AA9F8D;
}

/*#############################*/
/* MEHRERE GUTSCHEIN CODES     */
/*#############################*/

.mehrereGutscheinCodesButton {
	background-image: url("../img/mehrere_gutscheincodes_icon_16x16.png");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.mehrereGutscheinCodesSpacer {
	width: 16px;
	height: 16px;
}

/*#############################*/
/* END MEHRERE GUTSCHEIN CODES */
/*#############################*/

/* Mein Konto */
.formError {
	float: left;
	margin-left: 182px;
	width: 240px;
	color: #E0001A;
	font-weight: bold;
	display: none;
	text-align: left;
}

.formError.showError {
	display: block;
}

.formInput.showError select {
	border: 2px solid #E0001A;
}
