html, body {
  	width: 100%;
  	height: 100%;
  	margin: 0;
  	border: 0;
  	padding: 0;
  }
  
  body {
  	background-color: #fff;
  }  
  
div#centerDiv {
	width: 802px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -401px;
}

#top {
  	z-index: 100;
  	position: absolute;
	top: 18 !important;
 	top: 18px;			/* Abstand zum oberen Fensterrand */
	left: 0 !important;
	left: 0px;
	height: 196px;		/* Blockhöhe */
	width: 800px;
  	padding: 0;		/* Interpretation Boxmodell! */
	border-left: 1px solid #08088A;
	border-right: 1px solid #08088A;
	overflow: hidden;
  }
#top .inhaltDiv {
  	margin: 0px;		/* Abstand des Inhalts zum Blockrand */
  }
  
#left {
  	z-index: 100;
  	position: absolute;
	top: 214 !important;
 	top: 214px;			/* Abstand zum oberen Fensterrand */
	bottom: 22 !important;
	bottom: 22px;
	left: 0 !important;
	left: 0px;
	height: expression((document.body.clientHeight - 18 - 196 - 23) + "px");
	width: 238px;
  	padding: 0;		/* Interpretation Boxmodell! */
	border-left: 1px solid #08088A;
	border-bottom: 1px solid #08088A;
	background-image: url(/images/left_bg.jpg);
	overflow: hidden;
  }
#left .inhaltDiv {
  	margin: 0px;		/* Abstand des Inhalts zum Blockrand */
  }
  
#middle {
  	z-index: 100;
  	position: absolute;
	top: 214 !important;
 	top: 214px;			/* Abstand zum oberen Fensterrand */
	bottom: 22 !important;
	bottom: 22px;
	left: 239 !important;
	left: 239px;
	height: expression((document.body.clientHeight - 18 - 196 - 23) + "px");
	width: 562px;
  	padding: 0;		/* Interpretation Boxmodell! */
	border-right: 1px solid #08088A;
	border-bottom: 1px solid #08088A;
	overflow: auto;
  }
#middle .inhaltDiv {
  	margin: 0px;		/* Abstand des Inhalts zum Blockrand */
	padding-right: 20px;
  }
  
#bottom {
  	z-index: 100;
  	position: absolute;
	bottom: 0 !important;
	bottom: 0px;
	left: 0 !important;
	left: 0px;
	height: 22px;
	top: expression((document.body.clientHeight - 22) + "px");
	width: 802px;
  	padding: 0;		/* Interpretation Boxmodell! */
	overflow: hidden;
  }
#bottom .inhaltDiv {
  	margin: 0px;		/* Abstand des Inhalts zum Blockrand */
  }


.lauftext_normal, .lauftext_normal a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
a.lauftext_normal, .lauftext_normal a {
	text-decoration: underline;
}
a.lauftext_normal:hover, .lauftext_normal a:hover {
	color: #999999;
}
.lauftext_normal_fett, .lauftext_normal_fett a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
a.lauftext_normal_fett, .lauftext_normal_fett a {
	text-decoration: underline;
}
a.lauftext_normal_fett:hover, .lauftext_normal_fett a:hover {
	color: #999999;
}
.lauftext_klein, .lauftext_klein a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
a.lauftext_klein, .lauftext_klein a {
	text-decoration: underline;
}
a.lauftext_klein:hover, .lauftext_klein a:hover {
	color: #999999;
}
.lauftext_klein_fett, .lauftext_klein_fett a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}
a.lauftext_klein_fett, .lauftext_klein_fett a {
	text-decoration: underline;
}
a.lauftext_klein_fett:hover, .lauftext_klein_fett a:hover {
	color: #999999;
}
.lauftext_gross, .lauftext_gross a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
a.lauftext_gross, .lauftext_gross a {
	font-size: 14px;
	text-decoration: underline;
}
a.lauftext_gross:hover, .lauftext_gross a:hover {
	font-size: 14px;
	color: #999999;
}
.lauftext_gross_fett, .lauftext_gross_fett a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}
a.lauftext_gross_fett, .lauftext_gross_fett a {
	font-size: 14px;
	text-decoration: underline;
}
a.lauftext_gross_fett:hover, .lauftext_gross_fett a:hover {
	font-size: 14px;
	color: #999999;
}
.seitentitel, .seitentitel a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
a.seitentitel, .seitentitel a {
	text-decoration: underline;
}
a.seitentitel:hover, .seitentitel a:hover {
	color:#999999;
}
.absatztitel, .absatztitel a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
a.absatztitel, .absatztitel a {
	text-decoration: underline;
}
a.absatztitel:hover, .absatztitel a:hover {
	color: #999999;
}
.navigation_aktiv, .navigation_aktiv a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
	color: #ffffff;
}
a.navigation_aktiv, .navigation_aktiv a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
}
a.navigation_aktiv:hover, .navigation_aktiv a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
	color: #999999;
}
.navigation_inaktiv, .navigation_inaktiv a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	color: #ffffff;
}
a.navigation_inaktiv, .navigation_inaktiv a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
}
a.navigation_inaktiv:hover, .navigation_inaktiv a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	color: #999999;
}
.hinweistext, .hinweistext a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
}
a.hinweistext, .hinweistext a {
	text-decoration: none;
}
a.hinweistext:hover, .hinweistext a:hover {
	color: #666666;
}
