/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Überschrift-gelb {
	font-size: 10pt;
 	background-color: rgb(255,255,0);
 	border-left-style: none;
 	margin-top: 2pt;
 	border-top-style: none;
 	border-right-style: none;
 	margin-bottom: 2pt;
 	border-bottom-style: none
}

.Überschrif-grün {
	font-size: 12pt;
 	font-weight: normal;
 	font-style: normal;
 	text-align: center;
 	background-color: rgb(158,238,140);
 	border-left-style: none;
 	margin-top: 3px;
 	border-top-style: none;
 	border-right-style: none;
 	margin-bottom: 3px;
 	border-bottom-style: none
}

.Uwes-Liste {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	font-weight: normal;
 	font-style: normal;
 	list-style-type: circle;
 	list-style-position: outside;
 	text-indent: 0px;
 	background-color: rgb(251,248,165);
 	margin: 0px 0px 0px 3px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.Uwes-Text {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-align: left;
 	text-indent: 0px;
 	background-color: transparent;
 	margin: 0px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}
