#header {
	height:498px;
	overflow:hidden;
	position:relative;
}

#middle {
	background:transparent url(/static/img/middle_top.gif) repeat-x right top;
}

#konsole .others {
	margin:261px 0 0 0;
}

#middle .left {
	height:110px;
}

#middle #content {
	min-height:110px;
	height:110px;
	padding:5px 0 0 0;
}

#videocontainer {
	position:absolute;
	top:55px;
	left:210px;
	width:640px;
	height:388px;
	-webkit-box-shadow:0 0 5px #333;
	-moz-box-shadow:0 0 5px #333;
}

#content .tvteaser {
	width:255px;
	background:url(/static/img/rightbox_bg.gif) 50px top no-repeat;
	height:105px;
	float:left;
	overflow:hidden;
}

#content .tvteaser .image {
	width:105px;
	height:105px;
	margin-right:10px;
	float:left;
	overflow:hidden;
}

#content .tvteaser .text {
	width:135px;
	height:105px;
	float:left;
	color:#333;
	overflow:hidden;
}

#content .tvteaser .text h2 {
	width:135px;
	font-size:11px;
	text-transform:uppercase;
	color:#333;
	line-height: 20px;
	padding:5px 0 6px 0;
	margin:0;
}

