/* 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/Headergrafik-Reiter.jpg);
   height:316px;
   position:relative;
   border-bottom:1px solid #2f2f2f;
}

div#tabTabs
{
   position:absolute;
   bottom:-2px;
   width:796px; 
   padding:0 0 0 12px;
   border-bottom:1px solid #0d0d0d;
}

div#tabTabs ul
{
   display:inline;
   list-style-type:none;
   padding:0px;
}

div#tabTabs li
{
   display:block;
   float:left;
   text-indent:0px;
   margin:0px;
}

div#tabTabs li.tabActiveLi
{
   display:block;
   float:left;
   text-indent:0px;
   position:relative;
   margin:0px 0px -2px 0px;
}

div#tabTabs a
{
   display:block;
   height:19px;
   background-color:#202020;
   padding:2px 10px 2px 10px;
   margin-top:1px;
   border-right:1px solid #2f2f2f;
   border-top:1px solid #2f2f2f;
   cursor:pointer;
   color:#7c7c7c;
   font-weight:bold;
}

div#tabTabs a:hover
{
   text-decoration:none;   
   background-color:#2e2e2e;
   color:#7c7c7c;
}

div#tabTabs a.tabActiveTab
{
   padding:3px 10px 2px 10px;
   margin:0px;
   background-color:#000000;
   border-bottom:none 1px #000000;
}
div#tabTabs a.tabActiveTab:hover
{
   background-color:#202020;
   cursor:default;
   color:#7c7c7c;
}


div#tabPage
{
   padding:15px 80px 10px 80px;
   background-color:#000;
}

div#tabPageHead
{
   padding:0px 0px 10px 0px;
   background-color:#000;
}

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 
{
	position: absolute;
	width: 200px;
	height: auto;
	padding: 10px 15px 10px 15px;
	line-height: 14px;
	background-color: #9d9eaa;
	color: #000;
	visibility: hidden;
	z-index: 200;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2);
	filter: alpha(opacity=100);
	opacity: 1.00;
	font-family: Tahoma;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	border-bottom: 1px solid #111;
	border-right: 1px solid #111;
}

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 */



