﻿/* 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);
   background-repeat:no-repeat;
   height:260px;
   position:relative;
}

div#tabPage
{
   padding:36px 80px 10px 80px;
   background-color:#000;
}

a.downloads:link 
{
	text-decoration: none; 
	line-height: normal; 
}

a.downloads:active 
{
	text-decoration: none; 
	line-height: normal; 
}

a.downloads:visited 
{
	text-decoration: none; 
	line-height: normal; 
}

a.downloads:hover 
{
	text-decoration: underline; 
	line-height: normal; 
}

div.fontPictureContainer
{
	/*float: left;
    width: 30%;
    margin: 0px 10px 40px 0px;
    text-align: center;	*/
	float: left;
    width: 30%;
    margin: 0px 10px 12px 0px;
    text-align: left;
}

div.pictureContainer
{
	float: left;
    width: 30%;
    margin: 0px 10px 12px 0px;
    text-align: center;
}

div.fontPictureName
{
	width: 150px;
	margin: 5px 0px 0px 0px;
	text-align: center;
    line-height: 13px;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    color: #D6D6D6;
    cursor: pointer;	
}

div.fontPictureDetails
{
	width: 150px;
	text-align: center;
	font-family: Tahoma, Arial, Sans-Serif;
    font-size: 9px;
    line-height: 13px;
    color: #A5A5A5;
    cursor:pointer;
}

div.pictureName
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    line-height: 13px;
    color: #D6D6D6;
}

div.pictureDetails
{
	font-family: Tahoma, Arial, Sans-Serif;
    font-size: 9px;
    line-height: 13px;
    color: #A5A5A5;
}

img.pressPicture
{
	border: 1px solid #1F1F1F;
}

div.linkMainPoint
{
	margin-bottom: 12px;
	line-height: 15px;
    font-family: Tahoma,Arial,Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    color: #D6D6D6;	
}

div.mainPoint
{
    font-family: Tahoma,Arial,Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #D6D6D6;	
}

div.subPoint
{
	width:270px;
	margin: 0px 0px 5px 15px;
}

p.name
{
	line-height: 15px;
    font-family: Tahoma,Arial,Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    color: #D6D6D6;	
}

em.note
{
	font-family: Tahoma,Arial,Sans-Serif;
    font-size: 9px;
    font-weight: normal;
    color: #A5A5A5;	
}

img.linkGif
{
	border: 0px #000000 solid;
	padding-right: 10px;
}

div#tabFooter
{
   margin-top: 25px;
   font-size: 9px;
   color: #6a6a6a;
   line-height: 13px;   
}


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 */

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;
}


.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;
}

