/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

BODY, TD
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #0B2A64;
    margin-left: 0px;
    margin-top: 0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 24pt;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	red;
	}
A.hauptueberschrift
{
	font-weight: bold;
	font-size: 10pt;
	color: #0B2A64;
}
A.hauptueberschrift:link 
{
	color: #0B2A64;
}
A.hauptueberschrift:hover 
{
	color: Red;
	text-decoration: none;
}
A.ueberschrift
{
	font-weight: bold;
	font-size: 10pt;
	color: #0B2A64;
}
a.nolink:link 
{
	text-decoration: none;
	color: #999999;
}
a.nolink:visited
{
	text-decoration: none;
	color: #999999;
}
a.nolink:active  
{
	text-decoration: none;
	font-weight:bold;
	color: #999999;
	cursor:hand;
}
a.nolink:hover
{
	text-decoration: none;
	color: #999999;
	cursor:hand;
}
a.linkhauptmenue:link
{
	text-decoration: none;
	color: White;
}
a.linkhauptmenue:active
{
	text-decoration: none;
	color: White;
}
a.linkhauptmenue:visited
{
	text-decoration: none;
	color: White;
}
a.linkhauptmenue:hover
{
	text-decoration:none;
	font-weight: bold;
	color: White;
}	
.linkhauptmenue
{
	color: White;
	font-size: 9pt;
}	
p.linkhauptmenue
{
	margin-top: 6px;
	margin-bottom: 5px;
}
p.linkhauptmenuebold
{
	margin-top: 6px;
	margin-bottom: 5px;
	font-weight: bold;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

#ImgLogo
{
	POSITION: relative; 
	width: auto;
	float: right;
	right: 40px;
}
#Ampulle
{
	z-index: 110;
	bottom: 100px;
	left: 780px;
	position: absolute;
}
.nolink
{
	width: 110px;
	position: relative;
	float: left;
	display: block;
}
.nolinkbold
{
	width: 110px;
	position: relative;
	float: left;
	display: block;
	font-weight: bold;
}
.menuitem
{
	width: 109px;
	top: 0px;
	position: absolute;
	height: 119px;
	color: #ffffff;
	background-color: #0b2a64;
}

TD #Firmenname
{
	font-weight: bold;
}
.bildunterschrift
{
	font-size: smaller;
	padding-bottom: 12pt;
	font-style: italic;
	text-align: right;
}
