/* ... Style-Sheet-Angaben ... */
/* ... Font-family, alle ... */
        body,a,p,br,h1,h2,h3,h4,h5,h6,ul,ol,ul,dt,li,div,td,tr,th,address,blockquote,nobr,center,b,i,em,u,strong,big,menu,u {font-family:Verdana,Arial,Helvetica,Helv;}
        pre {font-family: Courier,Courier New; }

/* ... Schriftgrößen ... */
        a,p,center,br,ul,ol,li,dl,dd,dt,td,pre,menu {font-size: 11pt;}
        address {font-size: 8pt;}
        h1 { font-size:  16pt;}
        h2 { font-size:  15pt;}
        h3 { font-size:  14pt;}
        h4 { font-size:  12pt;}
        h5 { font-size:  10pt;}
        h6 { font-size:   8pt;}
        small {font-size: 9pt;}

/* ... Links ...*/
        A         {text-decoration: none; color: #0000ff;}
        A:hover   {text-decoration: underline; color: #ff0000;}
        A:active  {text-decoration: none; color: #0000ff;}
        A:link    {text-decoration: none; color: #0000ff;}

/* ... Besondere Farben ...*/

        h1,h2,h3,h4,h5,h6 {color: #dd0000}
        i  {background: #ccccff;}

/* ... Besondere Ausrichtung ...*/
        h1,h2 {text-align: center;}
        address {text-align: center;}

/* ... Besondere Abstände ...*/
        body { margin: 0 px; }
        li,p {line-height: 18.0pt;}
        h3   {line-height: 15.0pt;
              margin-bottom:4pt;
             }

/* ... Einzüge ... */
        /*
        li,address,dd,dt {margin-left: 0px; margin-right: 15px;}
        p,br,pre                         {margin-right: 15px;}
        td.o_li_einzug         {font-size: 8pt; margin-left: 2px;}
        blockquote                 {margin-left: 25px;  margin-right: 15px;}


/* ... Besondere Text-Attribute ... */
        address {text-decoration: italic;}

.caltz    /* Kalender Tabelenkopf  */
  { 
  background-color:#FFCC00; 
  font-weight: bold; 
  } 
  
.calwt    /* Kalender Wochentage */
  { 
  background-color:#66b3ff; 
  font-size: xx-small; 
  font-weight: bold; 
  } 
  
.caltab2    /* Kalender Datumshintergrund und Werktage */
  { 
  background-color:#a8d3ff; 
  font-size: xx-small; 
  } 
.calat 
  { 
  background-color:#a8d3ff; 
  font-size: xx-small; 
  } 
  
.calwe             /* Wochenende */
  { 
  background-color:#93c9ff; 
  font-size: xx-small; 
  } 

.calht, .calhe      /* Heute*/
  { 
  background-color:#FFCC00; 
  font-size: xx-small; 
  font-weight: bold; 
  } 


 select.form, input.form
    {
    font-family: Arial;
    font-stretch: narrower;
    font-size: 8pt;
    color: #9C0000;
    background-color: #B5F0F0;
    }