/* ... 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 {font-family: Arial,Helvetica,Helv;
                 color: #0000C6}
        pre {font-family: Courier,Courier New; }

/* ... Zeilenabstände ... */
       p,center,br,ul,ol,li,dl,dd,dt,pre,address {line-height: 15.0pt;}
       h3 {line-height: 18.0pt;}
       h2 {line-height: 28.0pt;}

/* ... Schriftgrößen ... */
        a,p,center,br,ul,ol,li,dl,dd,dt,td,pre,address,menu {font-size: 10pt;}
        h1 { font-size:  20pt;}
        h2 { font-size:  18pt;}
        h3 { font-size:  13pt;}
        h4 { font-size:  12pt;}
        h5 { font-size:  10pt;}
        h6 { font-size:   8pt;}
        small {font-size: 8pt;}

/* ... Links ...*/
        A         {text-decoration: none; color: darkblue;}
        A:hover   {text-decoration: underline; color: darkblue;}
        A:active  {text-decoration: none; color: darkblue;}
        A:link    {text-decoration: none; color: darkblue;}

/* ... Besondere Farben ...*/
        body {background-color: ;}
        h1,h2,h3,h4,h5,h6 {color: darkblue;}
/*        h1 {background: #d9E0E2;} */

/* ... Besondere Ausrichtung ...*/
        h1 {text-align: center;}


/* ... 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;}

p.rot {         	color:#FF0000;
                 font-weight: bold; }

td.l    {        font-size:   10pt;}

.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; 
  } 



 input.form,  textarea.form, select.form,  input.senden
    {
    color: #ffff00;
    font-family : Arial;
    font-weight: bold;
    font-size: 11pt;
    background-color: #0000aa;
    border: 2 solid #000022;
    }