/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Text {
	font-family: "Times New Roman",  Times,  Serif;
 	color: rgb(204,204,204);
 	text-align: justify;
 	background-image: none;
 	border: 2px solid rgb(204,204,204);
 	padding: 3px
}

.TextObject {
	color: rgb(204,255,204)
}

.Formularfelder {
	color: rgb(204,204,204);
 	background-color: rgb(0,102,0);
 	border: 1px solid rgb(255,255,255)
}

P {
	color: rgb(204,255,204)
}
