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

.PinkOnPink {
	font-size: 9px;
 	color: rgb(153,51,153)
}

.FeldBeschriftung {
	font-size: 14px;
 	color: rgb(204,204,204);
 	font-weight: bold;
 	text-align: right;
 	margin-top: 2px;
 	margin-right: 2px;
 	margin-bottom: 2px
}

.ButtonRed {
	font-size: 14px;
 	color: rgb(255,0,0);
 	font-weight: bold;
 	text-align: center;
 	border: 1px solid rgb(0,0,0);
 	padding-top: 1px;
 	padding-bottom: 1px
}

.ButtonGreen {
	font-size: 14px;
 	color: rgb(0,128,0);
 	font-weight: bold;
 	text-align: center;
 	border: 1px solid rgb(0,0,0);
 	padding-top: 1px;
 	padding-bottom: 1px
}