table{
  border-collapse:collapse;
  line-height: 110%;
  background-color: #FFE8C3;
  width:100%;
  empty-cells:show;
  border-spacing:0px;
}

td {
  border-bottom: 1px dashed #C1C1C1;
  vertical-align: top;
  padding: 2px 4px 2px 4px;
}


/* mit rundung */
th{
  background-color: #88001d;
  color: white;
  font-weight: bold;
  padding: 0px 4px 3px 4px;
  border-width: 0px;
}
/* ohne Rundung Padding ist anders
th{
  background-color: #88001d;
  color: white;
  font-weight: bold;
  padding: 3px 4px;
  border-width: 0px;
}
*/
table.zeile th{
  border-left: 1px solid #88001d;
  border-right: 1px solid #88001d;
}
tr:hover{
  background-color: #EBC17D;
  color:black;
}
table.zeile .row2{
  background-color: white;
}
table.spalte .col2{
  background-color: white;
}

table.zeile td{
  border-bottom: 0px dashed #C1C1C1;
  border-left: 1px dashed #C1C1C1;
  border-right: 1px dashed #C1C1C1;
}
table.spalte td{
  border-bottom: 1px dashed #C1C1C1;
}

#ohne table {
  border-collapse:collapse;
  line-height: 110%;
  background-color: #FFFFF;
  width:100%;
  empty-cells:show;
  border-spacing:0px;
}

#ohne td{
border-width:0px;
}