
/* Allgemein */
	Body {
		background: white;
	}
	* {
		font-family : Arial, Helvetica, sans-serif;		
		color: black;
	}
	.ueberschrift1 {
		font-size: 48px;	
		font-weight: bold;
	}

	.ueberschrift2 {
		font-size: 24px;	
		font-weight: bold;
	}

	.ueberschrift3 {
		font-size: 16px;	
		font-weight: bold;
	}

        .blink1 {
		font-size: 16px;	
		font-weight: bold;
		color: red;
	}

	.normal {
		font-size: 16px;
		font-weight: normal;
	}

	.klein {
		font-size: 13px;
		font-weight: bold;
	}