BODY      {
	Font-Family: Arial;
	font-size : x-small;
	margin-top: 8px;
}

HR {
	text-align : center;
	color : Blue;	
	height: 1px;
}

h1        {
	Font-Family: Arial, Helvetica, Sans-Serif;
	Text-Align: center;
	color : Black;
	font-size : large;
}

h2        {
	Font-Family: Arial, Helvetica, Sans-Serif;
	Text-Align: center;
	color : Black;
	font-size : large;
}
	
B {
	font : bold;
}
	
TD {
	font-size : smaller;
}

A {	
	color: Fuchsia;
	text-decoration: underline;
}

.menu A:link     {
	BACKGROUND-COLOR: transparent;
	COLOR: Blue;
	TEXT-DECORATION: underline;
}

.menu A:visited  {
	BACKGROUND-COLOR: transparent;
	COLOR: Blue;
	TEXT-DECORATION: underline;
}

.menu A:active   {
	BACKGROUND-COLOR: transparent;
	COLOR: Blue;
	TEXT-DECORATION: underline;
}

.menu A:hover   {
	BACKGROUND-COLOR: transparent;
	COLOR: Blue;
	TEXT-DECORATION: underline;
	font-weight : bold;
}





.inhalt A {
	color : Fuchsia;
}

.inhalt td {
	vertical-align : top;
}


.text1  {
	Color: DarkGreen;
	Font-Size: 90%;
	Font-Variant: normal;
	Font-Style: normal;
	Text-Align: justify;
}

.text1l  {
	Color: DarkGreen;
	Font-Size: 90%;
	Font-Variant: normal;
	Font-Style: normal;
	Text-Align: left;
}

.text2    {
	Color: DarkGreen;
	Font-Size: 115%;
	Font-Variant: normal;
	Font-Style: normal;
	Text-Align: left;
}


