<!--

html, body {
	font-family: sans-serif;
	font-size: 101%;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}
p {
	margin-top: 1em;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
h1 {
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 1em;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #ff0000;
	background-color: inherit;
	margin-top: 1em;
}
div {
	margin: 0;
	padding: 0;
}
table {
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
tr {
	vertical-align: top;
	text-align: left;
}
td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
a {
	white-space: nowrap;
}
a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #000000;
	background-color: inherit;
}
a:hover {
	color: #ff0000;
	background-color: inherit;
}
img {
	margin: 0;
	border-style: none;
}

#tbl-struktur {
	margin: 0;
	height: 100%;
}
#tbl-struktur-links {
	width: 15em;
}
#tbl-struktur-trenner {
	color: inherit;
	background-color: #ff0000;
	width: 2px;
}
#tbl-struktur-mitte {
	width: auto;
}
#tbl-struktur-rechts {
	color: inherit;
	background-color: #ff0000;
	width: 20px;
}

#block-struktur-ol,
#block-struktur-ot,
#block-struktur-om,
#block-struktur-or {
	height: 110px;
	overflow: hidden;
}
	#block-struktur-ol table,
	#block-struktur-ot table,
	#block-struktur-om table,
	#block-struktur-or table {
		margin: 0;
		height: 100%;
	}
	#block-struktur-ol tr,
	#block-struktur-ot tr,
	#block-struktur-om tr,
	#block-struktur-or tr,
	#block-struktur-ol td,
	#block-struktur-ot td,
	#block-struktur-om td,
	#block-struktur-or td {
		vertical-align: middle;
	}
	#block-struktur-om tr,
	#block-struktur-or tr,
	#block-struktur-om td,
	#block-struktur-or td {
		text-align: right;
	}
	#block-struktur-om td.links {
		width: auto;
	}
	#block-struktur-om td.rechts {
		width: 80px;
	}
	#block-struktur-om h1,
	#block-struktur-om p {
		white-space: nowrap;
		margin: 0;
	}
#block-struktur-ol,
#block-struktur-om {
	padding-left: 1.5em;
	padding-right: 1.5em;
}
#block-struktur-ol {
	color: inherit;
	background-color: #ff0000;
}
#block-struktur-or {
	color: inherit;
	background-color: #ffffff;
}
#block-struktur-tl,
#block-struktur-tt,
#block-struktur-tm,
#block-struktur-tr {
	color: #ffffff;
	background-color: #000000;
	height: 1.5em;
	overflow: hidden;
}
	#block-struktur-tl table,
	#block-struktur-tt table,
	#block-struktur-tm table,
	#block-struktur-tr table {
		font-size: 0.85em;
		color: #ffffff;
		margin: 0;
		background-color: inherit;
		height: 100%;
	}
	#block-struktur-tl tr,
	#block-struktur-tt tr,
	#block-struktur-tm tr,
	#block-struktur-tr tr,
	#block-struktur-tl td,
	#block-struktur-tt td,
	#block-struktur-tm td,
	#block-struktur-tr td {
		font-weight: bold;
		vertical-align: middle;
	}
	#block-struktur-tm tr,
	#block-struktur-tr tr,
	#block-struktur-tm td,
	#block-struktur-tr td {
		font-weight: normal;
		text-align: right;
	}
	#block-struktur-tl a,
	#block-struktur-tt a,
	#block-struktur-tm a,
	#block-struktur-tr a {
		text-decoration: none;
		color: #ffffff;
		background-color: inherit;
	}
	#block-struktur-tl a:hover,
	#block-struktur-tt a:hover,
	#block-struktur-tm a:hover,
	#block-struktur-tr a:hover {
		text-decoration: underline;
	}
	#block-struktur-ml a {
		text-decoration: none;
	}
#block-struktur-tl,
#block-struktur-tm {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

#block-struktur-ml {
	font-weight: bold;
	margin: 1.5em;
}
#block-struktur-mm {
	margin: 1.5em;
}

#block-fusszeile {
	font-size: 0.75em;
	color: #4d4d4d;
	line-height: 1em;
	text-align: right;
	margin-top: 5em;
	background-color: inherit;
}

.block {
	white-space: nowrap;
}

-->