/* Beginn Geometrie der Seite */


BODY {
	padding: 0px;
	margin: 0px;
	background: url("../bg/bg.gif");
	text-align: center;
}

#frame {
	position: relative;
	margin-left: auto;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid;
	background-color: white;
	width: 970px;
	height: 650px;
	z-index: 1;
	text-align: left;
}

#seitendienste {
	FONT-SIZE: 100%;
	POSITION: absolute;
	TOP: 0px;
	HEIGHT: 100px;
	left: 220px;
	width: 749px;
	Border-left: 1px solid;
	text-align: center;
}

#seitendienste #klickpfad {
	POSITION: absolute;
	background-color: #FFEED5;
	top: 80px;
	height: 12px;
	/*border: 1px solid #FF4500;*/
	padding: 2px 5px 2px 5px;
	margin-left: 9px;
	/*width: 710px;*/
	line-height: 12px;
	text-align: left;
}

#seitendienste .sprache {
	POSITION: absolute;
	top: 80px;
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
	left: 605px;
}

#links_container {
	height: 630px;
	width: 220px;
}

#links_container #links_kopf {
	position: absolute;
	height: 40px;
	left: 0px;
	top: 10px;
	width: 220px;
	text-align: center;
	background-color: #FFFFFF;
}

#links_container #links_icons {
	position: absolute;
	height: 30px;
	left: 0px;
	top: 60px;
	width: 220px;
	text-align: center;
	background-color: #FFFFFF;
}

#links_container #links_menu {
	width: 220px;
	left: 0px;
	background-color: #FFFFFF;
	top: 100px;
	position: absolute;
	padding-left: 0px;
	padding-right: 0px;
}
#links_container #links_content {
	width: 220px;
	left: 0px;
	background-color: #FFFFFF;
	position: absolute;
	padding-left: 0px;
	padding-right: 0px;
	top: 400px;
	}

#links_container #links_fuss {
	height: 30px;
	width: 220px;
	background-color: #FFFFFF;
	position: absolute;
	top: 580px;
	text-align: center;
}

#inhalt_container {
	background-color: white; /*#FFE9BF;*/
	WIDTH: 600px;
	POSITION: absolute;
	TOP: 100px;
	HEIGHT: 530px;
	left: 220px;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	overflow: auto;
	}

#inhalt_container_breit {
	background-color: white; /*#FFE9BF;*/
	WIDTH: 749px;
	POSITION: absolute;
	TOP: 100px;
	HEIGHT: 530px;
	left: 220px;
	border-left: 1px solid Black;
	overflow: auto;
	}

#inhalt_container #inhalt,
#inhalt_container_breit #inhalt  {
	padding: 5px;
	padding-left: 8px;
}

#rechts_container {
	POSITION: absolute;
	TOP: 80px;
	HEIGHT: 550px;
	left: 820px;
	width: 150px;
	}

#rechts {
	POSITION: relative;
	TOP: 30px;
	padding: 5px 5px 5px 5px;
	float: left;
	}

#rechts_container #rechts_kopf {
	height: 25px;
	background-color: #FFFFFF;
	top: 0px;
	z-index: 0;
	float: left;
	text-align: center;
	}

#rechts_container #rechts_mitte {
	height: 300px;
	left: 0px;
	background-color: ThreedLightShadow;
	top: 100px;
	padding: 0px;
	position: absolute;
}

#rechts_container #rechts_fuss {
	height: 90px;
	background-color: ThreedShadow;
	top: 400px;
	left: 0px;
	position: absolute;
	overflow: auto;
}

#seitenfuss {
	BACKGROUND-COLOR: ThreedShadow;
	POSITION: absolute;
	HEIGHT: 20px;
	width: 970px;
	top: 630px;
	left: 0px;
}

#seitenfuss .links {
	PADDING-LEFT: 10px;
	POSITION: relative;
	float: left;
	width: 220px;
}

#seitenfuss .rechts {
	POSITION: relative;
	float: right;
	width: 600px;
	right: 150px;
}


/* Auszeichnungen für Printseite */

#print_seitenkopf{
	DISPLAY: none;
}
#print_seitenfuss{
	DISPLAY: none;
}
