
/* ------------------------------------------------------------- */
/* => container-outer
/* ------------------------------------------------------------- */

#container-outer {
	width:100%;
	min-height:100%;
   height:auto !important;
   height:100%;
   margin:0 auto;
	background:url(../images/bg-container-outer.jpg) center top repeat-x;
}

/* ------------------------------------------------------------- */
/* => container
/* ------------------------------------------------------------- */

#container {
   width:960px;
   margin:0 auto;
	min-height:540px;
	position:relative;
	background:url(../images/bg-container-index.jpg) 0 0 no-repeat;
}
* html #container { /* IE hack */
	height:540px;
}

/* ------------------------------------------------------------- */
/* => header
/* ------------------------------------------------------------- */

#header-index {
   width:960px;
   height:850px;
   position:relative;
	font-size:0.00001em;
   line-height:0.00001em;
   text-indent:-9999px;
}

#flash { position:absolute;width:200px; height:200px;
top:550px; left:260px; }

#header-index h1.branding-parkresidenz-neuss a {
	position:absolute;
	display:block;
	width:200px;
	height:62px;
	top:202px;
	left:370px;
	overflow:hidden;
	background:url(../images/park-residenz-neuss-am-rhein-ohg-index.png) 0 0 no-repeat;
}
#header-index h1.branding-parkresidenz-neuss a:hover {
	background-position:0px -62px;
}
* html #header-index h1.branding-parkresidenz-neuss a:hover { /* IE hack */
	background-position:0px -61px;
}

#header-index h1.branding-hr-sanitaetshaus a {
	position:absolute;
	display:block;
	width:163px;
	height:94px;
	top:306px;
	left:278px;
	overflow:hidden;
	background:url(../images/sanitaetshaus-h-und-r-gmbh-index.png) 0 0 no-repeat;
}
#header-index h1.branding-hr-sanitaetshaus a:hover {
	background-position:0px -94px;
}
* html #header-index h1.branding-hr-sanitaetshaus a:hover { /* IE hack */
	background-position:0px -93px;
}


#header-index h1.branding-akn-neuss a {
	position:absolute;
	display:block;
	width:163px;
	height:94px;
	top:306px;
	left:518px;
	overflow:hidden;
	background:url(../images/akn-neuss-gmbh-index.png) 0 0 no-repeat;
}
#header-index h1.branding-akn-neuss a:hover {
	background-position:0px -94px;
}
* html #header-index h1.branding-akn-neuss a:hover { /* IE hack */
	background-position:0px -93px;
}




.choose {
	width:405px;
	height:75px;
	position:absolute;
	left:277px;
	top:442px;
	background:url(../images/bg-choose.png) 0 0 no-repeat;
}
