@charset "utf-8";
/* CSS Document */

img { border: 0px; } 

a:link {
	color: #1515DB;
	text-decoration: none;

}
a:visited {
	color: #0A2f5a;
	text-decoration: none;
}
a:hover {
	color: #0A2f5a;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #0A2f5a;
	text-align: left;
}



html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	background-color: #fff;
	overflow: hidden;	/* Scrollbalken im Fenster unterbinden */
}


.infoboxHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 2px;
}
.infoboxFluss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	font-weight: normal;
}

/* 
.imgDiv {
	position: absolute;
	width:245px;
	height:330px;
	z-index: 0;
	left:511px;
	top:304px;
}
*/

#mitte {
	position: absolute;
	top: 110px;		/* Abstand zum oberen Fensterrand */
	left: 200px;		/* Abstand zum linken Fensterrand */
	bottom: 40px;		/* Abstand zum unteren Fensterrand */
	right: 0px;		/* Abstand zum rechten Fensterrand */
	overflow: auto;		/* Scrollbalken, falls notwendig */

/* nur für IE: */
	width: expression((document.body.clientWidth - 200) + "px");
				/* left-Wert + right-Wert = 300 */
	height: expression((document.body.clientHeight - 150) + "px");
				/* top-Wert + bottom-Wert = 200 */
}
#mitte .inhaltDiv {
	margin: 15px;		/* Abstand des Inhalts zum Blockrand */
	margin-top: 50px;
}
#mitte .inhaltDiv .Textspalte {
	position:relative; 
	top: 0px;			/* Abstand zum oberen Rand */
	left: 0;		/* Abstand zum linken Rand */
	height:auto;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
/*	background-color: #cfc; */
/* nur für IE: */
	width: 270px;
}
#mitte .inhaltDiv .Textspalte .bigHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}
#mitte .inhaltDiv .Textspalte .textHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}
#mitte .inhaltDiv .Textspalte .textFluss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	font-weight: normal;
}
#mitte .inhaltDiv .Textspalte .listePunkte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	font-weight: normal;
	list-style-type: disc;
	list-style-position: outside;
	margin-top: -10px;
	margin-bottom: 10px;
	margin-left: -20px;
}
#mitte .inhaltDiv .Textspalte .bullet {
	list-style-type: disc;
	list-style-position: inside;
}
#mitte .imgDiv { 
	position:absolute;
	width:245px;
	height:330px;
	z-index:1;
	left:311px;
	top:194px;
}

#oben {
	position: absolute;
	top: 0;			/* Abstand zum oberen Fensterrand */
	left: 0;		/* Abstand zum linken Fensterrand */
	right: 0;		/* Abstand zum rechten Fensterrand */
	height: 110px;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #cfc;
	overflow: hidden;	/* Scrollbalken unterbinden */
/* nur für IE: */
	width: expression(document.body.clientWidth + "px");
				/* left-Wert + right-Wert = 0 */
}
#oben .inhaltDiv {
	margin: 0px;		/* Abstand des Inhalts zum Blockrand */
}

#menuTop {
	position: absolute;
	top: 89px;			/* Abstand zum oberen Fensterrand */
	left: 0;		/* Abstand zum linken Fensterrand */
	right: 0;		/* Abstand zum rechten Fensterrand */
	height: 21px;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #cfc;
	overflow: hidden;	/* Scrollbalken unterbinden */
/* nur für IE: */
	width: expression(document.body.clientWidth + "px");
}

#links {
	position: absolute;
	top: 110px;		/* Abstand zum oberen Fensterrand */
	left: 0;		/* Abstand zum linken Fensterrand */
	bottom: 40px;		/* Abstand zum unteren Fensterrand */
	width: 200px;		/* Blockbreite */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #ffffff;
	overflow: auto;		/* Scrollbalken, falls notwendig */
/* nur für IE: */
	height: expression((document.body.clientHeight - 150) + "px");
				/* top-Wert + bottom-Wert = 150 */
}
#links .inhaltDiv {
	margin: 15px;		/* Abstand des Inhalts zum Blockrand */
	margin-top: 50px;
}
#unten {
	position: absolute;
	left: 0px;		/* Abstand zum linken Fensterrand */
	bottom: 0 !important;	/* Abstand zum unteren Fensterrand */
	bottom: -1px;		/* nur für IE */
	right: 0;		/* Abstand zum rechten Fensterrand */
	height: 40px;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #fcf;
	overflow: hidden;	/* Scrollbalken unterbinden */
/* nur für IE: */
	width: expression((document.body.clientWidth - 200) + "px");
				/* left-Wert + right-Wert = 200 */
}
#unten .inhaltDiv {
	margin: 0px;		/* Abstand des Inhalts zum Blockrand */
}
#rechts {
	position: absolute;
	top: 100px;		/* Abstand zum oberen Fensterrand */
	bottom: 40px;		/* Abstand zum unteren Fensterrand */
	right: 0;		/* Abstand zum rechten Fensterrand */
	width: 0px;		/* Blockbreite */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #ccf;
	overflow: hidden;	/* Scrollbalken unterbinden */
/* nur für IE: */
	height: expression((document.body.clientHeight - 140) + "px");
				/* top-Wert + bottom-Wert = 200 */
}
#rechts .inhaltDiv {
	margin: 10px;		/* Abstand des Inhalts zum Blockrand */
}

