body {
	width: 100%; 
	height: 100%;
}

.browserHiddenLayer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1000;
	opacity: 0.8;
	filter: Alpha(opacity=80, finishopacity=0, style=0);
}

.ajaxDataLoadLayer{
 	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
    padding: 10px;
    display: none;
    background:#FFF url(/media/images/ajax/ajax-loader.gif) no-repeat center center;
	z-index: 3000;
	opacity: 0.85;
	filter: Alpha(opacity=85, finishopacity=0, style=0); 
}

.aktionsLayerBasis {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 200px;
	margin-left: -150px;
	margin-top: -100px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #000;
	background-color: #FFF;
	z-index: 1100;
}

.dataLoadLayer {
	width: 100%;
	height: 100%;
}

.dataLoadImgLayer {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
}

.dataLoadImg {
	width: 100px;
	height: 100px;
} 
