body,th,td
{
 font-family:verdana;
 font-size:8pt;
}

table.tabelle
{
 width:680px;
 border-collapse:collapse;
 border: thin solid cc0000;
 border-spacing:3px;
 cell-padding:3px;
 table-layout:fixed;
 empty-cells:show;
}

th
{
 background-color:cccccc;
}

td.s1,td.s2,td.s3,td.s4,td.s5,td.s6,td.s7,td.s8,td.s9,td.s10,td.s11,td.s12,td.s13,td.s14,td.s15,td.s16,td.s17,td.s18,td.s19,td.s20,td.s21,td.s22,td.s23,td.s24,td.s25,th
{
 padding:1px;
 border-bottom: 1px solid gray;
 text-align:right;
 width:20px;
}

td.s1,th.s1
{
 width:25px;
}

td.s2,th.s2
{
 width:120px;
 text-align:left;
}

tr.odd
{
 background-color:ffffff;
}

tr.even
{
 background-color:ffffff;
}

tr.odd:hover
{
 background-color:ff9999;
}