div.videoBg
{
    background-image: url(/templates/default/images/gif/videoBg.gif);
	background-repeat: no-repeat;
	width: 226px; 
	height: 70px;	
}
div.videoBg2
{
    background-image: url(/templates/default/images/gif/videoBg2.gif);
	background-repeat: no-repeat;
	width: 246px; 
	height: 70px;	
}
div.ellipsis
{
    font-size:8pt;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    width:130px;
    cursor: pointer;
}
div.ncBgHeaderVideo 
{
    border: 1px solid #ccc;
    background-color: #fff;    
    background-image: url(/templates/default/images/jpg/nc-bg-header2.jpg);
    background-repeat:no-repeat;
}
div.videoComBg
{
    background-color: #fff;    
    background-image: url(/templates/default/images/gif/videoComBg.gif);
    background-repeat: repeat-x;
    border: 1px solid #fff; 
}
div.videoComOut 
{
    border: 1px solid #ccc;    
}
textarea.codeBox 
{
    border: 1px solid #ccc;
    font-family: Tahoma, Verdana;
    font-size: 8pt; 
    color: #4c4c4c;
    padding: 3px;
    height: 46px;
    overflow: hidden;
    width: 229px;
}
div.codeTitel 
{
    padding:2px;
    padding-left:3px;
    color:#4c4c4c;
    font-family:tahoma;
    font-size:8pt;
}
div.videoVon 
{
    padding-top:2px;
    
    color:#4c4c4c;
}

/*** Empfehlung ***/
#EmpfehlungsBox
{
    /* absolute behebt ie6 alpha bug */
    position: absolute; 
    z-index:50;   
}
#EmpfehlungsBoxAlpha
{
	position: absolute;
	top: 0px; left: 0px;	
	width: 244px; height: 295px;
	background-color: #fff;
	border: 1px solid #ccc;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	z-index:100;	
}
#EmpfehlungsBoxClip
{
    text-align: left;
    position: absolute;
    top: 0px; left: 0px;	
    width: 246px; height: 295px;    
    z-index:200;
}
.myPlayer 
{
    width:640px;
    background-color:#cacaca;
    background-repeat: repeat-x;
    background-image:url(/templates/kulmbachtv/images/jpg/smalltvbg.jpg);
}
div.playerPanel
{
    width:196px;
    height:21px;
    background-image:url(/templates/kulmbachtv/images/gif/videobuttons.gif);
    background-repeat: no-repeat;
}
div.playerPanelBg
{
    position:relative;
    width:100%;
    height:21px;
    background-color:#626262;
    background-image:url(/templates/kulmbachtv/images/gif/tvunterline.gif);
    background-repeat: no-repeat;    
}

