/*	--- 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;
	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;
}
/* Fuer den IE - entfernt den Rahmen um dem Element */
.noBorder {
	border: none;
}

/* easy clearing */
.easyClear:after,
#topnavi:after,
.teaser:after,
#search:after,
.dynamicRasterPage:after{
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.easyClear,
#topnavi,
.teaser,
#search,
.dynamicRasterPage {
	display: inline-block;
}
/*\*/
#outer, #header,
#topTeaser .outerBut,
.topTeaser .outerBut,
.easyClear,
.conditions p,
.textWithTab p,
#topnavi,
.teaser,
#search,
.dynamicRasterPage {
	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 {
	width: 968px;
	margin: 0px auto; /*Moz+OP center*/
	position: relative;
}

#content {
	width: 742px;
}
/* Columns Breiten */
body #leftCol {
	width: 205px;
	padding-left: 5px;
	border-right: 12px solid #fff;
}

.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: 15px;
	height: 28px;
	width: 180px;
	background-position: top left;
}
.imgBut span {
	text-align: center;
	padding-left: 18px;
	display: block;
}
.pureIconInfo {
	text-decoration: none;
	font-weight: bold;
	padding-left: 29px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	background-image: url(../img/icon_info.gif);
}
#topimage, .topimage {
	border: 5px solid;
}
.printLink {
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: 7px 0;
}
.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;
}

/* -------------------------- ***** 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;
}
#logo a {
	display: block;
}
/*#logo a img {
	visibility: hidden;
}*/
#headerNavi {
	float: right;
	padding-right: 3px;
}
#metaNavi {
	margin-right: 1px;
}
#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 {
	margin-left: 8px;
	margin-top: 29px;
}
#actionNavi ul {
	top: 66px;
	right: 250px;
	position: absolute;
	margin-top: 2px;
	width: 245px;
}
.backofficeHeader #actionNavi ul {
	top: 57px;
}
#actionNavi ul li {
	float: left;
	margin-right: 5px;
	border-left: 1px solid;
	padding-left: 5px;
}
#actionNavi ul li.first {
	border-left: none;
}

#actionNavi #headerWarenkorb {
	position: absolute;
	right: 4px;
	bottom: -1px;
	width: 245px;
}
.backofficeHeader #actionNavi #headerWarenkorb {
	bottom: 4px;
}

#actionNavi #headerWarenkorb .iconWarenkorb {
	float: left;
}
#actionNavi #headerWarenkorb .iconWarenkorb span {
	width: 29px;
	height: 28px;
	float: left;
}
#actionNavi #headerWarenkorb .iconWarenkorb img {
	padding-top: 6px;
	padding-left: 6px;
	float: left;
}
#actionNavi #headerWarenkorb strong {
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}
#actionNavi #headerWarenkorb p {
	margin-left: 113px;
	padding-top: 8px;
	padding-bottom: 0;
}

#actionNavi #headerServiceMyKonto,
#actionNavi #headerMyKonto {
	position: absolute;
	right: 2px;
	bottom: 29px;
	width: 245px;
}
#actionNavi #headerServiceMyKonto {
	bottom: 26px;
	right: 4px;	
}
#actionNavi #headerServiceMyKonto .iconMyKonto,
#actionNavi #headerMyKonto .iconMyKonto {
	float: left;
}
#actionNavi #headerServiceMyKonto .iconMyKonto span,
#actionNavi #headerMyKonto .iconMyKonto span {
	width: 29px;
	height: 28px;
	float: left;
}
#actionNavi #headerServiceMyKonto strong,
#actionNavi #headerMyKonto strong {
	float: left;
	display: block;
	line-height: 20px;
	margin-top: 5px;
	margin-left: 10px;
	padding-right: 20px;
	border-right: 1px solid #8b9191;
}
#actionNavi #headerServiceMyKonto p,
#actionNavi #headerMyKonto p {
	margin-left: 113px;
	padding-top: 8px;
	padding-bottom: 0;
	text-align: center;
}
/* -------------------------- ***** topnavi ***** ---------------------------- */
#topnavi {
	position: relative;
	background: no-repeat;
	font-size: 12px;
	min-height:40px;
}
#flashAni {
	position: absolute;
	left: 0;
}
#topnavi ul {
	margin-left: 230px;
}
#topnavi li {
	text-transform: uppercase;
	float: left;
	margin-bottom: 4px;
}
#topnavi li a {
	float: left;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 14px 6px 14px;
}
.noNavi {
	height: 33px;
}

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

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

