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

#subnavi ul li a, #subnavi ul li span {
	padding: 4px 8px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#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;
}
.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;
}
.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;
}
.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;
}
.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;
	height: 465px;
	background-repeat: no-repeat;
}
#recommendation h2 {
	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;
}
