/* 13.02.2006 absolute Größenangabe 9pt in relative größenangabe 12px geändert,
   damit passt sich die webseite auf die  verschiedenen bildschirmauflösungen
	und darstellungen in unterschiedlichen browsern an
	
		geändert:	8pt   -  10px
						9pt	-	12px
					  10pt   -  14px
*/

body {font-family:Verdana, Arial, Helvetica, Sans Serif;  
	  background-color:#666666; }

a 	{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 12px;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
} /* versuch durch gleiche schriftstärken die wackelei zu verhindern */
	 
a.text 	{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 12px;
	text-decoration: none;
	color: Maroon;
	font-weight: bold;
} /* versuch durch gleiche schriftstärken die wackelei zu verhindern */

a.sub 	{font-family:Verdana, Arial, Helvetica, Sans Serif; 
	 font-size:12px;  
	 text-decoration:none; 
	 color:#e8e8e8;
	 font-weight:bold;} /* versuch durch gleiche schriftstärken die wackelei zu verhindern */

a:hover 	{color:Blue;
			 font-size:12px; 
			 font-weight:bold; }

a.text:hover 	{color:Blue;
			 font-size:12px; 
			 font-weight:bold;}
			 
a.sub:hover 	{color:Blue;
			 font-size:12px; 
			 font-weight:bold;}
			 
a.activated {color:#e8e8e8; 
			 font-size:12px; 
			 font-weight:bold; }

p {font-family:Verdana, Arial, Helvetica, Sans Serif; 
   font size:12px; 
   color:#000000; 
   margin-top:0px; }

p.titel {font-family:Verdana, Arial, Helvetica, Sans Serif; font size:14px; color:#666666; font-weight:bold; }
p.bild {font-family:Verdana, Arial, Helvetica, Sans Serif; font size:10px; color:#000000;}
td { font-family:Verdana, Arial, Helvetica, Sans Serif; font-size:12px; color:#000000; }


  


