/* Menü Gesundheit im Betrieb */
h1 {
	font-weight: bold;
	font-size: 1em;
	color: #6ebe38;
}
h2 {
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: -0.7em;
	color: #6ebe38;
}
#BreadCrumb {
	background-color: #ccffa0;
}
#Navigation {
	background-color: #ccffa0;
}
ul#LeftNavigation a {
	display: block;
	width: 205px;
	background-color: #ccffa0;
	font-size: 0.9em;
	color: black;
	text-decoration: none;
	border: solid 1px #009640;
	margin: 4px;
	padding: 1px;
}
ul#LeftNavigation a:hover {
	background-color: #009640;
	border-color: white;
	color: white;
}
