/** ---- Stile für allgemeine Verwendung --- **/
.bildlinks {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}
.bildrechts {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
}
.rechtsumlaufstop {
	clear:left;
}
.linksumlaufstop {
	clear:right;
}
p.navclass2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0.5em;
	font-weight: bold;
}
a.navclass2:link, a.navclass2:visited, a.navclass2:active, a.navclass2:focus,
a.navclass2:hover, a.navclass2:hover {
	color:#000000;
	text-decoration: none;
}
.bulletabstand {
	margin-bottom: 0.5ems;
}

