html {
	height: 100%;
	width: 100%; 
	overflow-y: scroll;
}

#maindiv {
	position: absolute; 
	width: 900px;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	padding: 0px;
/*	background-color: #FFFFFF; 
	background-position: top; 
	background-repeat: repeat-y;
	background-image: url(image/../../graphics/background_main_layer.gif);
/*	background-attachement: scroll; */
	z-index: 1;
}

#headdiv {
	position: absolute;
/*  wieder zurücksetzen wegen Ueberlauf Kopfnavigation auf 440px: */
/*	height: 440px; */
	height: 290px;
	width: 900px;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	padding: 0px;
	z-index: 9;
	background-color: #FFF; 
/*	background-position: top; 
	background-repeat: no-repeat;
	background-image:url(image/../../graphics/en/e_kopf_background.png); */
}
	
#navdiv {
	position: absolute;
	margin-top: 0px;
/*	height: 100%; */
	width: 140px;
	top: 290px;
	left: 0px;
	padding: 0px;
	z-index: 1;
/*	background-color: EAEAEA; */
}

#centraldiv {
	position: absolute;
	margin-top: 0px;
/* verbreitert von 550 auf 570 zur Einbindung background_central_layer.gif */
	width: 570px;
	top: 290px;
	left: 150px;
	padding: 0px;
	z-index: 11;
	visibility: visible;
/*	height: 561px; */
	background-color: #FFFFFF; 
	background-position: top; 
	background-repeat: repeat-y;
	background-image: url(image/../../graphics/background_central_layer.gif);
/*	background-color: EAEAEA; */
}

#quicklinks {
	position: absolute;
	margin-top: 0px;
/* verschmaelert von 185 auf 165 wegen Hintergrund in central */	
	width: 185px;
	max-height: 100%; 	
	top: 290px;
	left: 718px;
	padding: 0px;
	z-index: 1;
/*	background-color: EAEAEA; */
}

/*
#fussdiv {
	position: absolute;
	height: 40px;
	width: 900px;
	left: 0px;
	padding: 0px;
	z-index: 99;
	top: 868px;
	top: 677px;
} 
*/
