.XTextNormal { font-family: Arial, Helvetica, sans-serif; font-size: 100%; line-height: normal; }


/*   Stand 01/2008 */

/*   T e x t s t i l e   */

h1, h2, h3
{
	font-family: Arial, Helvetica, sans-serif;
}
p, table, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%; /* entspricht 9pt */
	margin-top: 0; /* Firefox-Default ist nicht 0! */
	margin-bottom: 0.3em;
	line-height: 130%;
/*	text-align: left; */
}
body
{
	/* background-image:url(bkgr.gif); */
}

th	{                  font-weight: normal; text-decoration: none; }
h1	{ font-size: 150%; font-weight: bold;   text-decoration: underline; }
h2	{ font-size: 125%; font-weight: bold;   text-decoration: underline; }
h3	{ font-size: 100%; font-weight: bold; }

/* Classes koennen kombiniert werden: class="GrayBG Font75" */
/* Die font-size in % wird auf passende pt gemappt, aber die
   Zeichen-/Zeilen-/Wort-Abstände werden aus den realen Prozentzahlen berechnet! */
.Font150     { font-size: 150%; }
.Font120     { font-size: 120%; }
.Font100     { font-size: 100%; } /* entspricht 12 pt (exakt: 91.6%, Bereich: 97%...  %) */
.Font91      { font-size:  91%; } /* entspricht 11 pt (exakt: 91.6%, Bereich: 91%...96%) */
.Font85      { font-size:  85%; } /* entspricht 10 pt (exakt: 83.3%, Bereich: 85%...90%), Verdana 10pt ist so hoch wie 9pt, sieht vergroessert schlecht aus */
.Font75      { font-size:  75%; } /* entspricht  9 pt (exakt: 75.0%, Bereich: 72%...84%) */
.Font67      { font-size:  67%; } /* entspricht  8 pt (exakt: 66.6%, Bereich: 66%...71%) */
.Font60      { font-size:  60%; } /* entspricht  7 pt (exakt: 58.3%, Bereich: 65%...  %) */

.Indent30    { margin-left:  30px; margin-top: 20px; }
.Indent100   { margin-left: 100px; margin-top: 20px; }
.Indent1     { margin-left:  40px; margin-top: 20px; } /* passt unter Titel1 */
.Indent2     { margin-left:  90px; margin-top: 20px; } /* passt unter Titel2 */

/*   F a r b e n   */
/*body         { color:rgb(11,28,132); background-color:rgb(255,255,255); }*/
body         { color:rgb(0,0,0); background-color:rgb(255,255,255); } /* Schriftfarbe */

