@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: 988px;  /* 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: 120px;
	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, #HdrBack, #HdrSize, #HdrSearch, #HdrNotice, #HdrNew, #HdrBasket, #HdrHelp {
	float: left;
	border:0px;
	padding:0px;
}
.thrColFixHdr #header #HdrLogo {
	width:250px;
	font: light 24px Arial;
	color:#616478;
}
.thrColFixHdr #header #HdrBack {
    width:125px;
	margin:0 40px 0 10px;
}
.thrColFixHdr #header #HdrSize, #HdrSearch, #HdrNotice, #HdrNew, #HdrBasket, #HdrHelp {
	text-align: center;
	width: 80px;
	margin: 50px 5px 0 0;
}
/* 1 ----------- Ende Header ----------- */


/* 2 ----------- Navigationsleiste links ----------- */
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
}
.thrColFixHdr #sidebar1 img.imgLn {
	height: 1px;
	width: 250px;
	padding: 0;
	margin: 0;
	border:none;
}
.thrColFixHdr #sidebar1 div.divSubNavBgrd {
	padding: 0;
	margin: 0;
}
/* 2 ----------- Ende Navigationsleiste links ----------- */


/* 3 ----------- Hauptbereich ----------- */
.thrColFixHdr #mainContent { 
	margin: 0px 150px 0px 250px; /* 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: 568px;
	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: 90px;
}
.thrColFixHdr #mainContent table.tabArtList th.col2 {
}
.thrColFixHdr #mainContent table.tabArtList th.col3 {
    width: 90px;
}
.thrColFixHdr #mainContent table.tabArtList th.col4 {
    width: 90px;
}
.thrColFixHdr #mainContent table.tabArtList th.col5 {
    width: 90px;
}
.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;
}
/* Tabelle in Sucheingabe */	
.thrColFixHdr #mainContent table.tabSuchEing {
    border-collapse:collapse;
	table-layout: fixed;
	width: 450px;
	margin: 0 0 0px 0;
	padding: 0;
    border: none;
	}
.thrColFixHdr #mainContent table.tabSuchEing th {
	vertical-align:bottom;
	padding: 5px;
}
.thrColFixHdr #mainContent table.tabSuchEing td {
	vertical-align:top;
	padding: 5px;
}
.thrColFixHdr #mainContent table.tabSuchEing td.col1 {
    width: 150px;
}
.thrColFixHdr #mainContent table.tabSuchEing td.col2 {
}
.thrColFixHdr #mainContent table.tabSuchEing td.col3 {
    width: 150px;
}

/* Tabelle im Warenkorb */	
.thrColFixHdr #mainContent table.tabWarenList {
    border-collapse:collapse;
	table-layout: fixed;
	width: 568px;
	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: 75px;
}
.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.tabMerkList {
    border-collapse:collapse;
	table-layout: fixed;
	width: 568px;
	margin: 10px 0 20px 0;
	padding: 0;
    border: none;
}
.thrColFixHdr #mainContent table.tabMerkList th {
	vertical-align:bottom;
	padding: 5px;
}
.thrColFixHdr #mainContent table.tabMerkList th.col1 {
    width: 90px;
}
.thrColFixHdr #mainContent table.tabMerkList th.col2 {
}
.thrColFixHdr #mainContent table.tabMerkList th.col3 {
    width: 220px;
}
.thrColFixHdr #mainContent table.tabMerkList th.col4 {
    width: 80px;
}

.thrColFixHdr #mainContent table.tabMerkList td {
	vertical-align:top;
	padding: 5px;
}
.thrColFixHdr #mainContent table.tabMerkList 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: 568px;
	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 table.tabAdrEing {
    border-collapse:collapse;
	table-layout: fixed;
	width: 568px;
	margin: 10px 0 20px 0;
	padding: 0;
    border: none;
	}
.thrColFixHdr #mainContent table.tabAdrEing td.col1 {
    width: 160px;
}
.thrColFixHdr #mainContent table.tabAdrEing td.col2 {
    width: 250px;
}
.thrColFixHdr #mainContent table.tabAdrEing td.col3 {
}
.thrColFixHdr #mainContent table.tabAdrEing td {
	padding: 5px;
}
.thrColFixHdr #mainContent table.tabAdrEing td.tdTabB  {
	padding-bottom: 12px;
	background: url(/katalog/_images_layout/common/verlauf_trenner.jpg) repeat-x bottom;
}

.thrColFixHdr #mainContent table.tabAdrEing .InpEing {
	border: 1px solid #cbd0dc;
	padding: 2px 0 2px 0;
	width: 240px;
}

.thrColFixHdr #mainContent table.tabAdrEing .BrdHgh,  p.pBtmCnt .BrdHgh {
	border: 1px solid #FEB400;
}

.thrColFixHdr #mainContent table.tabBestAnfr {
    border-collapse:collapse;
	table-layout: fixed;
	width: 568px;
	margin: 10px 0 10px 0;
	padding: 0;
    border: none;
	}
.thrColFixHdr #mainContent table.tabBestAnfr td.col1 {
    width: 160px;
}
.thrColFixHdr #mainContent table.tabBestAnfr td.col2 {
}
.thrColFixHdr #mainContent table.tabBestAnfr td.col3 {
    width: 160px;
}
.thrColFixHdr #mainContent table.tabBestAnfr td {
	padding: 5px;
}

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

.thrColFixHdr #mainContent #divZoomImg {
    position:absolute;
	display: block;
	top: 10px;
	left: 10px;
	width: 20px;
	height:1px;
	z-index:2;
}

.thrColFixHdr #mainContent #divArtBildImg {
    position:relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 180px;
	z-index:1;
}

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

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


/* 4 ----------- Infoleiste rechts ----------- */
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
}

.thrColFixHdr #sidebar2 div.divInfoBlk {
	float: right; 
	width: 150px; 
	padding: 0; 
	margin-top: 10px;
}
.thrColFixHdr #sidebar2 div.divInfoTop {
	width: 150px; 
	height: 6px;
	padding: 0;
	margin:0;
	background: url(/katalog/_images_layout/rechte_Spalte/rand_oben.gif) no-repeat;
}
.thrColFixHdr #sidebar2 div.divInfoCont {
	width: 150px; 
	padding: 0;
	margin: 0;
	background: url(/katalog/_images_layout/rechte_Spalte/rand_links_und_rechts.gif) repeat-y;
}
.thrColFixHdr #sidebar2 div.divInfoCont img {
    border:none;
	float:right;
}

.thrColFixHdr #sidebar2 div.divInfoBot {
	width: 150px; 
	height: 6px;
    padding: 0; 
	margin: 0;
    background: url(/katalog/_images_layout/rechte_Spalte/rand_unten.gif) no-repeat;
}



/* 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;
}
.txtc {
    text-align:center;
}
.txtt {
	vertical-align:top;
}
.txtb {
	bottom: 10px;
}
.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;
}
.lzl {
	line-height: 7px;
}
.lzlkl {
	height: 0px;
	line-height: 0px;
}

/* 6 ----------- Ende Common ----------- */