div#subnavi ul li a, #subnavi .chosen span{
	background-image:url("../img/bg_subnavi_trennlinie.gif");
	background-position: left top;
	background-repeat:no-repeat;
	display:block;
	font-weight:bold;
	padding:4px 8px;
	text-decoration:none;
	text-transform:uppercase;
}

#subnavi .chosen .chosenBranch {
	background-image:none !important;
	background: repeat-y;
	padding-bottom: 0px;
}

div#subnavi ul li a:hover {
	display:block;
	background-image:url("../img/bg_subnavi_back.gif");
	font-weight:bold;
	padding:4px 8px;
	text-decoration:none;
	text-transform:uppercase;
}

div.abschluss {
	height:1px;
}
#subnavi .abschluss {
	padding-bottom: -1px;
}
#subnavi ul {
	margin-bottom:0px;	
}
#subnavi ul li ul li a, #subnavi ul li ul li a:hover {
	display: block;
	padding-left: 20px;
	text-transform: none;
}

/* Teaser */
.teaser {
	margin-bottom: 20px;
}
.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 {
	margin-bottom: 7px;
}
.teaser img {
	float: left;
	margin-right: 10px;
}
.teaser img.product {
	border: 2px solid;
}
.teaser div {
	float: left;
	width: 132px;
}
.noPic div {
	width: auto;
}
.teaser strong {
	display: block;
}
.teaser p {
	margin-bottom: 3px;
}
.teaser .ctaLink {
	float: right;
}
/* spezielle Teaser */
.suche input {
	float: left;
	width: 142px;
}
.suche a.ctaLink {
	margin-top: 3px;
	margin-left: 4px;
	float:left;
}
/* completerResult */
#completerResult .resultSet {
	width: 210px;
	height: 113px;
	overflow: hidden;
	background-repeat: no-repeat;
}
#completerResult .resultSet h2 {
	font-weight: normal;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 3px;
}
#completerResult .resultSet ul {
	float: left;
	width: 200px;
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 30px;
}
#completerResult .resultSet strong {
	display: inline;;
}
#completerResult .resultSet li {
	clear: both;
}
#completerResult .resultSet li a {
	text-decoration: none;
}
#completerResult .resultSet span {
	float: left;
	width: 110px;
}
#completerResult .resultSet span.kat {
	width: auto;
}
.direktBestellen input {
	width: 144px;
}
/* END Teaser */


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

.hinweisText {
	text-align: right;
}
/* Farbig hinterlegte Boxen, die Text/Formulare umschlie�en */
.box {
	/*width: 488px;*/
}
.box .header {
	padding: 5px 0 4px 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;
}
.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;
}
#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 {
	margin-top: 5px;
}
.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 {
	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 #pageContent .layerObjekt a :hover {
	text-decoration: underline;
}
/* Dynamic_pages_products.inc.jsp */
.dynamicRasterPage {
	margin-bottom: 15px;
	width: 745px;
}
.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: 177px;
}
.layerObjektFloat,
.layerObjektFloatTextPage {
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 2px solid;
	position: relative;
}

.layerObjektNoBorder {
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 0px solid;
	position: relative;
}

.layerObjektFloat .onTextPage {
	border-bottom: 0; 
}
.layerObjektFloat.onTextPage .imgContainer {
	height: 177px;
	width: 177px;
	overflow: hidden;
}
.prodTextDynamicPage, .prodTextDynamicMarkenPage {
	width: 177px;
	height: 60px;
	/*line-height: 15px;*/
	background-color: #CCC;
}
/* 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;
	filter:Alpha(opacity=100);
}

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

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

#categoryDynamicPages #content .preise {
	position: absolute;
	bottom: 7px;
	width: 160px;
}


.preise {
	display: block;
	padding-top: 2px;
	margin: 0 10px;
}

.prizeDynamicCategory {
	display: block;
	padding-top: 2px;
	position: absolute;
	bottom: 3px;
}

.prizePaddingleft {
	padding-left: 10px;
}
.prizePaddingright {
	padding-right: 10px;
}

.streichpreis {
	text-decoration: line-through;
	white-space: nowrap;
	float: left;
}
.streichpreisEmpty {
	display: none;
}
.preis {
	font-size: 1.0em;
	font-weight: bold;
	white-space: nowrap;
}

/* --------- ***** pageSwitch ***** ----------
	---- Bl�tternavigation oben/unten --- */
