html {
	OVERFLOW-Y: scroll; MARGIN-BOTTOM: 1px; HEIGHT: 100%; FONT-SIZE: 100.01%
}

*, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
body {
	background-image: url(bilder/bg_body.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: 16px;
	color: #00A1CD;
	margin-bottom: 8px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #808080;
	margin-top: 16px;
}
.rahmen0 {
	background-image: url(bilder/bg_0.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
}
.rahmen1 {
	background-image: url(bilder/bg_1.gif);
	background-repeat: repeat-y;
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}
.rahmen2 {
	background-image: url(bilder/bg_2.gif);
	background-repeat: no-repeat;
	width: 960px;
}
.kopf {
	background-repeat: no-repeat;
	height: 137px;
	width: 944px;
}
.kopf ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 34px;
	float: left;
}
.kopf li {
	float: left;
	background-image: url(bilder/bg_navi_top.gif);
	background-repeat: repeat-x;
	margin: 0 4px 0 0;
}
.kopf li a {
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 16px;
	font-size: 10px;
	color: #808080;
	text-decoration: none;
	float: left;
}
.kopf li a:hover {
	color: #000000;
}
.navideco {
	height: 34px;
	line-height: 34px;
	display: block;
	background-image: url(bilder/bg_navi_top.gif);
	float: left;
	width: 230px;
}
#logo {
	float: left;
	margin: 0px;
	padding: 0px;
}
#login {
	float: right;
	margin-top: 73px;
}
#login a {
	height: 30px;
	width: 200px;
	line-height: 30px;
	background-image: url(bilder/kopf_login.gif);
	text-indent: 16px;
	display: block;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.inhalt {
	width: 944px;
}
.links {
	float: left;
	width: 250px;
	margin-top: 44px;
}
.links ul {
	list-style-type: none;
	margin: 0 0 0 50px;
	padding: 0px;
}
.links ul ul {
	margin: 0;
}
.links li {
	padding: 0px;
	margin: 0 0 4px 0;
	font-size: 10px;
	line-height: 36px;
	background-image: url(bilder/bg_navi_links.gif);
	width: 200px;
	background-repeat: repeat-x;
	white-space: nowrap;
	overflow: hidden;
}
.links li li {
	line-height: 16px;
	background-image: none;
	margin: 4px 0 0 0;
}
.links li a {
	padding-left: 16px;
	width: 180px;
	text-decoration: none;
	font-size: 10px;
	line-height: 36px;
	height: 36px;
	display: block;
	color: #808080;
}
.links li li a {
	line-height: 16px;
	height: 16px;
}
.links li a:hover {
	color: #000000;
}
.links li span {
	font-size: 10px;
	color: #03BDF0;
	margin-left: 16px;
}
.mitte {
	float: left;
	width: 434px;
	margin: 30px;
}
.mitte p {
	margin-top: 6px;
	margin-bottom: 6px;
	color: #000000;
	line-height: 140%;
}
.mitte ul, .mitte ol {
	margin: 6px 0 6px 30px;
}
.mitte ul li {
	list-style-type: square;
	color: #000000;
	line-height: 140%;
}
.mitte ol li {
	color: #000000;
	line-height: 140%;
}
.mitte a {
	color: #016780;
	text-decoration: none;
	background-image: url(bilder/bg_link.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}
.mitte a:hover {
	color: #000000;
	text-decoration: underline;

}
.bildr {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}
.rechts {
	float: left;
	width: 200px;
}
.fuss {
	clear: both;
	background-image: url(bilder/bg_fuss.gif);
	background-repeat: repeat-y;
	width: 950px;
	height: 32px;
	text-transform: uppercase;
}
.fuss a {
	font-size: 10px;
	text-decoration: none;
	color: #C0C0C0;
}
.fuss a:hover {
	color: #808080;
}
.fuss p {
	float: left;
	padding-top: 10px;
}
.fuss a img {
	margin-bottom: -2px;
	margin-top: 2px;
}
.flinks {
	width: 280px;
	color: #C0C0C0;
	text-indent: 66px;
}
.fmitte {
	width: 217px;
}
.fmitte2 {
	width: 217px;
	text-align: right;
}
.bildinfo {
	font-size: 9px;
	color: #808080;
	text-align: right;
	display: block;
}

@media print {
  /* ... Formatdefinitionen zum Drucken ... */
  
.links, .kopf ul, .fuss, #login {
	width: 1px;
	overflow: hidden;
}
.mitte {
	margin-left: 0;
}
}

