/* Page Ladebalken */
 
#loadinganimation{
	box-shadow:18px -10px 20px rgba(0, 0, 0, 0.2), 18px 10px 20px rgba(0, 0, 0, 0.2);
	position:fixed;
	width:100%;
	z-index:999;
	top:25%;
	left:0;
	text-align:center;
	color:#000;
	font-weight:bold;
	font-size:0.8em;       
	cursor:wait;
}
 
#loadinganimation .inner{
	background: -moz-linear-gradient(left center, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.4));
	border-color:#c6c6c6;
	border-width:1px 0;
	border-style:solid;    
	padding:10px 0;
}
 
#loadinganimation .border{
	background: -moz-linear-gradient(left center, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1.0));
	height:10px;           
}
 
#loadinganimation .first,
#loadinganimation .third{
	opacity:0.15;  
	height:80px;
	margin-bottom:10px;
	-moz-transform: skew(-25deg);
}
 
#loadinganimation .first{
	-moz-transform: skew(25deg);
}