.pageSwitch {
	margin-top: 15px;
	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 {
	margin-right: 35px;
}
.pageSwitch .buttonWeiter {
	margin-left: 35px;
}
.pageSwitch .ctaLink {
	padding-left: 0;
	padding-right: 13px;
	background-position: right 3px;
}
.pageSwitch .showMore {
	position: absolute;
	right: 0;
	top: 0;
}
.pageSwitch .showPages {
	position: static;
	text-align: right;
}

/* ******************************************
					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;
}



/* --------- ***** Verfuegbarkeits-Icons ***** ---------- */
#availIcons img,
.verfuegbarCol img
{
	float: left;
	margin-top: 2px;
}
#availIcons span,
.verfuegbarCol span
{
	float: left;
	margin-left: 5px;
}
#availIcons span {
	width: 100px;
}
.verfuegbarCol span {
	width: 115px;
	display: block;
}
#availIcons #verfuegbar span,
.verfuegbarCol #verfuegbar span
{

}
#details #availIcons #knapp span,
.verfuegbarCol #knapp span
{

}
#availIcons #vergriffen span,
.verfuegbarCol #vergriffen span
{

}

#recommendation {
	float: left;
	width: 183px;
	margin-bottom: -3px;
	background-repeat: no-repeat;
}
#recommendation dl {
	font-size: 12px;
	margin: 7px 10px 5px 10px;
}
recommendation p {
	padding-bottom: 4px;
}
#recommendation ul {
	margin: 0 10px;
}
#recommendation ul li {
	border-bottom: 1px solid;
	margin-top: 10px;
}
#recommendation ul li img {
	margin-bottom: 5px;
	margin-top: 4px;
	border: 2px solid;
}
recommendation .prize {
	margin-bottom: 12px;
}
#recommendation a, #recommendation span {
	display: block;
}

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

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

#view .MagicZoomPlus {
	border: 5px solid #EEEBE6;
}

/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	border: 1px solid;
	margin-top: -5px;
}


/* 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;
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid;
	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; /* do not edit this line please */
}

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

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

#toTop {
	text-align: right;
}

#alleMarkenView .moreBrands {
	padding-top: 20px;
}

#alleMarkenView .brands {
	clear: both;
	border-top: 1px solid #e7e7e7;
	padding-bottom: 10px;
	position: relative;
}

#alleMarkenView .groupsList {
	position: relative;
	padding-left: 18px;
}

#alleMarkenView .groupsList * {
	display: inline;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

#alleMarkenView .groupsList strong {
	font-size: 31px;
}

#alleMarkenView .groupsList span {
	color: #9a9a9a;
}

#alleMarkenView .groupsList .previousBrand, #alleMarkenView .groupsList .nextBrand {
	position: absolute;
	overflow: hidden;
	padding: 8px;
	bottom: 9px;
}

#alleMarkenView .groupsList .previousBrand {
	left: -8px;
}

#alleMarkenView .groupsList .previousBrand *, #alleMarkenView .groupsList .nextBrand * {
	display: block;
	width: 8px;
	height: 8px;
	padding-left: 8px;
	padding-top: 8px;
	position: absolute;
	background: top left no-repeat;
}

#alleMarkenView .groupsList .previousBrand span {
	background-image: url(../img/icon_back_link_but_AA9F8D.gif);
}
#alleMarkenView .groupsList .nextBrand span {
	background-image: url(../img/icon_link_but_AA9F8D.gif);
}

#alleMarkenView .allBrandsCols {
	clear: both;
}

#alleMarkenView .allBrandsCols ul {
	float: left;
	width: 247px;
}

#alleMarkenView .allBrandsCols ul * {
	text-decoration: none;
	line-height: 1.75em;
}

#alleMarkenView .allBrandsCols ul a:hover {
	text-decoration: underline;
}

#alleMarkenView .allBrandsToTop {
	position: absolute;
	right: 0;
	top: 14px;
}

.teaser #marke {
	max-width: 200px;
}

#markenView .backToAll {
	padding-bottom: 10px;
}

