	body			{background:#cccccc; font-family:Arial, Helvetica, sans-serif}
	body.bodyscreen	{font-family:Arial, Helvetica, sans-serif, margin:0; padding=0}
	
/* Standard-Auszeichnungen */
	h1			{margin:0; font-size:28px; font-weight:bold}
	h2			{margin:0; font-size:24px; font-weight:bold; color:#000099}
	h3			{margin:0; font-size:20px; font-weight:bold}
	h4			{margin:0; font-size:16px; font-weight:bold}
	h5			{margin:0; font-size:12px; font-weight:bold}
	h6			{margin:0; font-size:10px; font-weight:bold}
	
/*Verlinkungen, normal schwarzer Text, wenn Cursor über dem Link, dann blau*/
	a:link		{color:#00007a; text-decoration:none}
	a:visited	{color:#00007a; text-decoration:none}
	a:hover		{color:#0000ff; text-decoration:none}
	a:active	{color:#000000; text-decoration:none}
	
/*Textgroessen, sehr klein, klein, mittel und gross, schwarz und normal*/
	.text36		{font-size:36px; color:#000000; font-weight:bold}
	.text24		{font-size:24px; color:#000000; font-weight:normal}
	.text16		{font-size:16px; color:#000000; font-weight:bold}
	.text12		{font-size:12px; color:#000000; font-weight:normal}
	.text10		{font-size:10px; color:#000000; font-weight:normal}
	
/*Textfluss*/
	.block			{text-align:justify}