/* Diese Datei bestimmt das aussehen der meisten Schrift, und Linkfarben*/
/* sowie auch der Schriftgrößen*/
/* SIE SOLLTEN DIESE ORGINALDATEI IN EINER TXT DATEI SICHERN*/
/* UM SIE FÜR DEN FEHLERFALL ALS ORGINAL WIEDER EINSETZEN ZU KÖNNEN*/

.tabellenrand  { background:#000000; }
  
.hauptzelle  { background:#000000; }

.searchform  { background:#000000; }

.searchform2  {  }

.linkzelle  { background:#000000; }

.hauptzellenforms  { background:#000000; }

	a:aktive  {
		font-family : Verdana, Arial;
		font-size : 9pt;
		color : #FFCC00;
		font-weight : bold;
		text-decoration : none;
		
	}
	
	a:hover  {
		font-family : Verdana, Arial;
		font-size : 9pt;
		color : #FFCC00;
		font-weight : bold;
		text-decoration : underline;
		
	}
	
	a  {
		font-family : Verdana, Arial;
		font-size : 9pt;
		color :#CC00CC;
		font-weight : bold;
		text-decoration : none;
	  }
	  

	body  {
		
		font-family : Verdana, Arial;
		font-size : 9pt;
		color : white;
	 }
	 

	 
		table  {
		font-family : Verdana, Arial;
		font-size : 9pt;
		color : white;
	 }

	td  {
		font-family : Verdana, Arial;
		font-size : 9pt;
		color : white;
	 }


	small  {
		font-family : Verdana, Arial;
		font-size : 8pt;
		color : white;
	 }


	li  {
		font-family : Verdana, Arial;
		font-size : 9pt;
		color : white;
	 }

	ul  {
		font-family : Verdana, Arial;
		font-size : 9pt;
		color : white;
	 }

	ol  {
		font-family : Verdana, Arial;
		font-size : 9pt;
		color : white;
	 }

   .mini  {
		font-family : Verdana, Arial;
		font-size : 7pt;
		font-weight : normal;
		color : #FFCC00; text-decoration : underline; background: #660033;
	 }

  .mini:hover  {
		font-family : Verdana, Arial;
		font-size : 7pt;
		font-weight : normal;
		color : blue; text-decoration : underline; background: white;

 }


	

  .mini:aktive  {
		font-family : Verdana, Arial;
		font-size : 7pt;
		font-weight : normal;
		color : blue; text-decoration : underline; background: yellow;
	 }

