   /* Monat ausgeben */
td.h {
      font-family:verdana, helvetica;
      font-size:10pt;
      text-align:right;
      padding:5px;
      background-color:#DFDFDF;
     }
   /* Wochentage ausgeben */
tr.s {
      font-family: verdana, helvetica;
      font-size:9pt;
      padding:5px;
      text-align:center;
      border-width:1px;
      color:#2F2F2F;
      background-color:#EFEFEF;
     }


td.d {
      font-family:verdana, helvetica;
      font-size:9pt;
      padding:5px;
      background-color:white;
     }
td.d0 {
		font-family:verdana, helvetica;
		font-size:9pt;
		border-style:none;
		padding:5px;
		text-align:center;
		border-width:1px;
		border-color:gray;
		background-color:white;
		font-weight:normal;
		}
td.d1 {
		font-family:verdana, helvetica;
		font-size:9pt;
		border-style:none;
		padding:5px;
		text-align:center;
		border-width:1px;
		border-color:gray;
		background-color:#FFBF00;
		font-weight:normal;
		}
    /* aktuelles Datum hervorheben */
td.d2 {
       font-family:verdana, helvetica;
       font-size:9pt;
       border-style:solid;
       text-align:center;
       border-width:2px;
       border-color:#DF0000;
       background-color:#DFDFDF;
       font-weight:bold;
      }
body  {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 2pt;
      color: #333333;
      background-color: #FFFFFF;
      }
td    {
      font-size: 10pt;
      }