/* 	Änderung des hellen Grautons, um den Unterschied zum dunklen Grau besser hervorzuheben
	Original aus PI-Logo: 6b6b6b
	Neu: 999999
	orig. PI-grün: 66CC00
*/

a:link
{
	color: #999999;
}
a:active
{
	color: #66cc00;
}
a:visited
{
	color: #999999;
}
a:hover
{
	color: #353535;
}
meta 
{
http-equiv="Content-Type" content="text/html; charset=windows-1252"
}
meta
{
http-equiv="Content-Language" content="de"
}

body
{
	font-family: Arial; font-size: 10pt; color: #000000;
	margin-top: 15pt; margin-left: 30pt;
}
table
{
	/*table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204);*/
	vertical-align="top";
}
h1, h2, h3, h4, h5, h6, h7, p, li, td
{
	font-family: Arial, Helvetica;
}
h1
{
	font-size: 12pt; color: #66CC00;
	font-weight: 400;
	/*400 = Erzeugung normale Schriftstärke*/
	margin-top: 0pt; margin-bottom: 8pt;
}
h2
{
	font-size: 10pt; color: #777777;
	margin-top: 8pt; margin-bottom: 4pt;
}
h3
{
	font-size: 9pt; color: #66CC00;
	font-weight: 400;
	margin-top: 0pt; margin-bottom: 4pt;
}
h4
{
	font-size: 9pt; color: #353535;
	margin-top: 0pt; margin-bottom: 4pt;
}
/* Style für Referenzen Beispiele */
h5
{
	font-size: 9pt; color: #000000;
	font-weight: 400;
	margin-top: 0pt; margin-bottom: 6pt;
}
/* Style für Zitate */
h6 
{
	font-size: 10pt; color: #777777;
	font-weight: 400;
	margin-top: 0; margin-bottom: 4pt;
}
p, td
{ 	font-size: 10pt; color: #000000;
}
p
{
	margin-top: 0; margin-bottom: 6pt;
}
/* Style für Listen, auf Referenzen Beispiele angepasst */
li
{
	list-style-type: square;
	/*color: #66CC00;*/
	font-size: 9pt; color: #000000;
	font-weight: 400;
	margin-top: 0pt; margin-bottom: 0pt;
}
ul
{
	
	margin-top: 0pt; margin-bottom: 0pt;
}
td
{
	vertical-align="top";
}
