body { margin:0; padding:0; font-family:Verdana, Geneva, sans-serif; /* cursor:none; /* */}
html,body,#buehne { height:100%; width:100%; overflow:hidden; }
#fullscreeninfo {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	display:block;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 57px;
	width: 210px;
	background: rgba(255,255,255,0.7);
	z-index: 5000;
	text-align: center;
	padding: 20px 10px;
	border-radius: 15px;
	border: 1px solid rgba(0,0,0,0.7);
	margin-left: -116px;
	margin-top:-50px;
}
#debug { position:absolute; left:0; top:0; right:0; background-color:#CCC; }
#buehne { background-color:#000; }
#tv-icon { position: absolute; right:0px; top:0px; padding: 20px 20px 0 0; cursor: none; }

.outerBox {
	display:block;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.innerBox {
	position:relative;
	margin:0 auto;
	width:100%;
	height:100%;
}

.innerBox iframe {
	border:none;
	overflow:hidden;
	height:100%;
	width:100%;
	background-color:#FFFFFF;
}
.innerBox .title {
	position:absolute;
	left:0;
	right:0;
	bottom:2px;
	font-size:20px;
	line-height:120%;
	color:#FFF;
	text-shadow:0px 0px 5px #000;
	text-align:center
}
.innerBox.image {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100%;
}
.innerBox.image.kenburns {
	background-size:115%;
}
.innerBox .textContent {
	font-size:40px;
	width:100%;
	height:100%;
	padding:1em;
	background-color:#FFFFFF;
}
.innerBox video {
	width:100%;
	height:100%;
}
