@charset "UTF-8";
/* CSS Document */

body  {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.thrColFixHdr #container { 
	width: 20cm;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


/* 1 ----------- Header ----------- */
.thrColFixHdr #header { 
    height: 100px;
	background:url(/katalog/_images_layout/common/verlauf_oben.jpg) repeat-x bottom; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.thrColFixHdr #header #HdrLogo {
	width:250px;
}
.thrColFixHdr #header #HdrBack {
	display:none; 
}
.thrColFixHdr #header #HdrSize, #HdrSearch, #HdrNotice, #HdrNew, #HdrBasket, #HdrHelp {
	display:none; 
}
/* 1 ----------- Ende Header ----------- */


/* 2 ----------- Navigationsleiste links ----------- */
.thrColFixHdr #sidebar1 {
	display:none; 
	float: left; /* since this element is floated, a width must be given */
	width: 1px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
}

/* 2 ----------- Ende Navigationsleiste links ----------- */


/* 3 ----------- Hauptbereich ----------- */
.thrColFixHdr #mainContent { 
	width: 20cm;
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.thrColFixHdr #mainContent p.pBreadCb span.spaBrdCb{ 
	font-weight: bold;
	color: #ffb500;
}


/* Tabelle in Artikelliste, Artikeldetail und */	
.thrColFixHdr #mainContent table.tabArtList {
    border-collapse:collapse;
	table-layout: fixed;
	width: 100%;	
	margin: 10px 0 20px 0;
	padding: 0;
    border: none;
	}
.thrColFixHdr #mainContent table.tabArtList th {
	vertical-align:bottom;
	padding: 5px;
}
.thrColFixHdr #mainContent table.tabArtList th.col1 {
    width: 15%;
}
.thrColFixHdr #mainContent table.tabArtList th.col2 {
    width: 40%;
}
.thrColFixHdr #mainContent table.tabArtList th.col3 {
    width: 15%;
}
.thrColFixHdr #mainContent table.tabArtList th.col4 {
    width: 15%;
}
.thrColFixHdr #mainContent table.tabArtList th.col5 {
    width: 15%;
}
.thrColFixHdr #mainContent table.tabArtList td {
	vertical-align:top;
	padding: 5px;
}
.thrColFixHdr #mainContent table.tabArtList td.tdTabB {
	padding-bottom: 12px;
	background: url(/katalog/_images_layout/common/verlauf_trenner.jpg) repeat-x bottom;
}
.thrColFixHdr #mainContent table.tabArtList img.imgBrd {
	border: 1px solid #cbd0dc;
}

.thrColFixHdr #mainContent table.tabWarenList {
    border-collapse:collapse;
	table-layout: fixed;
	width: 20cm;	
	margin: 10px 0 20px 0;
	padding: 0;
    border: none;
	}
.thrColFixHdr #mainContent table.tabWarenList th {
	vertical-align:bottom;
	padding: 5px;
}
.thrColFixHdr #mainContent table.tabWarenList th.col1 {
    width: 90px;
}
.thrColFixHdr #mainContent table.tabWarenList th.col2 {
}
.thrColFixHdr #mainContent table.tabWarenList th.col3 {
    width: 70px;
}
.thrColFixHdr #mainContent table.tabWarenList th.col4 {
    width: 50px;
}
.thrColFixHdr #mainContent table.tabWarenList th.col5 {
    width: 90px;
}
.thrColFixHdr #mainContent table.tabWarenList th.col6, td.col6 {
    width: 90px;
}
.thrColFixHdr #mainContent table.tabWarenList td {
	vertical-align:top;
	padding: 5px;
}
.thrColFixHdr #mainContent table.tabWarenList td.tdTabB  {
	padding-bottom: 12px;
	background: url(/katalog/_images_layout/common/verlauf_trenner.jpg) repeat-x bottom;
}


.thrColFixHdr #mainContent table.tabWarenAdr {
    border-collapse:collapse;
	table-layout: fixed;
	width: 20cm;	
	margin: 10px 0 20px 0;
	padding: 0;
    border: none;
	}
.thrColFixHdr #mainContent table.tabWarenAdr th {
	vertical-align:bottom;
	padding: 5px;
}
.thrColFixHdr #mainContent table.tabWarenAdr th.col1 {
    width: 290px;
}
.thrColFixHdr #mainContent table.tabWarenAdr th.col2 {
}
.thrColFixHdr #mainContent table.tabWarenAdr td {
	vertical-align:top;
	padding: 5px;
}
.thrColFixHdr #mainContent table.tabWarenAdr td.tdTabB  {
	padding-bottom: 12px;
	background: url(/katalog/_images_layout/common/verlauf_trenner.jpg) repeat-x bottom;
}


.thrColFixHdr #mainContent #divArtBildgross {
    position:relative;
	width: 180px;
	margin:0;
	padding:0;
}
.thrColFixHdr #mainContent #divArtTabPan {
	width: 12cm;
	margin:0;
	padding:0;
}

/* 3 ----------- Ende Hauptbereich ----------- */


/* 4 ----------- Infoleiste rechts ----------- */
.thrColFixHdr #sidebar2 {
	display:none; 
	float: right; /* since this element is floated, a width must be given */
	width: 1px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
}



/* 4 ----------- Ende Infoleiste rechts ----------- */


/* 5 ----------- Footer ----------- */
.thrColFixHdr #footer { 
	padding: 20px 0 20px 0; 
	background: url(/katalog/_images_layout/common/verlauf_unten.jpg) repeat-x bottom;
	border-top: 1px solid #cbd0dc; 
	text-align: center;
} 
/* 5 ----------- Ende Footer ----------- */


