/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Text {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12pt;
 	color: rgb(255,255,0);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(0,0,0);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none;
 	Text: Textfeld
}

.TextObject {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12pt;
 	color: rgb(255,255,0);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(0,0,0);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none;
 	Text: Textfeld
}