/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

BODY
{
    BACKGROUND-COLOR: #FFFFFF;
    /*background-image: url(img/back.gif);*/
    FONT-FAMILY: Verdana;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

TD
{
	font:10pt Verdana;
}

/* Tagging Box */

h1.htag {
	font: bold 1.33em Verdana; 
	display:inline;
}

h2.htag {
	font:bold .9em Verdana; 
	display:inline;
}

h3.htag {
	font:bold .7em Verdana; 
	display:inline;
}

h1.htag a:link,h2.htag a:link,h3.htag a:link {
	color:#3399cc;
	text-decoration:none; 
}
h1.htag a:visited,h2.htag a:visited,h3.htag a:visited {
	color:#3399cc;
	text-decoration:none; 
}
h1.htag a:hover,h2.htag a:hover,h3.htag a:hover {
	color:#339900;
	text-decoration:none; 
}
h1.htag a:active,h2.htag a:active,h3.htag a:active {
	color:#3399cc;
	text-decoration:none; 
}

/* Tagging Box */

H1, H2, H3, H4, H5
{
     font-family: Verdana;
     COLOR: #3399CC;
     font-style:	normal;
	 word-spacing:	normal;
	 letter-spacing:	normal;
	 text-transform:	none;
     text-decoration:	none;
}
		
H1	{	
	font-size:	1.33em;
	}	
		
H2	{	
	font-size:	.9em;
	}	
		
H3	{	
	font-size:	.7em;
	font-weight:	normal;
	}	
		
H4, DT	{	
	font-size:	1em;
	}	
		
H5	{	
	font-size:	.8em;
	}	
	
H6	{	
	font-size:	.6em;
	}		
	
TH, THEAD, TFOOT

{
    COLOR: #003366;
}


		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana;
	}	


a:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
a:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
a:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
a:hover	{	
	text-decoration:	underline;
	color:	#339900;
	}
	
/*
Hinzugefügt 08.08.2005 11:04
Style für footer und noscript
Torsten Grossmann 
*/

a.mlnk:link { 
   font-size:10px;
   color:white; 
   text-decoration:none;
   }
a.mlnk:visited { 
   font-size:10px;
   color:white; 
   text-decoration:none; 
   }
 a.mlnk:active { 
   font-size:10px;
   color:white; 
   text-decoration:none; 
   }
a.mlnk:hover { 
   font-size:10px;
   color:yellow;
   text-decoration:underline;
   }


a.flnk:link { 
   font-size:10px;
   color:DimGray; 
   text-decoration:none; 
   }
a.flnk:visited { 
   font-size:10px;
   color:DimGray; 
   text-decoration:none; 
   }
a.flnk:hover { 
   font-size:10px;
   color:	#339900;
   text-decoration:underline;
   }
a.flnk:active { 
   font-size:10px;
   color:DimGray; 
   text-decoration:none; 
   }



	
	
	
	
	
	
	
	
	
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;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}


	   
.DataLabel
{
	font-weight: bold;
}