/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.EigeneAufzaehlung {
	list-style-type: none;
 	list-style-image: none;
 	list-style-position: outside
}

.RahmenmitAufzaehlung {
	border: 1px dashed rgb(0,0,128);
 	padding-top: 3px;
 	padding-right: 3px;
 	padding-bottom: 3px
}

.RahmenumText {
	border: 1px dotted rgb(0,0,128);
 	padding: 1px 3px
}

.Tabellenmitgelb {
	background-color: rgb(241,239,157)
}

.Rahmen {
	border: 1px double rgb(217,221,200);
 	padding: 2px
}

.Aufzählungneu {
	line-height: 20px;
 	list-style-type: circle
}

.TabellenzellemitFarbe {
	background-color: rgb(204,255,204)
}
