/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Tabelle_untenoRahmen {
	border-left: 1px ridge rgb(0,0,0);
 	border-top: 1px ridge rgb(0,0,0);
 	border-right: 1px ridge rgb(0,0,0)
}

.Tabelle_weiß {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	color: rgb(0,51,102);
 	background-color: rgb(255,255,255);
 	border-left: 2px ridge rgb(255,255,255);
 	border-right: 2px ridge rgb(255,255,255)
}

.Tabelle_Zeitung {
	border-bottom: 2px solid rgb(0,0,0)
}

.Tabelle_rotunten {
	line-height: 5px;
 	background-color: rgb(197,0,0);
 	border: 2px ridge rgb(255,255,255)
}

.Tabelle_ohne {
	line-height: 5px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.Tabelle_rotuntenJugend {
	font-size: 5px;
 	line-height: 5px;
 	background-color: rgb(0,51,102);
 	border: 2px ridge rgb(255,255,255)
}

.Tabelle_rotJugend {
	font-size: 14px;
 	color: rgb(255,255,255);
 	line-height: 25px;
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(0,51,102);
 	border: 2px ridge rgb(255,255,255)
}