/*** TVE 6.0 ***/
/* Von Alle.css abweichende Festlegungen für die Seite Impressum */
/*** ***/

/* Tabelle für das Impressum */
/*** ***/
table
{
	width: 100%; max-width: 60em;
}

table col:nth-of-type(1)
{
	width: 12em;
}

table col:nth-of-type(2)
{
	width: *;
}

/* jede zweite Zeile wird gefärbt */
tbody  tr:nth-of-type(even)
{
	background: var(--bgcolorEachSecondRow);
}