
table {
border-collapse:collapse;
border:1px solid #999;
}

thead , tfoot {
background:#DCDCDC;
}
 
tbody {
background:"azure";
}

tbody th {
text-align:center;
}

th , td {
padding:10px ;
text-align:left;
} 


tfoot th {
font-size:75%;
font-weight:normal;
}

caption {
margin-bottom:10px;
font-weight:bold;
color:#2F4F4F;
}  

tr.gerade {
background:#E6E6FA;
}
