	*
	{
		margin:			0;
		padding:		0;
		outline-style:		none;
		outline-width:		0px;
	}
	div#WevTVViewPort img,
	div#WebTVCtrl img
	{
		border-width:		0px;
	}
	
	div#WevTVViewPort
	{
		position:		relative;
		height:			380px;
		overflow:		hidden;
		width:			500px;
		display:		none;		/*wird zunächst ausgeblendet*/
		margin:			0 0 10px 0;
		padding:		0;
	}
	div#WebTVViewPort div#webTV
	{
		text-align:		center;
		height:			380px;
		width:			500px;
		display:		block;
		position:		absolute;
		top:			0px;
		left:			0px;
		margin:			0;
		padding:		0;
	}
	div#WebTVViewPort div#webTV_OVERLAY
	{
		position:		absolute;
		top:			0px;
		left:			0px;
		margin:			0;
		padding:		0;
		height:			380px;
		width:			500px;
		display:		block;
	}
	div#WebTVViewPort div#isMute
	{
		font:			bold 15px arial;
		position:		absolute;
		top:			0px;		/*312px;*/
		left:			0px;
		margin:			0;
		padding:		5px;
		height:			auto;
		width:			480px;
		display:		block;
		background:		#fff url(ctv-logo-bkg.gif) fixed no-repeat -5px -10px; /*#f65717;*/
		color:			#172677;	/*#fff;*/
	        text-align:		right;
	        line-height:		110%;
	        letter-spacing:		0px;
	        border-top:		1px solid #f65717;
	        border-bottom:		1px solid #f65717;
	}
	div#WebTVCtrl
	{
		text-align:		center;
		width:			500px;
		margin-top:		10px;
		position:		relative;
		display:		none;		/*wird zunächst ausgeblendet*/
	}
	div#WebTVCtrl a img
	{
		height:			36px;
		width:			36px;
	}
	div#WebTVCtrl span#VolBars img
	{
		width:			10px;
	}			
	div#WebTVCtrl div#CurVol
	{
		color:			#00f;
		font:			bold 11px arial;
		position:		absolute;
		top:			3px;
		left:			198px;
	}
	iframe#LiveStreamProtocol
	{
		display:		block;
		width:			500px;
		height:			100px;
		border:			1px solid black;
	}