1 /* Allgemeine Schriftdefinition */
 
  11 /* Definition Tabellenueberschrift */
 
  13 .left   { text-align:left; }
 
  14 .center { text-align:center; }
 
  15 .right  { text-align:right; }
 
  17 tr.headline    { border:0; }
 
  18 tr.headline td { border:0; }
 
  19 h3 { font-size:120%; }
 
  20 h3 { font-size:100%; }
 
  25         border-bottom: solid thin black;
 
  30 th.left  { border-left:  solid thin black; }
 
  31 th.right { border-right: solid thin black; }
 
  33 .querkopf th.right { text-align:center; }
 
  35         border-top: solid thin black;
 
  44 td.left  { border-left:  solid thin black; }
 
  45 td.right { border-right: solid thin black; }
 
  48 /* jede zweite Zeile grau hinterlegen */
 
  53 /* letzte Zeile in der Tabelle */
 
  54 #last td{ border-bottom: solid thin black; }
 
  56 /* Zwischensumme/-ueberschriften */
 
  57 tr.subtotal td { font-weight: bold; }
 
  59 /* Fusszeile unter der Tabelle */