
body, html
      { 
	height: 100%;
	overflow: hidden;
     }

* html body
      {
        overflow: auto;  /* wenn ausgeblendet probleme im editmode, wenn oben dann bei print-firefox */
      }

#pageregion_top
	{
	position:absolute;
	top:0;
	z-index:5;
	}

/*-- wrapper for providing a full scale left background --*/
	#layoutWrapper1_BGleft
	{
	position: absolute;
	top: 162px;
        width: 90%;
        bottom: 30px;
	z-index: 1;
	overflow: auto;
	}

		/*Fuer den IE */
		* html #layoutWrapper1_BGleft
		{
			top:0; bottom:0; left:0;
			border-top: 157px solid white;
			height:100%;
		}

#pageregionLeft {
	top: 25px;
}


#pageregionBottom {
        position: absolute; bottom:0;  z-index: 5;
        overflow: visible;
        /* background: white; */
        width:100%;
        /* border-top: 4px solid grey; */
}


/*----------------------*/

.child, .subchild 
	{ z-index:3;
 }


/* -- METANAVIGATION ------------------------*/

#StyleSwitcher {
    font-size: 10px;
    background-color:#EDEDED;
}

#StyleSwitcher .eins {font-weight: normal; color: grey;}
#StyleSwitcher .zwei {font-weight: bold;  color: black;}
#StyleSwitcher .mobil {font-weight: normal; color: grey;}

.preview_strong {background: yellow; visibility: visible;}
.preview_strong img {border: 1px solid red;}
.preview_weak { visibility: hidden;}