/* 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; }
	 
.bannerzelle  { background:#D5D9E6; }

.bannerzellerechts  { background:#FFFFFF; }

.hauptzelle  { background:#FFFFFF; }

.searchzelle  { background:FFFFFF; }

.searchform  { background:#D5D9E6; }

.linkzelle  { background:#D5D9E6; }

.linksunten  { background:#D5D9E6; }

.hauptzellenforms  { background:#EEEEEE; }

	a:aktive  {
		font-family : Verdana, Arial;
		font-size : 9pt;
		color : red;
		font-weight : bold;
		text-decoration : none;
		
	}
	
	a:hover  {
		font-family : Verdana, Arial;
		font-size : 9pt;
		color : Red;
		font-weight : bold;
		text-decoration : underline;
		
	}
	
	a  {
		font-family : Verdana, Arial;
		font-size : 9pt;
		color :maroon;
		font-weight : bold;
		text-decoration : none;
	  }
	  
		  a:visited {
		font-family : Verdana, Arial;
		font-size : 9pt;
		color :grey;
		font-weight : bold;
		text-decoration : none;
	  }

	body  {
		background:#CBD0E7;
		font-family : Verdana, Arial;
		font-size : 9pt;
		color : black;
	 }
	 

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

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


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


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

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

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

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

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

 }


	

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

