/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.NormalUeberschrift {
	font-size: 20px;
 	color: rgb(0,0,0);
 	letter-spacing: 1px;
 	line-height: 20px;
 	text-align: center
}

.Normaltext {
	font-size: 16px;
 	color: rgb(0,0,0);
 	letter-spacing: 1px;
 	line-height: 20px
}

.Zelle_Hauptseite {
	background-color: rgb(102,255,255);
 	border-top: 1px solid rgb(102,0,102);
 	border-right: 1px solid rgb(102,0,102);
 	border-bottom: 1px solid rgb(102,0,102)
}

.Zelle_Navi_Leiste {
	text-align: center;
 	background-color: rgb(102,255,255);
 	border: 1px solid rgb(102,0,102)
}

.Zelle_Erste_Seite {
	background-color: rgb(102,255,255);
 	border: 1px solid rgb(102,0,102)
}
