@charset "iso-8859-1";
.tabelle {
	border-collapse: collapse;
	margin-top: 20px;
}
.rahmen_oben {
	line-height: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	background-color: #FFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #4D485B;
	border-right-color: #4D485B;
	border-bottom-color: #4D485B;
	border-left-color: #4D485B;
}
.rahmen_unten {
	line-height: 8px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4D485B;
	border-right-color: #4D485B;
	border-bottom-color: #4D485B;
	border-left-color: #4D485B;
}
.rahmen_links {
	border-left-width: 1px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #4D485B;
	width: 8px;
}
.rahmen_rechts {
	border-right-width: 1px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-right-color: #4D485B;
	width: 8px;
}
.rahmen_mitte {
	line-height: 8px;
	border-right-width: 1px;
	border-left-width: 1px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #4D485B;
	border-right-color: #4D485B;
	border-bottom-color: #4D485B;
	border-left-color: #4D485B;
}
.leer_breit {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 120px;
}
.leer_schmal {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 8px;
}
.ebene_1 {
	line-height: 25px;
	background-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 115px;
	color: #4D485B;
	font-weight: bold;
	padding-left: 5px;
}
.ebene_2 {
	line-height: 25px;
	background-color: #BEBEBE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 115px;
	color: #4D485B;
	font-weight: bold;
	padding-left: 5px;
}
.ebene_3 {
	line-height: 20px;
	background-color: #E6E6E6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 110px;
	padding-left: 10px;
	color: #4D485B;
}
table a {
	color: #4D485B;
	text-decoration: none;
	cursor: pointer;
}
table a:hover {
	color: #BA0015;
	text-decoration: underline;
	cursor: pointer;
}

