/* -------------------------------------------------------------------
| sonderfall zusammenhaengende doppelseite
 ------------------------------------------------------------------ */
 
 
#page-dbl .sub-a{
	position: absolute;
	z-index: 20;
	left: 199px;
	top: 65px;
	background: url(../img/nav/sub/bg_lft.jpg) top left no-repeat;
	width: 359px;
	height: 137px;
}
#page-dbl .sub-b{
	position: absolute;
	z-index: 20;
	left: 558px;
	top: 65px;
	background: url(../img/nav/sub/bg_rgt.jpg) top left no-repeat;
	width: 363px;
	height: 137px;
}

#page-dbl .sub-c{
	position: absolute;
	z-index: 21;
	left: 210px;
	top: 94px;		
	background: url(../img/basics/inner/area_dbl.png) top left no-repeat;
	width: 698px;
	height: 487px;
}

.loggedin #page-dbl .sub-c{
	background: url(../img/basics/inner/area_dbl_login.png) top left no-repeat;
}

/* standard-vermassung.. ggf. in spezifischem css zu aktualisieren */
#page-dbl .sub-c{	
	padding: 60px 0 0 90px;
	voice-family: "\"}\""; /* start bmh */
	voice-family: inherit;
	width: 608px;
	height: 427px;
}
html>body #page-dbl .sub-c{
	width: 608px;
	height: 427px; /* end bmh */
}
