body {  background-color: white; }

h1 	{ font-size: 1.5em;
      font-family:Helvetica,Arial,sans-serif;  
	  color: #660066;
	  text-align: center;
    } <!-- Titel der Seiten -->

h2 	{ font-size: 1em;
      font-family:Helvetica,Arial,sans-serif; 
	  font-weight: bold; 
	  color: #660066;
	} <!-- Übertitel farbig -->
	
h3 	{ font-size: 2.0em;
      font-family:Helvetica,Arial,sans-serif;  
	  color: #660066;
	  text-align: center;
    } <!-- Titel im Frame oben -->

h4  { font-size:12pt;
      font-family:Helvetica,Arial,sans-serif;   
      color: #660066;
	  line-height:12pt;
    } <!-- Menü im Frame links -->

h5  { font-size:11pt;
      line-height:11pt;
      font-family:Helvetica,Arial,sans-serif;   
      color: #660066;
    } <!-- Menü im Frame links - Untermenü -->

p  { font-size:12pt;
     font-family:Helvetica,Arial,sans-serif;   
     color: black;
   }

p.lila { color: #660066; }
p.rot	{ color: red; font-weight: bold; text-align: center;}

p.farbfett { color: #660066; font-weight: bold; }

p.fett 	{ font-weight: bold; }

p.gross { font-size: 1.8em; }
		 
p.error		{ font-size: 1.2em; color: red; font-weight: bold; text-align: center;}
p.center	{ text-align: center; }	

font.pink { color: #FF0099; }
		 
table.center	{ div-align: center; }

td.fett		{ font-weight: bold; }	 
td.eintrag 	{ font-size: 1em; color: #FFFFFF; background-color: #FF0099;  }
td.top 		{vertical-align: top;}
td.center	{text-align: center;}
td.links	{text-align: left; vertical-align: top;}
td.rot		{ color: red; font-weight: bold; }
td.strich 	{ color: #FFFFFF; text-align: center; vertical-align: top}

ul.abstand { margin-left:20px; } 

li.lila { color: #660066; }
li.pink { color: #FF0099; }

a:link 	  { text-decoration:none; font-weight:bold; color:#660066; }
a:visited { text-decoration:none; font-weight:bold; color:#660066; }
a:hover   { text-decoration:none; font-weight:bold; background-color:#FFFF00; }
a:active  { text-decoration:none; font-weight:bold; background-color:#CCFFFF; }