/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** rdts AG | CSS-Datei | Content | CUSTOM
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** Tabelle
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

table.layout {
  margin: none;
  padding: none;
  text-align: left;
  vertical-align: top;
  width: 370;
  height: auto;
  border-collapse: collapse;
  font-size: 1.0em;
  background: #ffffff;
}

th.layout {
  margin: 0;
  padding: 3px 0 3px 10px;
  font-size: 1.0em;
  font-weight: bold;
  color: #000000;
  width: auto;
  height: auto;
  text-align: center;
  border: 1px solid #999999;
  border-collapse: collapse;
}

th.layout-end {
  margin: 0;
  padding: 3px 0 3px 10px;
  font-size: 1.0em;
  font-weight: bold;
  color: #000000;
  background: transparent;
  width: 50%;
  height: auto;
  text-align: left;
  border: none;
  border-collapse: collapse;
}

td.layout {
  margin: 0;
  padding: 3px 0 3px 10px;
  font-size: 1.0em;
  color: #000000;
  width: auto;
  height: auto;
  text-align: left;
  border: 1px solid #999999;
  border-collapse: collapse;
}

td.layout-end {
  margin: 0;
  padding: 3px 0 3px 10px;
  font-size: 1.0em;
  color: #000000;
  width: auto;
  height: auto;
  text-align: left;
  border: 1px solid #999999;
  border-collapse: collapse;
}