/* 	Kommentare werden wie dieser ausmarkiert  */ 

html {height: 100%; margin-bottom: 1px}


/* Pseudoformate (siehe Self-Html) */

	/* alle Link-Zustände in grün ... */
a:link {color:#424A66; text-decoration:none;}
a:visited {color:#424A66; text-decoration:none;}
a:active {color:#C90C22; text-decoration:none;}
    
    /* ... wenn die Maus drüber fährt blau */
    a:focus {color:#000080;}
    a:hover {color:#000080; text-decoration:underline; }

/* 
   Formate basierend auf Tags
   <h1>irgendein Text<h1> -> wird blau und 26 Pixel gross
*/

	h1 {font-family:Verdana; font-size:10pt; text-decoration:none; font-weight:bold; 
	line-height:24px; margin-top:0px; margin-bottom:0px; color:#C90C22; 
	letter-spacing:0px; text-transform:none;}
	h2 {font-family:Verdana;font-size:8pt; font-weight:bold; 
	line-height:20px; margin-top:7px; margin-bottom:2px; color:#009B82;}
	h3 {font-family:Verdana;font-size:8pt; font-weight:bold; 
	line-height:20px; margin-top:7px; margin-bottom:0px; color:#C90C22;}
	h4 {font-family:Verdana;font-size:8pt; font-weight:normal; 
	line-height:20px; margin-top:7px; margin-bottom:0px; color:#009B82;}
	h5 {font-family:font-family:Verdana;font-size:8pt; font-weight:normal; 
	line-height:20px; margin-top:2px; margin-bottom:2px; color:#858987;}
	h6 {font-family:Verdana; font-size:8pt; font-weight:normal; 
	line-height:20px; margin-top:2px; margin-bottom:0px; color:#858987;}
/* 
   Formate basierend auf class
   <span class="dunkler">hervorgehobener Text</span> -> rote Schrift
*/      

	.dunkler {color:#424A66;}
	.heller {color:#c0c0c0;}
	.hellblau {color:#7883AF;}
	.gesperrt {font-size:8pt; letter-spacing:2px; line-height:17px; color:#707070}
	.gesperrt-schwarz {font-size:8pt; letter-spacing:1px; line-height:17px}
	
	body {font-family:Verdana; font-size:8pt; line-height:20px;}
	table {font-family:Verdana; font-size:8pt; color:#191919; 
	border-collapse:collapse;line-height:20px}
	
	
/* 
   Formate basierend auf id
   siehe self-html 
*/
