.abdunklung {
	width:100%;
	left:0;
	top:0;
	position:fixed;
	height:100%;
	background-color:rgba(0,0,0,0.75);
	z-index:100;
	text-align: center;
	margin: 0px auto;
}

.videobox {
	position:relative;
	width:744px;
	height:550px;
	top:50%;
	margin-top: -275px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image:url("../gfx/spinning_wait.gif");
	background-repeat:no-repeat;
	background-position:center;
}

.audiobox {
	position:relative;
	width:60%;
	top:45%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color:#B6B5AB;
	color: #000000;
	/* background-image:url("../gfx/spinning_wait.gif"); */
	background-repeat:no-repeat;
	background-position:center;
}
