body	{font-family: "Arial";
		background-color: #ccccff;
      	background-repeat:no-repeat;
		background-position: top center;
		font-size:9pt;
		} 
	
td		{font-family: "Arial";
		font-size:9pt; 
		color: #000066		}
	
ul,ol,dl,p         /* für den Netscape: löst font-family in body nicht korrekt auf    */
                   /* deshalb hier alle Text Tags aufzählen  */
                   /* keine Leerschläge bei font-size                                 */
                   
		{font-family: "Arial";	font-size:9pt;}

/*     Titel                 */
h1		{font-size:110%; 
		color: #000066;
		font-weight: bold;
		}
	

.fat	{font-weight:	bold;} 
.big	{font-size:115%;} 
.bigfat {font-weight: bold;font-size:115%;} 
.small {font-size:85%;} 
.smallfat {font-weight: bold;font-size:85%;} 
.hellblau {color: #ccccff}
.logo	{font-size:110%;} 



/*     Hover Effekt: läuft nur in MS IE 5 aufwärts   */

A:link    		{text-decoration: none;
					color: #ffffff;
					font-size:100%;
					}

A:visited 		{text-decoration: none; 
					color: #ffffff;
					font-size:100%;
					}

A:hover   		{text-decoration:  underline;
					color:	#ccccff;
					font-size:100%;
					}
