	#box{
		position:absolute;
	}
	#bg_png{
		/*filter:alpha(opacity=95);*/
	}
	#popup {
		position:absolute;
		top:0px;
		left:0px;
		z-index:0;		
	}
	#popup_content {
		position:absolute;
		top:55px;
		left:20px;
		z-index:1;
	}
	#popup_content_g_box {
		position:absolute;
		top:47px;
		left:12px;
		width:677px;
		height:342px;
		z-index:2;
		overflow:hidden;
	}
	/*#image_klein {
		position:absolute;
		top:3px;
		left:3px;
		width:568px;
		height:339px;
		cursor: move;
		z-index:3;		
	}*/
	#image_gross {
		position:absolute;
		top:-1000px;
		left:-1000px;
		width:903px;
		height:542px;
		cursor: move;
		z-index:4;		
	}	

	#overImage {
		position:absolute;
		top:0;
		left:0;
		width:682px;
		height:346px;
		cursor: move;
		z-index:5;
		/*background-color: rgb(100,105,255);*/
		background-image:url('TransBG.gif');
	}