P  {
	font-family : Verdana;
	color : Black;
	font-size : 9pt;
}

H1  {
	font-family : Verdana;
	font-size : xx-large;
	font-weight : bold;
	color : Blue;
	text-decoration : underline;
	text-align : center;
}

H2  {
	font-family : Verdana;
	font-size : x-large;
	font-weight : bold;
	color : Blue;
	text-align : center;
}

H3  {
	font-family : Verdana;
	color : Blue;
	text-align: center;
	background-color : White;
}

A  {
	font-family : Verdana;
	color : Blue;
	font-size : 9pt;
}

A:Visited  {
	font-family : Verdana;
	color : Blue;
	font-size : 9pt;
}

A:Active  {
	font-family : Verdana;
	color : Blue;
	font-size : 9pt;
}

A:Hover  {
	font-family : Verdana;
	color : Green;
	font-size : 9pt;
}

BODY  {
	font-family : Verdana;
	color : Black;
	font-size : 9pt;
	background-color : White;
	background-image : url(Bilder/Hintergrund.gif);
	background-attachment : fixed;
}

TD  {
	font-family : Verdana;
	color : Black;
	font-size : 9pt;
}

TH  {
	font-family : Verdana;
	color : Black;
	font-weight : bold;
	font-size : 11pt;
}