

#layer1,#layer2,#layer3,#layer4
	{
	background-color	: white;
	z-index		: 6;
	display		: none;
	position		: fixed;
	width			: auto;
	height			: auto;
	left			: 50%;
	top			: 50%;
	margin-left		: -400px;
	margin-top		: -250px;
	border			: 1px solid #000000;
	padding		: 10px;
	border-radius		: 18px; 
	white-space		: nowrap;

-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 */
	}


