#loading_gif{
	left: 50%;
	top: 50%;
	display: block;
	position: absolute;
	margin-left: -33px;
	margin-top: -33px;
	text-align: center;
}

#fullscreen_btn, #close_btn{
	color: #fff;
	display: none;
	background: none;
	text-shadow: 2px 2px 8px #000;
	opacity: 1;
	top: 10px;
	right: 10px;
	position: fixed;
	line-height: 1em;
	margin: 0;
	padding: 1px 3px 2px 3px;
	text-align: center;
	font-size: 150%;
	cursor: pointer;
	z-index: 11;
}
#close_btn{
	display: block;
}

body, html{
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	background-color:#000;
	overflow:hidden;
}

#img-1 {
	display:none;
	padding:0;
	margin:0;
	margin-left:0;

/* image-rendering: -moz-pixelated;         
	image-rendering:   -o-pixelated;        
	image-rendering: -webkit-optimize-contrast; 
	image-rendering: pixelated;
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;  
	
	image-rendering: high-quality;      
	*/  
	
	
	animation-name: ani; 
	-webkit-animation-name: ani; 

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;

	animation-timing-function: ease-in-out; 
	-webkit-animation-timing-function:ease-in-out;

	animation-direction: alternate;		
	-webkit-animation-direction: alternate;

	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	
	z-index: 9;
}

#rahmen-1, #rahmen-2 {
	position: absolute;
	background-color: black;
	z-index: 10;
}
#rahmen-1 {
	left: 0px;
	top: 0px;
}

#rahmen-2 {
	right: 0px;
	bottom: 0px;
}