/* (oben, rechts, unten, links) */

body { 
	position:absolute;
	background: url(../images/contentBg_neu.gif) no-repeat left top fixed;	
}
html, body { 
	top:0; left:0; right:0;
	min-height:100%;
	margin:0;
	padding:0;
	width:100%;
}
#header_container {
	position:fixed;
	top:0; left:0; right:0;
	margin:0;
	height:95px;
	z-index:3;

}
#header {
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	height:100%;
	z-index:3;
	margin:0;
	background: url(../images/bg_neu.png) repeat-x top;	
}
#sitebar {
	position:fixed;
	top:70px;
	left:20px;
	width: 250px;
}
#content {
	margin:0;
	padding-top: 135px;
	padding-left: 310px;
	padding-bottom: 85px;
	z-index:2;
}
#footer_container {
	position:fixed;
	bottom:0; left:20px; right:0;
	margin:0;
	z-index:3;
	height: 65px;
}
#footer {
	position:absolute;
	top:0; bottom:0;
	width: 929px;
	z-index:3;
	background: url('../images/footerBg.gif') no-repeat left top;
}
/* Nun für den MSIE */
* html, * html body {
	overflow:hidden;
	bottom:0;
	height:100%;
}
* html #header_container, * html #footer_container {
	position:absolute;
	width: 100%;
	padding-right:16px;
}
* html #sitebar {
	position:absolute;
}
* html #header,* html #footer {
	height:100%;
	position:static;
}
* html #content {
	position:absolute;
	top:0; bottom: 0px; left:0; right:0;
	height:100%;
	width:100%;
	overflow:auto;
	margin:0;
}
* html #sitebar {
	margin:0;
	width:250px;    /* Der IE soll das Element breiter darstellen, da margin und padding hier von 
						der Breite abgezogen wird! */
}


