/* Style Sheet - globale Vorlage */

BODY	{	
		font-family:		Arial, Helvetica, sans-serif;
		font-size:		0.7em;
	  	font-size-adjust:	.58em;
		font-weight:		bold;
		word-spacing:		normal;
		letter-spacing:		normal;
		text-transform:		none;
		text-decoration:	none;
		color:			#FFFFFF;
		margin-top:		9;
		background:		url(../images/obereleiste.jpg);
		background-repeat:	no-repeat;
	}

TABLE, TBODY, TR, TD		
	{	
		font-family:		Arial, Helvetica, sans-serif;
		font-size:		8pt;
		font-weight:		bold;
		color:			#FFFFFF;
	}	

CAPTION, TH	
	{	
		font-family:		Arial, Helvetica, sans-serif;
		vertical-align:		baseline;
		font-size:		10pt;
		font-weight:		bold;
		background:		#000000;
		color:			#FFFFFF;
	}	

TD.Invers
	{
		background:		#000000;
		color:			#FFFFFF;
	}

H1	{	
		font-size-adjust:	.53em;
		font-size:		20pt;
		font-weight:		bold;
		font-style:		normal;
	}	
		
H2	{	
		font-size-adjust:	.53;
		font-size:		18pt;
		font-weight:		bold;
		font-style:		normal;
	}	


H3	{	/* Unterstrichene Überschrift */
		font-size:		14pt;
		font-weight:		bold;
		font-style:		normal;
	}	
		
H4	{	
		font-size:		12pt;
		font-weight:		bold;
		font-style:		normal;
	}	
	

H5, DT, LEGEND	
	{	
		font-weight:		bold;
		font-style:		normal;
	}	


H6	{	
		font-size:		9pt;
		font-weight:		normal;
		font-style:		normal;
	}	
		
P.gross {
		font-size:		14pt;
	}

P.italic 
	{
		font-style:		italic;
	}
P.invers 
	{
		color:			#ECDEAC;
		font-size:		7pt;
	}
P.red 
	{
		color:			red;
	}
	
HR	{
		color:			#000000;
	}
HR.invers	{
		color:			#ECDEAC;
	}

A:link  {
		color:			#FFFFFF;
		text-decoration:	none;
	}
		
A:visited
	{	
		color:			#FFFFFF;
		text-decoration: 	none; 	
	}	
		
A:active	
	{	
		text-decoration:	none;
		color:			#FFFFFF;
	}	
		
A:hover	{					
		text-decoration:	none;
		color:			#FFFFFF;
	}	

TD.invers A						/* Linkdarstellung innerhalb inverser Tabellenzellen */
 	{
		color:			#FFFFFF;
		text-decoration:	none;
	}

TD.invers A:link
 	{
		color:			#FFFFFF;
		text-decoration:	none;
	}

TD.invers A:visited
 	{
		color:			#FFFFFF;
		text-decoration:	none;
	}

TD.invers A:active
 	{
		font-weight:		bold;
		text-decoration:	none;
		color:			#000000;
		background:		#FFFFFF;
	}

TD.invers A:hover
 	{
		color:			#00348E;
		text-decoration:	none;
	}

TH A						/* Linkdarstellung innerhalb inverser Tabellenzellen */
 	{
		color:			#FFFFFF;
		text-decoration:	none;
	}

TH A:link
 	{
		color:			#FFFFFF;
		text-decoration:	none;
	}

TH A:visited
 	{
		color:			#FFFFFF;
		text-decoration:	none;
	}

TH A:active
 	{
		font-weight:		bold;
		text-decoration:	none;
		color:			#000000;
		background:		#FFFFFF;
	}

TH A:hover
 	{
		color:			#00348E;
		text-decoration:	none;
	}
