.aufzaehlung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	list-style-position: inside;
	list-style-type: disc;
	color: #FF0000;
}
.markierterAbsatz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	top: auto;
	color: #000066;
	border: thin none #FF0000;
	background-color: #DFDFFF;
}
.background {
	background-image: url(helleTextur.JPG);
	background-repeat: repeat;
	background-position: 0px 0px;
}
.aufzaehlung2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	list-style-position: inside;
	list-style-type: disc;
	position: relative;
	left: 80px;
}
.standard {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	list-style-position: inside;
	list-style-type: disc;
	color: #000000;
}
.aufzaehlungGross {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	list-style-position: inside;
	list-style-type: disc;
	position: relative;
	left: 80px;
}

