th {
	background-color: #ccc;
	padding: 0.1rem 0.35rem;
	border-bottom: 1px solid white;
}

tr:nth-of-type(odd) {
	background-color: #eee;
}

.tabelle_angebote th,
.tabelle_angebote td {
	padding: 0.2rem 0.5rem 0.2rem 0.2rem;
}
.tabelle_angebote th:last-of-type,
.tabelle_angebote td:last-of-type {
	padding: 0.2rem 0.2rem 0.2rem 0.2rem;
}

/*
Spezielle CSS-Klassen zur Steuerung der Farbe des Tabellenfeldes
td.bearbeitung {
	background-color: LightSalmon;
	text-align: center;
}
td.pruefung {
	background-color: gold;
	text-align: center;
}
td.abgeschlossen {
	background-color: lightgreen;
	text-align: center;
}
*/
td.Neu {
	background-color: LightSalmon;
	text-align: center;
}
td.Bearbeitung {
	background-color: Lightblue;
	text-align: center;
}
td.Pruefung {
	background-color: gold;
	text-align: center;
}
td.Korrektur {
	background-color: PaleTurquoise;
	text-align: center;
}
td.Abgeschlossen {
	background-color: lightgreen;
	text-align: center;
}
td.Deaktiviert {
	background-color: orangered;
	text-align: center;
}
