/* Menü Arbeitsstätten, Arbeitsplätze */
h1 {
	font-weight: bold;
	font-size: 1em;
	color: #6666CC;
}
h2 {
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: -0.7em;
	color: #6666CC;
}
#BreadCrumb {
	background-color: #acace3;
}
#Navigation {
	background-color: #acace3;
}
ul#LeftNavigation a {
	display: block;
	width: 205px;
	background-color: #acace3;
	font-size: 0.9em;
	color: black;
	text-decoration: none;
	border: solid 1px #4549b8;
	margin: 4px;
	padding: 1px;
}
ul#LeftNavigation a:hover {
	background-color: #4549b8;
	border-color: white;
	color: white;
}
