/* Hauptinhalt */

section.page main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
section.page main ul li {
	padding: .3rem .3rem .3rem 1.5rem;
	background: url("../images/bullet_arrow_right_red.png") left center no-repeat;
}
section.page main ul li a {
	color: #e64110;
	text-decoration: none;
	font-weight: bold;
}
