 /* CSS Datei für die Menüs*/
 
 
 body      { color:#CFCFCF; 
 		     background-color: rgb(102,0,204); 
 		     font-size:8pt; 
 		     margin-left:-2pt;
 		     margin-right:0pt; 
 		     font-color:#CFCFCF;
 		     background-image:url(../images/banner.jpg); 
 		     background-repeat:repeat;}

/* Schriftsatz für das Wort Besucher*/

#textklein {color:#000000; 
           font-family:Verdana; 
           font-size:7pt;}
 		     
 a:link 	{ text-decoration:none; 
 		  	font-weight:bold; 
 		  	color:#FFFFFF; 
 		  	text-indent:1pt;
          	font-family:"Arial",Verdana; 
          	font-size:9pt;}

 a:visited {text-decoration:none; 
 			font-weight:bold; 
 			color:#FFFFFF;text-indent:1pt;
            font-family:"Arial",Verdana; 
            font-size:9pt;}

a:hover 	{text-decoration:none; 
			 font-weight:bold; 
			 color:#FF0000;
			 text-indent:1pt;
             font-family:"Arial",Verdana;
             font-size:9pt;}

a:active {	 text-decoration:none; 
		     font-weight:bold; 
		     color:#FFFFFF;
		     text-indent:1pt;
             font-family:"Arial",Verdana; 
             font-size:9pt;}

         /*  Die Eigenschaft der Untermenüs Mannsacht*/
             
a.unter:link { text-decoration:none; 
			   font-weight:bold; 
			   color:#00FFFF; 
			   text-indent:1pt;
          	   font-family:"Arial",Verdana; 
          	   font-size:9pt;}

 a.unter:visited {text-decoration:none; 
 			      font-weight:bold; 
 			      color:#00FFFF;
 			      text-indent:1pt;
           		  font-family:"Arial",Verdana; 
           		  font-size:9pt;}

a.unter:hover {text-decoration:none;  
			   font-weight:bold; color:#FF0000;
			   text-indent:1pt;
           	   font-family:"Arial",Verdana; 
           	   font-size:9pt;}

a.unter:active {text-decoration:none; 
				font-weight:bold; 
				color:#00FFFF;
				text-indent:1pt;
				font-family:"Arial",Verdana; 
				font-size:9pt;}


th      {  color: #007F00; 
		   text-align:center; 
		   font-weight: bold;
		   text-indent:1pt;
	       background-color: #9AF495; 
	       font-family:Verdana; 
	       font-size:14pt;
	       
	       }

td        {  color: #FFFFFF;  
			 font-weight: bold;
             font-family:"Arial",Verdana; 
             font-size:9pt; 
             margin-left:100pt;}




