/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Auswahlbox {
	background-color: rgb(255,255,204);
 	border: 1px solid rgb(0,0,0);
 	padding: 2px
}

.roterrandfalsch {
	font-size: 10px;
 	background-color: rgb(255,255,0);
 	border: 1px solid rgb(255,0,0);
 	padding: 2px
}

.schwarzerrandfalsch {
	font-size: 10px;
 	background-color: rgb(255,255,0);
 	border: 1px solid rgb(3,0,0);
 	padding: 2px
}

.schwarzerrand {
	font-size: 10px;
 	background-color: rgb(255,255,255);
 	border: 1px solid rgb(3,0,0);
 	padding: 2px
}

.roterrand {
	font-size: 10px;
 	background-color: rgb(255,255,255);
 	border: 1px solid rgb(255,0,0);
 	padding: 2px
}
