/* css by miss monorom monorom.com for www.intensivstation.ch */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */


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

#menue	{
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	}
	

#container{
	width: 100%;
	height: 100%;
	overflow: auto;
	}

