@CHARSET "UTF-8";


.ScrollableListTeaser,
.ArchiveTeaser,
.UGCTeaser,
.NewInCategoryTeaser {
	background-image: url("../img/modules/ScrollableListTeaser/bg.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	
	border-bottom: 1px solid #e6e7e8;
	
	padding-bottom: 16px;
}


.scrollControlsContainer {
	position: absolute;
	top: 11px;
	right: 14px;
}

.ScrollableListTeaser .scrollControlsContainer .up {
	background-image: url("../img/modules/ScrollableListTeaser/btn_up.gif");
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 2px;
	display: block;
	float:left;
}

.ScrollableListTeaser .scrollControlsContainer .down {
	background-image: url("../img/modules/ScrollableListTeaser/btn_down.gif");
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 2px;
	display: block;
	float: left;
}

.ScrollableListTeaser .scrollControlsContainer .down.disabled {
	background-image: url("../img/modules/ScrollableListTeaser/btn_down_off.gif");
	cursor: default;
}

.ScrollableListTeaser .scrollControlsContainer .up.disabled {
	background-image: url("../img/modules/ScrollableListTeaser/btn_up_off.gif");
	cursor: default;
}


.teaserListContainer {
	margin: 7px 12px 0px 10px; 
	
	height: 335px;
	overflow: hidden;
	position: relative;
}

.ScrollableListTeaser .ausserdemImProgramm {
	height: 194px;
}

.teaserListContainer .teaserListItems {
	position: absolute;
	height: 2000em;
	width: 100%;
}


.teaserItem {
	overlfow: hidden;
	height: 54px;
	margin-bottom: 5px;
	padding: 4px 4px 5px 4px;
	cursor: pointer;
	position: relative;
	display: block;
	
	text-decoration: none;
	color: #231f20;
}


.teaserItem:hover {
	text-decoration: none;
	background-color: #f3f1e1;
}

.teaserItem img {
	display: block;
	margin-right: 8px;
	float: left;
}

.teaserItem .channelName {
	color: #1b2936;
	font-size: 11px;
	line-height: 1;
	padding-top: 2px;
	padding-bottom: 5px;
	font-weight: bold;
}

.teaserItem .title {
	font-size: 12px;
	line-height: 17px;
	overflow: hidden;
	height: 36px;
}


.teaserItem .rollover {
	display: block;
	
	position: absolute;
	
	top: 12px;
	left: 34px;
}


.ArchiveTeaser {
	background-color: #ffffff;
}

.ArchiveTeaser .boxHeader {
	background-image:url("../img/icn_archive.gif");
	background-repeat: no-repeat;
	background-position: right center;
}


.ArchiveTeaser .teaserContainer {
	height: 130px;
	width: 617px;
	margin-top: 7px;
}

.ArchiveTeaser .teaserItem {
	overlfow: hidden;
	color:#231F20;
	cursor:pointer;
	display:block;
	height:54px;
	padding:4px 4px 5px 4px;
	text-decoration:none;
	width:280px;
}

.ArchiveTeaser .teaserItemWrapper {
	float:left;
	margin:0 10px 5px;
}



.UGCTeaser .boxHeader {
	background-image:url("../img/icn_ugc.gif");
	background-repeat: no-repeat;
	background-position: right center;
}


.UGCTeaser .teaserContainer {
	height: 128px;
	width: 617px;
}

.UGCTeaser .teaserItemContainer,
.NewInCategoryTeaser .teaserItemContainer {
	float: left;
}

.UGCTeaser .header,
.NewInCategoryTeaser .header {
	height: 30px;
	margin-left: 14px;
	margin-top: 7px;
}

.UGCTeaser .textHeader,
.NewInCategoryTeaser .textHeader {
	font-weight: bold;
	font-size: 14px;
	padding-top: 9px;
	height: 21px !important;
	white-space: nowrap;
}

.UGCTeaser .teaserItemWrapper,
.NewInCategoryTeaser .teaserItemWrapper {
	margin: 1px 5px 7px 10px;
}

.UGCTeaser .teaserItem,
.NewInCategoryTeaser .teaserItem {
	display: block;
	padding: 4px;
	width: 285px;
	height: 81px;
	cursor: pointer;
	
	text-decoration: none;
	color: #231f20;
}

.UGCTeaser .teaserItem:hover {
	background-color: #f3f1e1;
}

.UGCTeaser .teaserItem img,
.NewInCategoryTeaser .teaserItem img {
	display: block;
	margin-right: 8px;
	float: left;
}


.UGCTeaser .teaserItem .dateHeader,
.UGCTeaser .teaserItem .userName {
	font-size: 11px;
	line-height: 1;
	color: #808184;
}

.UGCTeaser .teaserItem .dateHeader {
	padding-bottom: 4px;
}

.UGCTeaser .teaserItem .userName {
	padding-top: 2px;
}

.UGCTeaser .teaserItem .title,
.NewInCategoryTeaser .teaserItem .title {
	font-size: 12px;
	line-height: 17px;
	overflow: hidden;
	height: 54px;
}

.UGCTeaser .teaserItem .rollover,
.NewInCategoryTeaser .teaserItem .rollover {
	display: block;
	position: absolute;
	top: 26px;
	left: 58px;
}

.teaserItemWrapper {
	position: relative;
}

.immobilieDerWoche {
	height: 124px;
	
}
