/* CSS Document */
html, body 
{
	height: 100%;
}

div#outer 
{
	height: 100%;
}

div#inner-content
{
	height:100%;
}

div#content
{
   padding:0px;
   border:0px none Black;
   height:100%;
}

div#tabPageHead
{
   background-image:url("graphic/Header-Produktseite_big.png");
   height:391px;
   position:relative;
   padding:0px 0px 10px 0px;
   background-color:#000;
}


div#tabPage
{
   padding:50px 80px 10px 80px;
   background-color:#000;
}

#tabHeadline
{
	margin-top:15px;
	padding-top:20px;
	height:22px;
	padding-bottom:5px;
}

div#tabFooter
{
   margin-top: 25px;
   font-size: 9px;
   color: #6a6a6a;
   line-height: 13px;   
}

.zusatz a:link { font-size: 9px; color: #6a6a6a; text-decoration: underline }
.zusatz a:active { font-size: 9px; color: #6a6a6a; text-decoration: underline }
.zusatz a:visited { font-size: 9px; color: #6a6a6a; text-decoration: underline }
.zusatz a:hover { font-size: 9px; color: #6a6a6a; text-decoration: none }

div.errorMsg
{
   color:Red;
}

table.pricelist_table 
{
	border: 1px solid #202020;	
}

td.pricelist_header 
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #fff;
	background-color: #202020;
}

td.pricelist1_caption 
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #f2f2f2;
	background-color: #000;
}

td.pricelist1 
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #aaa;
	background-color: #000;
}

td.pricelist2
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #aaa;
	background-color: #202020;
}

span.artikelzusatz 
{
	color: #797979;	
	font-size: 10px;
}
	
#dhtmltooltip 
{
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2);
}

div#updateOffer
{
   float:right; 
   margin-top:30px; 
   margin-bottom:10px;
   width:170px; 
   text-align:left;
   background-color:#202020;
   color:#999;
   padding:15px 10px 15px 10px;
}



div#leftCol {
float: left;
width: 275px;
text-align: left;
font-size: 11px;
}
 
div#rightCol {
float: right;
width: 275px;
text-align: left;
}
 
div#centerCol {
margin: 0 100px;
}


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div.productDLHead
{
   font-size:13px;
   font-weight:bold;   
}