/*! Tabelle */

table.cinereousTable {
  border: 2px solid #DE4815;
  background-color: #EAEEC4;
  width: 100%;
  text-align: center;
}
table.cinereousTable td, table.cinereousTable th {
  border: 1px solid #948473;
  padding: 4px 4px;
}
table.cinereousTable tbody td {
  font-size: 13px;
}
table.cinereousTable thead {
  background: #DE4815;
  background: -moz-linear-gradient(top, #e6764f 0%, #e15a2c 66%, #DE4815 100%);
  background: -webkit-linear-gradient(top, #e6764f 0%, #e15a2c 66%, #DE4815 100%);
  background: linear-gradient(to bottom, #e6764f 0%, #e15a2c 66%, #DE4815 100%);
}
table.cinereousTable thead th {
  font-size: 17px;
  font-weight: bold;
  color: #F0F0F0;
  text-align: left;
  border-left: 2px solid #948473;
}
table.cinereousTable thead th:first-child {
  border-left: none;
}

table.cinereousTable tfoot td {
  font-size: 16px;
}

/*! List Punkte bei OL */
li {
		 list-style:initial;
			}
