/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.text {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	color: rgb(48,47,47);
 	text-decoration: none ;
 	text-align: justify
}

.linkweis {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	color: rgb(236,236,237);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.ueberschrift {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 16px;
 	text-transform: uppercase;
 	color: rgb(42,43,109);
 	font-weight: bold;
 	text-decoration: none 
}