h1.angebote {
	margin-left: 1em;
}

ul.angebote {
	list-style-type: square;
}

ul.angebote li {
	font-weight: bold;
	padding-bottom: 1em;
	font-size: 16px;
}
ul.angebote p {
	font-weight: normal;
	padding-bottom: 1em;
	font-size: 14px;
}

.angebote li a {
	color: #222288;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
}
.angebote li a.more {
	color: #5555FF;
	font-size: 10px;
}

.angebote li ul {
	list-style-type: none;
}

.angebote li ul li {
	color: #000000;
	margin-top: 10px;
	margin-bottom: 2em;
	text-align: justify;
	font-weight: normal;
	width: 95%;
}