BODY {
	margin:		0;
	padding:		0;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		11px;
	background-color:	#999999;
}

/* globaler Container  */
#ContainerGLOBAL {
	position:		absolute;
	top:		10px;
	width:		990px;
	left:		50%;
	margin-left:	-495px;		/* negative Hälfte von width: 980px */
	background-color:	#FFFFFF;
	border:		none;
	z-index:		0;
	height:		560px;
	top:		50%;
	margin-top:	-280px;		/* negative Hälfte von height: 560px */
}
/* Container für die äußere Umrandung */
#ContainerALLOUTLINE {					
	position:		absolute;
	width:		978px;
	left:		50%;
	margin-left:	-489px;		/* negative Hälfte von width: 978px */
	background-color:	#CDCDCF;
	border:		none;
	z-index:		0;
	height:		548px;
	top:		50%;
	margin-top:	-274px;		/* negative Hälfte von height: 548px */
}
/* Container innerhalb der äußeren Umrandung */
#ContainerALLINLINE {					
	position:		absolute;
	width:		976px;
	left:		50%;
	margin-left:	-488px;		/* negative Hälfte von width: 978px */
	background-color:	#FFFFFF;
	border:		none;
	z-index:		0;
	height:		546px;
	top:		50%;
	margin-top:	-273px;		/* negative Hälfte von height: 548px */
}
#ContainerHEADER {
	width:		976px;
	height:		199px;
	background-color:	#FFFFFF;
}
#ContainerHOME {
	position:		absolute;
	left:		136px;
	top:		69px;
	width:		136px;
	height:		130px;
}
#ContainerNAVIGATIONMAIN {
	width:		136px;
	height:		342px;
	background-color:	#FFFFFF;
	position:		absolute;
	top:		204px;
}
#ContainerNAVIGATIONSUB {
	width:		136px;
	height:		342px;
	background-color:	#E5E5E5;
	position:		absolute;
	top:		204px;
	left:		136px;
}
#ContainerCONTENT {
	width:		705px;
	height:		342px;
	background-color:	transparent;
	position:		absolute;
	top:		204px;
	left:		272px;
}
#ContainerCONTENTIFRAME {
	width:		841px;
	height:		342px;
	background-color:	transparent;
	position:		absolute;
	top:		204px;
	left:		136px;
}
