body {
  background-color: Lightgray;
}




.table1 table, .table1 th, .table1 td { 
  border-collapse: collapse;
  padding: .1em .5em; 
  color: #333333;
  font-size: 1em;
}

.table1 table {
 margin-left: 1em;
    
}

.table1 th, .table1 caption { 
  background-color: #666; 
  color: #fff; 
  border: thin solid #666;
}

.table1 td {
 background-image: linear-gradient(#f9f9f9, #e3e3e3);
 border-left: thin solid #666;
 border-right: thin solid #666;
}

.table1 .NORMAL {
 background-image: linear-gradient(#ffff00, #e3e3e3);
}

.table1 .EXPENSIVE {
 background-image: linear-gradient(#ff0000, #e3e3e3);
}

.table1 .VERY_EXPENSIVE {
 background-image: linear-gradient(#8800ff, #e3e3e3);
}

.table1 .CHEAP {
 background-image: linear-gradient(#00ff00, #e3e3e3);
}

.table1 .VERY_CHEAP {
 background-image: linear-gradient(#87CEFA, #e3e3e3);
}




.table1 tfoot {
  border-bottom: thin solid #666;
}

.table1 caption {
  font-size: 1.0em;
  border-radius: .5em .5em 0 0;
  padding: .0em 0 0 0
}

/* 3. und 4. Spalte rechtsbündig 
.table1 td:nth-of-type(3), .table1 td:nth-of-type(4) {
  text-align: right;
}

*/




table.darkTable {
  font-family: "Arial Black", Gadget, sans-serif;
  border: 2px solid #000000;
  background-color: #4A4A4A;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.darkTable td, table.darkTable th {
  border: 1px solid #4A4A4A;
  padding: 1px 2px;
}
table.darkTable tbody td {
  font-size: 13px;
  color: #E6E6E6;
}
table.darkTable tr:nth-child(even) {
  background: #888888;
}
table.darkTable thead {
  background: #000000;
  border-bottom: 3px solid #000000;
}
table.darkTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #E6E6E6;
  text-align: center;
  border-left: 2px solid #4A4A4A;
}
table.darkTable thead th:first-child {
  border-left: none;
}

table.darkTable tfoot td {
  font-size: 12px;
}