/* WEBTV */
#head .logo {
	height:130px;
	overflow:hidden;
	padding:0 0 0 20px;
	position:absolute;
	top:-20px;
	width:270px;
	float:none;
	
}
#head .logo img{
	behavior:url(/static/js/iepngfix.htc);
}


#player {
	position: absolute;
	top: 130px;
	left: 0;
	width: 1000px;
	height: 500px;
	z-index: 1000;
}

#webTV {
	height:405px;
	left:80px;
	overflow:visible !important;
	position:absolute;
	top:168px;
	width:840px;
	z-index:500;
}
#webTV #webTViframe{
	width:840px;
	height:405px;
	overflow:hidden;
	border:none;
	background:transparent;
}
#languages {
	right: 20px;
	border-top:1px solid #0082C8;
	top:38px;
}
#head .header_ticker{


}


#webTV_teasers {
	
	height: 200px;
	width: 750px;
	margin: 0 0 0 125px;
}

/* Landingpage Teaser unter wetterbox */
#landingpageteaser {
	background: url(/static/img/landingpageteaser_bg.gif) left bottom no-repeat;
	width: 230px;
	height: 86px;
	overflow: hidden;
	padding: 20px 0 0 10px;
	position: relative;
	top: 122px;
	right: 0;
	z-index: 9;
	cursor: pointer;
}

#landingpageteaser h3 {
	width: 220px;
	overflow: hidden;
	color: #283746;
	font-size: 12px;
	padding: 7px 0;
	font-weight: normal;
}

#landingpageteaser span.h3 {
	width: 220px;
	overflow: hidden;
	padding: 7px 0;
	display: block;
}

#landingpageteaser p {
	width: 220px;
	overflow: hidden;
	color: #5a6978;
	padding: 0;
}

#landingpageteaser p a, #landingpageteaser p a:hover {
	color: #5a6978;
	text-decoration: none;
}


#webTV_teaser_big {
	width: 760px;
	height: 182px;
	overflow: hidden;
	float: left;
	margin:8px 0 0 0;
	z-index: 500;
}

#webTV_teaser_big .teaser {
	background: url(/static/img/landingpage_east_big_bg.gif) left bottom no-repeat;
	width: 230px;
	height: 168px;
	overflow: hidden;
	padding: 0 0 14px 0;
	margin: 0 0 0 15px;
	float: left;
	cursor: pointer;
}

*html #webTV_teaser_big .teaser {
	display: inline;
} 

#webTV_teaser_big .teaser .img {
	width: 230px;
	height: 85px;
	overflow: hidden;
}

#webTV_teaser_big .teaser h3 {
	width: 210px;
	line-height: 14px;
	overflow: hidden;
	color: #283746;
	font-size: 12px;
	padding: 7px 10px;
	font-weight: normal;
}

#webTV_teaser_big .teaser span.h3 {
	width: 210px;
	overflow: hidden;
	padding: 7px 10px;
	display: block;
}

#webTV_teaser_big .teaser .t_text {
	width: 186px;
	height: 56px;
	overflow: hidden;
	padding: 0 34px 0 10px;
	margin: 0 0 0 0;
	color: #5a6978;
}

#webTV_teaser_big .teaser .t_text a {
	text-decoration: none;
	color: #5a6978;
}


/* Overwrite */
#portal_image {
	height: 630px;
	overflow: hidden;
}

/* Teaser
-------------------------------------------------------*/
#webTV_teaser_three {
	background: url(/static/img/tv/teaser_shadow.gif) 20px 90px no-repeat;
	width: 980px;
	height: 92px;
	overflow: hidden;
	padding: 0 0 19px 20px;
}

#webTV_teaser_three .tv_teaser {
	background: url(/static/img/tv/teaser_bg.gif) left top no-repeat;
	width: 320px;
	height: 90px;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

#webTV_teaser_three .tv_teaser .image {
	width: 90px;
	height: 90px;
	overflow: hidden;
	float: left;
}

#webTV_teaser_three .tv_teaser .tvt_text {
	width: 220px;
	height: 76px;
	overflow: hidden;
	padding: 8px 0 0 10px;
	float: left;
}

#webTV_teaser_three .tv_teaser .tvt_text h3 {
	width: 200px;
	overflow: hidden;
	line-height: 14px;
	font-size: 11px;
	color: #283746;
	font-weight: bold;
	margin: 0 0 7px 0;
}

#webTV_teaser_three .tv_teaser .tvt_text h3 a {
	text-decoration: none;
	color: #283746;
	font-weight: bold;
}

#webTV_teaser_three .tv_teaser .tvt_text p {
	width: 200px;
	overflow: hidden;
	line-height: 14px;
	font-size: 11px;
	color: #5e6974;
}

#webTV_teaser_three .tv_teaser .tvt_text p a {
	text-decoration: none;
	color: #5e6974;
}

