#dirigieren {
	font-weight: normal;
	width: 90%;
	text-align: justify;
}
h1.dirigieren {
	font-size: 1.5em;
}
h2.dirigieren {
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
}
h3.dirigieren {
	font-size: 1.4em;
	font-weight: normal;
}
h3.dirigieren+p {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 3em;
}
.bsp li {
	display: inline;
	margin-right: 3em;
}
ul.bsp :first-child {
	font-weight: bold;
}
ul.bsp {
	margin-left: -3em;
	margin-top: 0em;
	margin-bottom: 0em;
}
* html ul.bsp {
	margin-left: 0em;
}
ul.bsp+p {
	margin-top: 0em;
}
p.dirigieren_ende {
	border-top-width: 0.01em;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 2em;
	padding-top: 1em;
}