/*
   Dies ist die neue, die Standarderscheinungsform ...
   Ⓒ2009-2014 kdmhennig@paulpjemand.de
   Erneuert 2020 im Projekt PPJ2020
*/
body {
	font-family: serif;
	font-size: 14pt;
	font-style: normal;
	color: #222222;
}

/* Wird angewendet, wenn die maximal mögliche Breite den Wert unterschreitet */
@media only screen and (max-width: 800px) {
	body {
		font-family: serif;
		font-size: 14pt;
		font-style: normal;
		color: #222222;
		/* 		background-color: #888888;  */
	}
	#mathklasse {
		border-style: solid;
		border-width: 0.5px;
		border-color: blue;
		width: 300px;
		height: 7ex;
	}
}

#topTitel {
	font-family: "Luminari", "Georgia Bold", "New Times Roman", serif;
}

.bannerKlasse {
	margin-top: 55pt;
	max-width: 100%;
	border-color: blue;
	border-width: 0px;
	border-style: solid;
}

h5.uschrift {
	font-family: sans-serif;
	font-size: 125%;
	font-weight: bold;
	border: 1px solid #005555;
	border-radius: 5px;
	padding: 10px;
	color: #096660;
	min-width: 300px;
	max-width: 600px;
}

.textklasse {
	font-family: serif;
	min-width: 300px;
	max-width: 600px;
}

.intro {
	color: #2074ab;
}

.erstellt {
	font-size: 60%;
	color: grey;
}

.mathframe {
	border-style: solid;
	border-width: 0.5px;
	border-color: red;
	min-width: 300px;
	max-width: 600px;
	height: 8ex;
}

#mathklasse {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: 0.5px;
	border-color: blue;
}

.interlink {
	font-size: 110%;
	color: #005588;
}