a {
      color: #a85555;
      text-decoration: none;
	  font-weight: bold;
}

a:hover {
      text-decoration: underline;
}

#oben {
	position: absolute;
	top: 0px;			/* Abstand zum oberen Fensterrand */
	left: 50%;		/* Abstand zum linken Fensterrand */
	z-index: 5;
	width: 1000px;		/* Blockbreite */
	margin-left: -500px;
	height: 70px;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #ffffff;
	border: 1px solid #000000;
	overflow: hidden;	/* Scrollbalken unterbinden */
	/* nur für IE: */
	/*width: expression(document.body.clientWidth + "px");*/
				/* left-Wert + right-Wert = 0 */
}
#oben .inhaltDiv {
	margin: 10px;		/* Abstand des Inhalts zum Blockrand */
}


#nav {
	position: absolute;
	top: 71px;			/* Abstand zum oberen Fensterrand */
	left: 50%;		/* Abstand zum linken Fensterrand */
	z-index: 10;
	width: 1000px;		/* Blockbreite */
	margin-left: -500px;
	height: 25px;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #ffffff;
	border: 1px solid #000000;
	overflow: hidden;	/* Scrollbalken unterbinden */
	/* nur für IE: */
	/*width: expression(document.body.clientWidth + "px");*/
				/* left-Wert + right-Wert = 0 */
}

#nav0 {
	position: absolute;
	top: 97px;			/* Abstand zum oberen Fensterrand */
	left: 50%;		/* Abstand zum linken Fensterrand */
	z-index: 10;
	width: 108px;		/* Blockbreite */
	margin-left: -484px;
	height: 121px;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
	overflow: hidden;	/* Scrollbalken unterbinden */
}

#nav5 {
	position: absolute;
	top: 97px;			/* Abstand zum oberen Fensterrand */
	left: 50%;		/* Abstand zum linken Fensterrand */
	z-index: 10;
	width: 108px;		/* Blockbreite */
	margin-left: -429px;
	height: 328px;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
	overflow: hidden;	/* Scrollbalken unterbinden */
}

#nav10 {
	position: absolute;
	top: 97px;			/* Abstand zum oberen Fensterrand */
	left: 50%;		/* Abstand zum linken Fensterrand */
	z-index: 10;
	width: 108px;		/* Blockbreite */
	margin-left: -307px;
	height: 150px;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
	overflow: hidden;	/* Scrollbalken unterbinden */
}

#nav15 {
	position: absolute;
	top: 97px;			/* Abstand zum oberen Fensterrand */
	left: 50%;		/* Abstand zum linken Fensterrand */
	z-index: 10;
	width: 108px;		/* Blockbreite */
	margin-left: -346px;
	height: 150px;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
	overflow: hidden;	/* Scrollbalken unterbinden */
}

#mitte {
	position: absolute;
	top: 97px;		/* Abstand zum oberen Fensterrand */
	left: 50%;		/* Abstand zum linken Fensterrand */
	z-index: 5;
	bottom: 40px;		/* Abstand zum unteren Fensterrand */				/* Höhe für den den FF */
	width: 1000px;		/* Blockbreite */
	margin-left: -500px;
	border: 1px solid #000000;
	overflow: auto;		/* Scrollbalken, falls notwendig */
}

#mitte .inhaltDiv {
	margin: 15px;		/* Abstand des Inhalts zum Blockrand */
}

#unten {
	position: absolute;
	left: 50%;		/* Abstand zum linken Fensterrand */
	z-index: 5;
	bottom: 0 !important;	/* Abstand zum unteren Fensterrand */
	bottom: 0px;		/* nur für IE */
	width: 1000px;
	margin-left: -500px;
	height: 40px;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #dedede;
	border: 1px solid #000000;
	overflow: hidden;	/* Scrollbalken unterbinden */
	/* nur für IE: */
	/*width: expression((document.body.clientWidth - 0) + "px");*/
				/* left-Wert + right-Wert = 200 */
}
#unten .inhaltDiv {
	margin: 15px;		/* Abstand des Inhalts zum Blockrand */
	line-height: 0px;
	font-size: 11px;
}



#bg_design {
	position: absolute;
	top: 97px;		/* Abstand zum oberen Fensterrand */
	left: 50%;		/* Abstand zum linken Fensterrand */
	z-index: 1;
	bottom: 40px;		/* Abstand zum unteren Fensterrand */				/* Höhe für den den FF */
	width: 1000px;		/* Blockbreite */
	margin-left: -500px;
	border: 1px solid #ffffff;
	overflow: hidden;		/* Scrollbalken, falls notwendig */
	background-color: #ffffff;
}


#bg_design_2 {
	position: absolute;
	top: 98px;		/* Abstand zum oberen Fensterrand */
	left: 50%;		/* Abstand zum linken Fensterrand */
	z-index: 100;
	bottom: 40px;		/* Abstand zum unteren Fensterrand */				/* Höhe für den den FF */
	width: 398px;		/* Blockbreite 1000*/
	margin-left: 86px;
	border: 0px solid #ffffff;
	overflow: hidden;		/* Scrollbalken, falls notwendig */
	background-color: #ffffff;
}




#hinweis{
	position: absolute;
	top: 50%;			/* Abstand zum oberen Fensterrand */
	margin-top: -90px;
	left: 50%;		/* Abstand zum linken Fensterrand */
	margin-left: -240px;
	z-index: 100;
	width: 460px;		/* Blockbreite */
	height: 180px;		/* Blockhöhe */
	border: 1px solid #000000;
	padding: 15px;
	background-color: #ffffff;
	color: #A85555;
	font-weight: bold;
	overflow: hidden;	/* Scrollbalken unterbinden */
}
