BODY {	background: #6EA0D2;	        
	}
h1    { font-family : Arial;   /*Grosser Titel*/
	font-size   : 18pt;
	color       : #10106E;
	}
h2    { font-family : Arial;   /*Untertitel*/
	font-weight:  bold;
	font-size   : 14pt;
	color       : #10106E;
	}	
h3    { font-family : Arial;   /*Tagesbemerkung*/
	font-style  : italic;
	font-size   : 10pt;
	color       : #10106E;
	}	
h4    {	font-family : Arial;   /*Text*/
	font-size   : 11pt;
	font-weight:  normal;	
	color       : #10106E;
 	}
h5    {	font-family : Arial;   /*Menü*/
	font-size   : 10pt;
	font-weight:  bold;
	background-color: #10106E;
	color       : #FFFF00;
	padding     : 5px;
 	}
 	
h6    {	font-family : Arial;   /*Statistik*/
	font-size   : 8pt;
	font-weight:  normal;		
	color       : #FFFF00;
 	}
	
td    { font-family : Arial;
	font-size   : 9pt;
	color       : #10106E;
	text-align  : center;
	vertical-align : top;
	text-align  : center;
	background-color: #336699;
	}	

th    { font-family : Arial;
	font-size   : 10pt;
	font-weight : bold;
	color       : #336699;
	text-align  : center;
	vertical-align : top;
	background-color: #99CCFF;
	}	

table {
       border-spacing: 1px;
       }

a { text-decoration: none;}	
a:link {color : #FFFF00;}
a:visited {color : #FFFFFF;}
