@media screen,projection,print {

/* Player Modul */
div.wsVideoPlayerModul { 
	position: absolute;
	width: 32em; 
	height: 23em;
	display: block;
	clear: both;
	float: none;
	z-index: 450000;
	border: 0.25em solid #840000;
	margin-left: -5em;
	background-color:#bd0000;
	padding: 0 3em 1.5em 3em;
}

span.wsAudioPlayerModul { 
	position: absolute;
	width: 32em; 
	height: 4em;
	display: block;
	clear: both;
	float: none;
	z-index: 450000;
	border: 0.0625em solid #ccc;
	margin-left: -2em;
	background-color:#CCC;
}

.wsClose {
	float: right;
}

.wsClose a {
	color: #FFF;
	text-decoration: none;
}

.wsClose img {
	width: 2.25em;
	height: 2.25em;
	vertical-align: middle;
}

.wsVideo  {
	width: 32em; 
	height: 19.5em;

}

.wsAudio { 
	width: 32em; 
	height: 1.625em;
}

.wsEPMSpan {
	float: left;
	color: #FFF;
}

.wsEPMSpan span {
	font-size: 0.75em;
	line-height: 1.25em;
	margin-bottom: 1.25em;
	font-weight: bold;
}

img.wsIcon {
	width: 1.5625em;
	height: 1.125em;
	vertical-align: middle;
}

.wsVideoPlayerFB {
	text-align: center;
}

.wsVideoPlayerFB p {
	font-size: 0.75em;
	line-height: 1.25em;
	margin-bottom: 1.25em;
}

.wsVideoPlayerFB p.wsBack {
	float: right;
}

}

