.TabelleKomplex table
{
  padding:         2px;
  border-spacing:  0px;
  border-collapse: collapse;
  empty-cells:     show;
}

.TabelleKomplex table thead
{
  background-color:#4b575e;
  color:           #FFFFFF;
  font-weight:     bold;
}

.TabelleKomplex table thead th
{
  border-width:    0px !important;
}

.TabelleKomplex table tbody tr td
{
  border-style:       solid;
  border-width:       0px;
  border-bottom-width:1px;
  border-color:       #c8ccce
}