body
{
	background-color: White;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	Text-Align: Left;
	margin-left: 20px;	

}

/* Tabellen *************************************************************************** */

td
{
	background-color: White;
	font-family: Arial, Helvetica;
	Font-Size: 10pt;
	font-weight: normal;
	color: black;

	}







/* Überschriften ********************************************************************** */

H1	 {
	Font-Family: Arial, Helvetica;
	Font-Size: 10pt;
	Font-Weight: Bold;
	Color: Navy;
}

H2	 {
		Font-Family : Arial, Helvetica ;
		Font-Size : 12pt ;
		Font-Weight : Bold ;
	   Color: Navy;
}

H3	 {
	Font-Family: Arial, Helvetica;
	Font-Size: 14pt;
	Font-Weight: Bold;
	Color: Navy;
}




/* Links ****************************************************************************** */
A:link {
	Font-Family: Arial, Helvetica;
	Font-Size: 9pt;
	Color: Gray;
	text-decoration: none;
}

A:active {
	Font-Family: Arial, Helvetica;
	Font-Size: 9pt;
	Color: Gray;
	text-decoration: none;
}

A:visited {
	Font-Family: Arial, Helvetica;
	Font-Size: 9pt;
	Color: Gray;
	text-decoration: none;
}

A:hover {
	Font-Family: Arial, Helvetica;
	Font-Size: 9pt;
	Color: Navy;
	text-decoration: none;
}

