/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.tabelle {
	border: 1px solid rgb(138,32,16)
}

.textfeld {
	font-size: 12px;
 	font-weight: bold;
 	background-color: rgb(138,32,16)
}

.groni {
	background-color: rgb(138,32,16);
 	border: 1px solid rgb(138,32,16)
}