
  \*Aufruf durch z. B.: <td class="std">*\
   
   BODY  {
   background : white;
   }
   
   STRONG  {
   background-color : grey;
   }
   
   A:link  {
   color : #0055AA;
   text-decoration : underline;
   }
   
   A:visited  {
   color : #020202;
   text-decoration : underline;
   }
   
   A:active  {
   color : #909090;
   font-style : italic;
   }
   
   .std  {
   font-family : Arial;
   font-size : 11pt;
   font-style : normal;
   cursor : auto;
   color : Black;
   text-decoration : none;
   text-transform : none;
   text-align : left;
   }
   
   .normal  {
   font-family : Arial;
   font-size : 10pt;
   font-style : normal;
   color : Black;
   text-decoration : none;
   text-transform : none;
   text-align : left;
   }
   
   .gross  {
	font-family : Arial;
	font-size : 14pt;
	font-style : normal;
	color : Black;
	text-decoration : none;
	text-transform : none;
	text-align : left;
}
   
   .wichtig  {
	font-family : Arial;
	font-size : 16pt;
	font-style : normal;
	font-weight : bold;
	cursor : help;
	color : Tomato;
	text-decoration : none;
	text-transform : none;
	text-align : left;
}
   
   .klein  {
   font-family : Arial;
   font-size : 9pt;
   font-style : normal;
   cursor : auto;
   color : Black;
   text-decoration : none;
   text-transform : none;
   text-align : left;
   }
   
   .mini  {
   font-family : Arial;
   font-size : 8pt;
   font-style : normal;
   cursor : auto;
   color : Black;
   text-decoration : none;
   text-transform : none;
   text-align : left;
   }
   
   .balken  {
   font-family : Arial;
   font-size : 11pt;
   font-style : normal;
   font-weight : bold;
   cursor : auto;
   color : Black;
   background : #FFFF99;
   text-decoration : none;
   text-transform : none;
   text-align : left;
   }
   
   .kopf  {
   font-family : Arial;
   font-size : 16pt;
   font-style : normal;
   font-weight : bold;
   cursor : auto;
   color : LimeGreen;
   text-decoration : none;
   text-transform : none;
   text-align : left;
   }
  
   .tabhead  {
  	font-family : Arial;
  	font-size : 9pt;
  	font-style : normal;
  	cursor : auto;
  	color : Black;
  	text-decoration : none;
  	text-transform : none;
  	text-align : left;
  	background-color : #F2ECD7;
  	font-weight : bold;
  }

