/* Stylesheet-Datei fuer die Uebersicht der Eloxalfarbtoene */

table.et-farbtoene
{
  table-layout: fixed;
  white-space: nowrap;
  margin-top: 2.5em;
  margin-bottom: 0.5em;
  border-collapse: collapse;
  border: 1px solid #AAA;
}

th.et-farbtoene
{
  padding: 0.3em 1em;
  text-align: left;
  color: #006699;
  background-color: #CCC;
  font-weight: bold;
}

tr.et-farbtoene
{
  margin: 0.5em;
}

td.et-farbtoene-td1
{
  width: 10em;
  padding: 0.5em 1em;
  color: #000;
  background-color: #F0F0F0;
  border: 1px dashed #AAA;
}

td.et-farbtoene-td2
{
  width: 10em;
  padding: 0.5em 1em;
  color: #000;
  background-color: #E0E0E0;
  border: 1px dashed #AAA;
}
