.ListingBafoeg {
	list-style-position: outside;
	
}
.ListingBafoegZahl {
	font-family: Arial, Helvetica, Roman, sans-serif;
	white-space: normal;
	list-style-position: outside;
	list-style-type: decimal;


}
.ListingBafoegBuch {
	list-style-position: outside;
	list-style-type: lower-alpha;


}
.SachbTabelle {
	height: auto;
	width: 100%;
	font-size: 1em;
	border-collapse: seperate;
	empty-cells: hide;
	border-spacing:2px;
	caption-side: top;
}
table.SachbTabelle td {
	border:thin solid #CCCCCC;
}
table.SachbTabelle th {
	border:thin solid #CCCCCC;
	width: 50%;
}
.horizLinie {
	color: #999999;
}
.pfeilOben {
	vertical-align:top;
	border: none;
}

