 table#Tabelle1 {
 border: 1px solid black;
}
 
table#Tabelle1 tr:nth-child(even) {
 background-color: #eee
}
 
table#Tabelle1 tr:nth-child(odd) {
 background-color: #fff;
}
 
table#Tabelle1 th {
 color: white;
 background-color: black;
 padding: 4px 4px 2px 4px;
}
 
table#Tabelle1 td {
 border: 1px solid black;
 padding: 2px;
}
 
table#Tabelle1 tr:last-of-type td {
 background-color: fffb99;
 text-align: center;
}

 table#Statistik {
 border: 1px solid black;
}
 
table#Statistik tr:nth-child(even) {
 background-color: #ffff00
}
 
table#Statistik tr:nth-child(odd) {
 background-color: #eee;
}
 
table#Statistik th {
 color: white;
 background-color: black;
 padding: 4px 4px 2px 4px;
}
 
table#Statistik td {
 border: 2px solid black;
 padding: 15px;
}
 
table#Statistik tr:last-of-type td {
 background-color: fffb99;
 text-align: left;
}