BODY           {
	background-color: #EEEEEE;
	font : small Arial, Helvetica, sans-serif;
	color : Black;
}

A         {
	color : Navy;
}
A:Visited      {
	color : #091888;
}
A:Active       {
	color :#DD0000;
}
A:Hover        {
	color : #DD0000;
}

.Kopf          {
	font-size : 20pt;
}

.Ueberschrift1 {
	margin-top : 18pt;
	margin-bottom : 6pt;
	font : 14pt Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.Ueberschrift2 {
	margin-top : 16pt;
	margin-bottom : 6pt;
	font : 13pt Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.Ueberschrift3 {
	margin-top : 14pt;
	margin-bottom : 6pt;
	font : 12pt Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.Absatz        {
	margin-top : 6pt;
}

.Fett          {
	font-weight : bold;
}
.Kursiv        {
	font-style : italic;
}
.Klein         {
	font : 10pt Arial, Helvetica, sans-serif;
}

.Lila          {
	color : #DD00DD;
}
.Rot           {
	color :#DD0000;
}
.Blau          {
	color : #0000DD;
}

.AbsatzFett     {
	margin-top : 6pt;
	font-weight : bold;
}

.AbsatzRotFett  {
	margin-top : 6pt;
	font-weight : bold;
	color :#DD0000;
}

.LilaFett      {
	color : #DD00DD;
	font-weight : bold;
}
.RotFett       {
	color : #DD0000;
	font-weight : bold;
}
.BlauFett      {
	color : #0000DD;
	font-weight : bold;
}

.LilaKursiv    {
	color : #DD00DD;
	font-style : italic;
}
.RotKursiv     {
	color : #DD0000;
	font-style : italic;
}
.BlauKursiv    {
	color : #0000DD;
	font-style : italic;
}

.KursivKlein   {
	font-style : italic;
	font : 10pt Arial, Helvetica, sans-serif;
}
.KursivFett    {
	font-style : italic;
	font-weight : bold;
}
