/* Formate nur für Tabellen: */

/*  Fonts, Zeilenhöhe und Hintergrundfarbe  */
.thead      { font-family: Arial; font-size: 70%; font-weight: bold; text-align: center; 
              line-height: 110%; background-color: #FFFFE0 ;}
.tfirma     { font-family: Arial; font-size: 70%; color: #0000FF; text-align: left; 
              line-height: 110%; font-weight: bold; background-color: #FFFFFF ;}
.tmodel     { font-family: arial; font-size: 70%; text-align: left; 
              line-height: 110%; background-color: #F5F5F5 ;}
.tdata      { font-family: Arial; font-size: 70%; text-align: center;line-height: 110%;}

/*  Außen- und Zellenrahmen  */
td          { border: solid 1px #939393; padding-left:3px; }
.trahmen	{ border: 0px solid blue; padding: 3px; 
              empty-cells: show; border-collapse: collapse;}                        
td.keinzrahmen { border: solid 0px #000000; padding-left:3px; }



             /* border ok, border-spacing geht noch nicht in IE6, 
              border collapse geht nicht in Netscape 6, ok in Firefox 7;
              padding und border separat (!) für Tabelle und Zellen;
              empty cells noch nicht in IE6
              */
