 
	  /*--Eigenschaften Überschriften-----------------------------------------*/
	  .ueberschrift { font-family:Lucida calligraphy; font-weight:bold; color:gold; font-size:24pt; text-decoration:none;}
	  .ueberschrift1 {font-family:Arial; font-weight:bold; color:black; font-size:24pt; text-decoration:none;}
	  .ueberschrift2 {font-family:Arial; font-weight:bold; color:black; font-size:18pt; text-decoration:none;}
	  .ueberschrift2w {font-family:Arial; font-weight:bold; color:white; font-size:18pt; text-decoration:none;}
	  .ueberschrift3 {font-family:Arial; font-weight:bold; color:black; font-size:16pt; text-decoration:none;}
	  .ueberschrift3w {font-family:Arial; font-weight:bold; color:white; font-size:16pt; text-decoration:none;}
	  
	  
	  /*--Eigenschaften Textbereiche------------------------------------------*/
	  .text {font-family:Arial; font-size:10pt; color:black;}
	  .fett {font-family:Arial; font-size:10pt; color:black; font-weight:bold;}
	  .kursiv {font-family:Arial; font-size:10pt; color:black; font-style:italic;}
	  .gross {font-family:Arial; font-size:12pt; color:black;}
	  .grossweiss {font-family:Arial; font-size:12pt; color:white; font-weight:bold;}
	  .klein {font-family:Arial; font-size:8pt; color:black;}
	  .ganzklein {font-family:Arial; font-size:6pt; color:black;}
	  .weiss {font-family:Arial; font-size:10pt; color:white; font-weight:bold;}
	  .titel {font-family:Arial; font-size:10pt; color:#284f00; font-weight:bold;}
	  .inaktiv {font-family:Arial; font-size:10pt; color:#A7A7A7;}
	  .achtung {font-family:Arial; font-size:12pt; color:red; font-weight:bold; }
		.grau {font-family:Arial; font-size:10pt; color:#888888;}

	  /*--Eigenschaften Hintergrund-------------------------------------------*/
	  body {background-color:white; margin-left:15px; margin-right:15px; margin-top:15px; margin-bottom:15px }
	  
	  /*--Eigenschaften Tabellen----------------------------------------------*/
	  table {align:center;}
	  td {vertical-align:middle;}
	  	  
	  /*--Eigenschaften Hyperlinks--------------------------------------------*/
	  a {font-family:Arial;  font-size:10pt; font-weight:bold; color:#006600; text-decoration:none;}
	  a:hover {font-family:Arial; font-size:10pt; font-weight:bold; color:#009900; text-decoration:none}
	  
	  /*--Farben die in der Seite verwendet werden----------------------------*/
	  #kopf {background-color:#e0f4d2;}
	  #gruen {background-color:#008000;}
	  #navi {background-color:#C0C0C0;}
	  #tabellenkopf {background-color:#3db204;}
	  #korand {background-color:#e0f4d2; border-top-color:#000000; border-bottom-color:#000000; border-top-style:solid; border-bottom-style:solid; border-top-width:2px; border-bottom-width:2px;}
	  #tabellenrand {border:1px solid #e0f4d2; padding:2px;}

