

div.videocontainer {
	position:  relative;
	margin: 10px;
	font-family: verdana;
	font-size: 10px;
	border-top: 1px solid gray;
}

div.videocontainer div.inaktiv{
	background: #ee5555;
	font-weight: bold;
	font-size: 11px;
}

div.videocontainer div.userinfo{
	position:  absolute;
	right: 10px;
	top: 0;
	width: 100px;
	height: 50px;
}

div.videocontainer h1 {
	font-weight: bold;
}

div.videocontainer h3 {
	font-weight: bold;
	text-decoration: underline;
}

div.videocontainer div.bemerkung {
	font-weight: normal;
	
}

div.videocontainer .expander {
	cursor: pointer;
	margin-top: 4px;
}

div.videocontainer div.video {
	display: none;
}

div.videocontainer p.aendern {
	font-weight: normal;
	text-align: right;
}

form.editvideo {
	font-family: verdana;
	font-size: 10px;
}

form.editvideo td{
	font-family: verdana;
	font-size: 10px;
}



div.videocontainerprodukt {
	position:  relative;
	margin: 5px 0px 5px 1px;
	padding: 30px 7px 7px 3px;
	font-family: verdana;
	font-size: 10px;
	border: 0px solid gray;
	float: left;
	width: 185px;
	height: 105px;
	text-align: left;
	background:  url('/content/img/tv_htg.png') no-repeat top left;
}

div.videocontainerprodukt h1 {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

div.videocontainerprodukt h3 {
	font-weight: bold;
	text-decoration: none;
	font-size: 9px;
	margin: 0;
	padding: 0;
}

div.videocontainerprodukt div.inaktiv{
	background: #ee5555;
	font-weight: bold;
	font-size: 11px;
}

div.videocontainerprodukt div.video {
	display: none;
	background: white;
	border: 2px solid black;
	position: relative;
	width: 450px;
}

div.videocontainerprodukt .expander {
	cursor: pointer;
	margin-top: 4px;
}

div.videoplayercontainer {
	width: 600px;
	background: url('/content/img/videoplaylistbg.png') top no-repeat;
	padding-top: 66px;
	padding-right: 4px;
	/*border: 2px solid green;*/
}

div.videoplayercontainer .player{
	text-align: left;
	margin-bottom: 10px;
	width: 592px;
}

div.videoplayercontainer .videoloader
{
	width: 592px;
	height: 440px;
	text-align: center;
	background: url('/content/img/loader.gif') no-repeat center;
}

div.videoplayercontainer .player .video{
	float: left;
}

div.videoplayercontainer .player .beschreibung{
	overflow: auto;
	margin-left:5px;
	height: 298px;
	padding: 3px;
	background: #eeeeee;
}

div.videoplayercontainer .player .bemerkung{
	margin-top: 10px;
}

div.videoplayercontainer .player .kategorie{
	margin-top: 10px;
	font-size: 12px;
}

div.videoplayercontainer .player .kategorie span{
	font-weight: bold;
	color: #666666;
}

div.playlistcontainer {
	background: #ffffff;
	width: 592px;
	margin-right: 2px;
	height:165px;
	overflow: auto;
	text-align: left;
}

div.playlistcontainer table.playlistcontainerbreit{
	table-layout: fixed;
}


td.cigarworldtvcontainer {
	margin: 0px 0px 0px 5px;
	padding: 0;
	font-family: verdana;
	font-size: 10px;
	text-align: left;
	width: 150px;
	height: 140px;
}


td.cigarworldtvcontainer .thumb {
	background: url('/content/img/videothumbbg.png') no-repeat top left;
	padding: 4px;
	position: relative;
	/*border: 1px solid red;*/
}

td.cigarworldtvcontainer .videothumbnailplay {
/*	border: 1px solid red;*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/img/videothumbplayer.png');
	position: absolute;
	top: 76px;
	left: 39px;
}

* html td.cigarworldtvcontainer .videothumbnailplay {
	left: 35px;
}

td.cigarworldtvcontainer img.videothumbnail {
	width: 128px;
	height: 96px;


}


td.cigarworldtvcontainer .inhaltcontainer {
	width: 400px;
}

td.cigarworldtvcontainer .kategorie {
	font-weight: normal;
	text-decoration: none;
	font-size: 9px;
	margin: 0;
	padding: 0;
}

td.cigarworldtvcontainer h3 {
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 26px;
	overflow: hidden;
}

td.cigarworldtvcontainer div.inaktiv{
	background: #ee5555;
	font-weight: bold;
	font-size: 11px;
}

td.cigarworldtvcontainer div.video {
	display: none;
	background: white;
	border: 2px solid black;
	padding: 2px;
	width: 450px;
}

td.cigarworldtvcontainer .expander {
	cursor: pointer;
	margin-top: 4px;
}

#startseiteNeueVideos .videothumb {
	padding: 4px;
	background: transparent url(/content/img/videothumbbg.png) no-repeat scroll left top;
	margin: 0 0 0 30px;
	display: inline;
	float: left;
	border: 0px double #cccccc;
}

#startseiteNeueVideos .videothumb a {
	border: 0px double #cccccc;
}

.videothumb a img{
	border: 0px double #cccccc;
	height:96px;
	width:128px;
}