/* 6 ----------- Common ----------- */
.fltr { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltl { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearflt { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.txtr {
    text-align:right;
}
.txtl {
    text-align:left;
}
.brdl{
    border-left: 1px solid #cbd0dc;
}
.brdr{
    border-right: 1px solid #cbd0dc;
}
.brdlr{
    border-left: 1px solid #cbd0dc;
    border-right: 1px solid #cbd0dc;
}
.brdlrb{
    border-left: 1px solid #cbd0dc;
    border-right: 1px solid #cbd0dc;
    border-bottom: 1px solid #cbd0dc;
}
.brdt {
    border-top: 1px solid #cbd0dc;
}
.brdb {
    border-bottom: 1px solid #cbd0dc;
}
/* 6 ----------- Ende Common ----------- */


body, p, th, td {
    font-family: Arial, Helvetica, sans-serif;
	color:#616478;
	font-size:12px;
}

/* 1 ----------- Texte im Header ----------- */
.thrColFixHdr #header #HdrLogo p {
    margin:0;
	padding:0;
	font-weight:lighter;
	font-size:1px;
}
.thrColFixHdr #header a {
    margin:0;
	padding:0;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#616478;
}
.thrColFixHdr #header a:hover {
	text-decoration:underline;
}

.thrColFixHdr #header #HdrSize p, #HdrSearch p, #HdrNotice p, #HdrNew p, #HdrBasket p, #HdrHelp p {
	margin: 0;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* 1 ----------- Ende Texte im Header ----------- */


/* 2 ----------- Texte in der Navigationsleiste ----------- */
/* 2 ----------- Texte in der Navigationsleiste ----------- */

/* 3 ----------- Texte im Hauptbereich ----------- */
.thrColFixHdr #mainContent h1, h2, h3, h4, h5, h6, p {
    margin: 0;
	padding: 0;
}
.thrColFixHdr #mainContent h1 {
    font-size:24px;
}
.thrColFixHdr #mainContent h2 {
    font-size:18px;
}
.thrColFixHdr #mainContent h3 {
    font-size:16px;
}
.thrColFixHdr #mainContent h4 {
    font-size:14px;
}
.thrColFixHdr #mainContent h5 {
    font-size:12px;
}
.thrColFixHdr #mainContent h6 {
    font-size:11px;
}
.thrColFixHdr #mainContent a {
    font-weight:bold;
	color:#616478;
	text-decoration:none;
	background: url(/katalog/_images_layout/common/doppelpfeil_gelb.gif) no-repeat left center;
	padding: 0 0 0 12px;
}
.thrColFixHdr #mainContent a:hover {
	text-decoration: underline;
}
.thrColFixHdr #mainContent a.aImgBtn {
	background: none;
	padding: 0;
}
.thrColFixHdr #mainContent a.aHgh {
	color:#e10031; /* rot */
}

.thrColFixHdr #mainContent p.pBreadCb { 
    margin: 0;
	padding: 3px 0 3px 0;
	font-size: 11px;
}
.thrColFixHdr #mainContent p.pArtNew {
    background: url(/katalog/_images_layout/buttons/neukennzeichen.gif) no-repeat left;
	padding: 0 0 0 28px;
}
.thrColFixHdr #mainContent h1.h1ArtHead {
	padding: 10px 0 10px 0;
	color: #e10031; /* rot */
}
.thrColFixHdr #mainContent h2.h2ArtGroup {
	padding: 5px;
	margin: 0 0 0px 0;
	background-color: #e10031; /* rot */
	color: #FFFFFF;
}
.thrColFixHdr #mainContent h4.h4ChptHead {
	padding: 6px 6px 0px 6px;
}
.thrColFixHdr #mainContent p.pArtListIntro {
	padding: -5px 0 10px 0;
}
.thrColFixHdr #mainContent p.pArtIntro {
	padding: 5px 0 0 0;
}
.thrColFixHdr #mainContent p.pBtmCnt {
	padding: 0 0 20px 0;
}

.thrColFixHdr #mainContent form {
	margin: 0;
	padding: 0;
}

.thrColFixHdr #mainContent input {
	margin: 0;
	padding: 0;
}
.thrColFixHdr #mainContent .formfld {
	width: 100%;
}

/* 3 ----------- Ende Texte im Hauptbereich ----------- */


/* 4 ----------- Texte in der Infoleiste ----------- */
/* 4 ----------- Ende Texte in der Infoleiste ----------- */


/* 5 ----------- Texte im Footer ----------- */
.thrColFixHdr #footer p { 
    margin: 0;
	padding: 0px 0 6px 0; 
	font-size:11px;
} 
.thrColFixHdr #footer a {
	font-weight: bold;
	text-decoration: none;
	color: #616478;
	background: url(/katalog/_images_layout/common/doppelpfeil_gelb.gif) no-repeat left center;
	padding: 0 4px 0 12px;
}
.thrColFixHdr #footer a:hover {
	text-decoration: underline;
}
/* 5 ----------- Ende Texte im Footer ----------- */


/* 6 ----------- Common ----------- */
p.pImgCapt {
	font-size:12px;
	text-align:left;
}
.hgh {
	color: #e10031; /* rot */
}
.lzl {
	line-height: 7px;
}
.noPrint {
	display:none; 
}
table.backoffice {
	width:568px; 
	border-collapse:collapse; 
	background-color:#e10031; 
	border:1px solid #e10031; 
	margin-bottom:10px;
	color: #ffffff;
	font-weight: bold;
}
table.backoffice td {
	color: #ffffff;
	font-weight: bold;
}
/* 6 ----------- Ende Common ----------- */

