
html, body { 	
	font-size: 10pt; 
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif; 
	background-color: #e2e9fa;
	margin: 0;
	padding: 0;
	color:#00305e;
	} 

h1 { 	
	font-size: 8pt; 
	font-weight:normal;
	color:#00305e;
	} 


h2 { 	
	font-size: 8pt; 
	font-weight:normal;
	color:#00305e;
	} 

h3 { 	
	font-size: 8pt; 
	font-weight:normal;
	color:#00305e;
	} 

a:link { 
	text-decoration:none; 
	color:#00305e; 
        font-weight:bold;
	}

a:visited { 
	text-decoration:none; 
	color:#00305e; 
        font-weight:bold;
	}

a:hover { 
	text-decoration:underline; 
	color:#e41821; 
        font-weight:bold;
	}

a:active { 
	text-decoration:none; 
	color:#00305e; 
        font-weight:bold;
	}

td {
	font-size: 10pt; 
	}


#noprint  { 
	display:none;
	}
	

<!-- #aaa8a4 grauer Hintergrund -->
<!-- #00305e blauer Farbton -->
<!-- #e41821 roter Farbton -->