 
	  /*--Eigenschaften Überschriften-----------------------------------------*/
	  .ueberschrift { font-family:Arial; 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;}
	  
	  
	  /*--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;}
	  .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:#8c5500; font-weight:bold;}
	  .inaktiv {font-family:Arial; font-size:10pt; color:#A7A7A7;}

	  /*--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:#BB6A00; text-decoration:none;}
	  a:hover {font-family:Arial; font-size:10pt; font-weight:bold; color:#FF8800; text-decoration:none}
	  
	  /*--Farben die in der Seite verwendet werden----------------------------*/
	  #kopf {background-color:#FEC96D;}
	  #gruen {background-color:#008000;}
	  #navi {background-color:#C0C0C0;}
	  #tabellenkopf {background-color:#fa9c00;}
	  #korand {background-color:#f5ba81; 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 #f5ba81; padding:2px;}

