
/* formate.css 										*/

/* folgendes muss in jede HTML-Datei über <STYLE> ... </STYLE> eingebunden werden:	*/
/*											*/
/*	<link rel=stylesheet type="text/css" href="../formate.css">			*/
/*											*/	




p, table, td, tr, h1, h2, h3, h4, h5, h6, ul, ol  {font-family: verdana; 
                                                   color: #333333;
                                                   font-size: 10pt;}

a:visited	{color: #333333;}

a:link		{color: #333333;}

a:active	{color: #333333;}

a 		{font-family: verdana;}


body		{background-color: #FFFFFF;}

td.dunkler, 
 tr.dunkler     {background-color: #000000;}

td.Titel,
 tr.Titel,
  th.Titel      {background-color: #333333; 
                 color: #DDDDDD;
                 font-size: 11pt;}












