  /* Old css */

/* 	Beginn
	Inhaltsbereich für gelbe Spalte mit Navigationselementen */


/* Beginn Container für den vollständigen Seiteninhalt */

#inhaltsbereichfest {
	position: absolute;
	left: 175px;
	top: 60px;
	width: 590px;
}
#inhaltsbereichfest700 {
	position: absolute;
	left: 70px;
	top: 60px;
	width: 700px;
}
#inhaltsbereichvariabel {
	position: absolute;
	left: 175px;
	top: 60px;
	width: 75%;
}
#inhaltsbereichvariabel65l {
	position: absolute;
	left: 70px;
	top: 60px;
	width: 90%;
}
#inhaltsbereich_HIS_LSF {
	position: absolute;
	z-index: 56;
	left: 65px;
	top: 65px;
	width: 90%;
}
/* Ende Container für den vollständigen Seiteninhalt */



/* Beginn Teilbereiche innerhalb des Containers */

/* Seitenfuss für Navigationselemente, die nicht ausgedruckt werden */
#seitenfuss {
	left: 180px;
	width: 100%;
}
/* Übersschrift inklusive Textnavigation */
#ueberschrift {
	left: 180px;
	top: 60px;
	width: 100%;
}

/* Beginn Spalten */

/* 1-spaltig */
#einspaltig {
	width: 100%;
}
/* Container 2-spaltig */
#zweispaltig {
	width: 100%;
	position: static;
}
/* 2-spaltig links */
#zweispaltiglinks {
	width: 49%;
	left: 0%;
	position: absolute;
}
/* 2-spaltig rechts */
#zweispaltigrechts {
	margin-left: 51%;
	position: relative;
}
/* 2-spaltig links 30 %*/
#zweispaltiglinks30 {
	width: 29%;
	left: 0%;
	position: absolute;
}
/* 2-spaltig rechts 70% */
#zweispaltigrechts70 {
	margin-left: 31%;
	margin-right: 0%;
}
/* 2-spaltig links 70 %*/
#zweispaltiglinks70 {
	width: 69%;
	left: 0%;
	position: absolute;
}
/* 2-spaltig rechts 30% */
#zweispaltigrechts30 {
	margin-left: 71%;
	margin-right: 0%;
}
/* 2-spaltig links mit Marginalspalte %*/
/* Achtung: im HTML-Quelltext hier erst die Marginalspalte, dann die linke Spalte %*/
#zweispaltiglinksm {
	margin-left: 0px;
	margin-right: 122px;
}
/* Marginalspalte */
/* Achtung: im HTML-Quelltext hier erst die Marginalspalte, dann die linke Spalte %*/
#zweispaltigrechtsm {
	width: 120px;
	right: 0px;
	position: absolute;
}
/* Ende Spalten */

/* Ende Teilbereiche innerhalb des Containers */




/* Beginn Kästen */

/* ohne Rahmen */
.kasten {
	background: White;
}
/* mit grauem Rahmen */
.kastengrau {
	background: White;
	border: 5px solid #e0e0e0;
	margin-top: 2px;
}
.kastengelb {
	background: White;
	border: 5px solid #FFFECD;
	margin-top: 2px;
}
.kastenrot {
	background: White;
	border: 5px solid #960406;
	margin-top: 2px;
}
/* Ende Kästen */

/* wird benötigt, um Ausdruck über IE zu sichern, falls nicht komplementäres printinhaltsstyles.css verwendet wird */
@media print {
#inhaltsbereichfest {
	position: absolute;
	left: 175px;
	top: 60px;
	width: 80%;
}
#inhaltsbereichvariabel {
	position: absolute;
	left: 175px;
	top: 60px;
	width: 80%;
}
}
