/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Textgröße_1 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	font-style: italic
}

.Textgröße_2 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: large;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	font-style: italic
}

.Textgröße_3 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 24pt;
 	color: rgb(102,0,51);
 	font-weight: bold;
 	font-style: italic
}

.Textgröße_4 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: x-large;
 	color: rgb(0,102,102);
 	font-weight: bold;
 	font-style: italic
}
