/* Tabellen-Layout frei nach 
http://www.thestyleworks.de/examples/table-layout/table-layout-00b.html */

div.LocalTable th {
   border: 1px solid #B6B6B7;
   empty-cells: show;
   font : 96% "DejaVu Sans"; 
   font-weight: lighter;	
 background-color: #B6B6B7;
/* #fff3fa; */
}
div.LocalTable td {
   border: 1px solid  #B6B6B7;
   empty-cells: show;
   font : 96% "DejaVu Sans"; 
/* background-color: #FFF5FC;*/ 
}