#markenView .filter, #categoryDynamicPages .filter {
	float: left;
	padding-bottom: 10px;
}
#categoryDynamicPages .filter {
	float: left;
}
#markenView .filter label {
	float: left;
	margin-top: 2px;
}
#markenView .filter select {
	margin-left: 5px;
	float: left;
	width: 124px;
}
/* pageSwitch */
#markenView .pageSwitch, #categoryDynamicPages .pageSwitch {
	clear: none;
	float: left;
	width: 742px;

	margin-top: 3px;
}
#markenView .pageSwitch ul {
	text-align: right;
	padding-right: 170px;

}
#markenView .pageSwitch .noMorePages {
	visibility: hidden;
}
#markenView .pageSwitch .buttonWeiter {
	margin-left: 26px;
}
#markenView .pageSwitch .buttonZurueck {
	margin-right: 26px;
	width: 51px;
}

#markenView .dynamicRasterPage, #categoryDynamicPages .dynamicRasterPage {
	clear: both;
	padding-top: 10px;
	margin-bottom: 10px;
}

.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;
}

/****************************/
/*    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: 245px;
	background-color: rgba(0,0,0,0.85);
	position: absolute;
	top: -40px;
	right: 4px;
}

.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;
	z-index: -99;
	background-color: #ffffff;
}
/****************************/
/*    END AJAX INFO LAYER   */
/****************************/

.infoText h1 {
	word-wrap: break-word;
}

/*#############################*/
/* form */
/*#############################*/

#formPageWrapper {
	/*padding: 20px;
	*/
	margin: 30px 5px 30px 0;
	margin: 0px 5px 30px 0;
	width: 703px;
}

#formHeaderHeadline {
    font-size: 14px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: bold;
	color: #84858B;;
}

#formHeaderText {
}

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

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

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

#formWrapper {
	width: 488px;
}

/*
.formHeaderContentLeft {
	float: left;
}
*/

#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: #93959B;
}

#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;
}
#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;
	*/
}

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

.formError.showError {
	display: block;
}
.formLabel {
	float: left;
	margin-top: 4px;
	width: 182px;
}

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

.formLabel.showError {
	color: #E0001A;
}

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

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

#formLinks {
	margin-top: 20px;
}

.formLink {
	margin: 8px 0;
}

.formLink a {
	text-decoration: underline !important;
}

.formLink a span:hover {
	text-decoration: underline;
}

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

.formButtonShadow {
	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;
}

.formButtonShadow: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;
}

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

.bold {
	font-weight: bold;
}
.formAddress {
	margin: 10px 0 0 15px;
}
.formAddressHeaderText {
	font-weight: bold;
}
.formInfoText {
	margin: 25px 0 0 15px;
	width: 60%;
}
.formElement {
	margin: 8px 0 6px 0px;
	width: 474px;
}
.formElement select {
	/* width: 246px;
	*/
	padding: 2px;
}
.formElement input {
	width: 240px;
	padding: 2px;
}
.formDob2 {
	width: 25px !important;
	margin: 0 11px 0 0;
}
.formDob4 {
	width: 50px !important;
}
.passwordChecker {
	border: 1px solid #7a7a78;
	padding: 5px 6px;
	background-color: #ffffff;
	float: right;
	margin-right: 46px;
}
#passwordCheckerHeader {
	text-align: center;
}
#passwordCheckerHeader span {
	font-weight: bold;
	font-size: 8pt;	
}
#passwordCheckerStars {
	width: 100px;
	margin: 5px 0px 0px 0px;
}
.passwordCheckerStar {
	display: block;
	margin: 0;
	float: right;
	width: 20px;
	height: 20px;
	background-image: url(../../master/img/star_white_20x20.gif);
}

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

.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 {
}

.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;
}

.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: 215px;
	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;
}


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

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

.orderHistoryBox {
    width: 100%;
}

.orderHistoryBoxHeader {
    background-color: #93959B;
    font-size: 11px;
}

.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 #D6D2CB;
}

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

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

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

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

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



.orderRechnungsanschriftBox {
    width: 207px !important;
}

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

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

.orderStatusHistoryBox {
    width: 297px !important;
}

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

.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: 267px;
}

.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: 247px !important;
}

.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 #D9D9D9 !important;
}

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

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

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

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

.orderHistoryWrapper {
    float: left;
    width: 742px;
}

/* Konto loeschen */
#deleteAccountConfirmationLayer {
    background-color: rgba(0, 0, 0, 0.85);
    display: block;
    height: 32px;
    left: 0;
    position: absolute;
    top: -44px;
    width: 964px;
    z-index: -19129;
}

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

#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;
}

.hidden {
      display:none;
}

/*#############################*/
/* 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 */
/*#############################*/

