/* Tabellen und Schriften Art Groesse */

table, th, td { 
  border-collapse: separate;
  padding: .3em .5em; 
  }

table {
 margin-center: 1em;
 }

th, caption { 
  background-color: #ffffff; 
  color: #000000; 
  border: thin solid #ffffff;
  }

td {
 background-image: linear-gradient(#ffffff, #ffffff);
 border-left: thin solid #ffffff;
 border-right: thin solid #ffffff;
 font-family:verdana, sans-serif;
 font-size: 18px;
 }

tfoot {
 background-image: linear-gradient(#ffffff, #ffffff);
 border-left: thin solid #ffffff;
 border-right: thin solid #ffffff;
 font-family:verdana, sans-serif;
 font-size: 18px;
 }

 border-bottom: thin solid #ffffff;
 }

caption {
  font-size: 1.5em;
  border-radius: .5em .5em 0 0;
  padding: .5em 0 0 0
  }

 tbody {
/* 1. 2. 6. 7. 8. 9. Spalte zentriert */
  td:nth-of-type(1), td:nth-of-type(2), td:nth-of-type(6), td:nth-of-type(7), td:nth-of-type(8), td:nth-of-type(9) {
  text-align: center;
  }

/* 3. 4. und 5. Spalte linksbündig */
  td:nth-of-type(3), td:nth-of-type(4), td:nth-of-type(5) {
  text-align: left;
  }
