

#layer1,#layer2,#layer3,#layer4,#layer5
	{
	background-color	: white;
	z-index			: 999;
	display			: none;
	position		: fixed;
	width			: 60%;
	height			: 80%;
	border			: 1px solid #000000;
	padding			: 10px;
	border-radius		: 18px; 
	white-space		: nowrap;
	overflow		: scroll;
	scrolling		: true;

-moz-box-shadow: 10px 10px 10px 10px #eee;
    -webkit-box-shadow: 10px 10px 10px 10px #eee;
    box-shadow: 10px 10px 10px 10px #eee;
    /* Versatz links - Versatz oben - Unschärfe - Schattenradius - Farbe */
	}


