/* ##### Defaults ##### */
.clearer,
.clear{
	clear:both;
	width:0px;
	height:0px;
	margin:0;
	padding:0;
}
/*#### CSS 4 JS-Animation #####*/
/*#############################*/

/* ##### Widget 3col ##### */
.mediathekWidgetCol3{
	position:relative;
	width:450px;
	padding:0 0 10px 0;
	margin:7px 0 0 0;
	font-family:Arial, sans-serif;
}
.mediathekWidgetCol3 .widgetWrapper{
	height:238px;
	width:638px;
	z-index:5;
	padding: 0 0 0 42px;
	position:relative;
	background-image:url("../img_shared/widgetBg.png");
	background-repeat:repeat-x;
	background-position:top left;
	-webkit-box-shadow: inset 0 0 10px rgba(114, 110, 100, 0.9);
	box-shadow: inset 0 0 10px rgba(114, 110, 100, 0.9);
	overflow:hidden;
}
.mediathekWidgetCol3 .bookRack{
	position:relative;
}
.mediathekWidgetCol3 .scrollLeft{
	position:absolute;
	top:140px;
	left:157px;
	width:12px;
	height:20px;
	background-image:url("../img_shared/scrollLeft.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:15;
	outline:none;
}
.mediathekWidgetCol3 .scrollLeft.inactive{
	opacity:0.2;
	cursor:default;
}
.mediathekWidgetCol3 .scrollRight{
	position:absolute;
	top:140px;
	right:157px;
	width:12px;
	height:20px;
	background-image:url("../img_shared/scrollRight.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	outline:none;
}
.mediathekWidgetCol3 .scrollRight.inactive{
	opacity:0.2;
	cursor:default;
}
.mediathekWidgetCol3 a.widgetLink{
	color:#565656;
	text-decoration:none;
	margin:0 0 0 11px;
	padding:0 0 0 16px;
	background-image:url("../img_shared/linkArrow.gif");
	background-repeat:no-repeat;
	background-position:0 3px;
	display:block;
	font-size:0.85em;
	line-height:1.35;
	position:absolute;
	bottom:13px;
	left:0;
}
.mediathekWidgetCol3 a.widgetLink:hover{
	color:#E10A14;
}
.mediathekWidgetCol3 .bookRack{
	width:3024px;
	left:-480px;
}
.mediathekWidgetCol3 .itemWrapper{
	position: relative;
	width:327px;
	height:180px;
	float:left;
	outline:none;
}
.mediathekWidgetCol3 .item{
	position: absolute;
	float:left;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(0,0,0, .8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5;
	margin: 0 0 0 0;
	bottom:0;
	outline:none;
}
.mediathekWidgetCol3 .item .cover{
	border-right:none;
	z-index:2;
	float:left;
	bottom:0;
	position: relative;
	opacity:0.3;
	transition: opacity 1s;
	border:none;
}
.mediathekWidgetCol3 .itemWrapper.active .item .cover{
	opacity:1.0;
	transition: opacity 1s;
}
.mediathekWidgetCol3 .item .coverBorder{
	position: relative;
	z-index:2;
	width:5px;
	background-repeat:no-repeat;
	background-position:bottom right;
	height:100%;
	display:block;
	float:left;
	border-top:1px solid #e1dcd2;
	border-bottom:1px solid transparent;
}
.mediathekWidgetCol3 .shadowWrap{
	z-index: 1; 
	position: absolute; 
	content: "";
	width: 251px;
	height: 40px;
	background: rgba(114, 110, 100, 0.4);
	opacity:0.8;
	box-shadow: 0 0 10px rgba(114, 110, 100, 0.9);
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skewX(-35deg);
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	bottom:-2px;
	left:15px;
}

.mediathekWidgetCol3 .toolTipContainer{
	height:450px;
	display:none;
	position:absolute;
	visibility:visible;
	padding:0 0 0 0;
	top:240px;
	left:-10px;
	z-index:8;
	width:680px;
	
}
.mediathekWidgetCol3 .toolTipContainer .toolTipWrapper{
	height:350px;
	display:block;
	position:relative;
	margin-top:0;
	width:680px;
}
.mediathekWidgetCol3 .toolTipContainer .toolTip{
	background-color:#fff;
	position:absolute;
	width:644px;
	padding:18px 18px 8px 18px;
	margin:0 10px 0 10px;
	box-shadow: 0px 0px 10px 2px #7d7b7b;
	cursor:default;
	color:#565656;
	top:-20px;
	display:none;
}

.mediathekWidgetCol3 .toolTipContainer .toolTip .toolTipArrow{
	border:none;
	position:absolute;
	top:-33px;
	left:50%;
	margin:0;
	background-image:url("../img_shared/toolTipArrow_mediathek.png");
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:-20px;
	padding:0;
	width:41px;
	height:33px;
}
.mediathekWidgetCol3 .toolTipContainer .toolTip .author{
	display:block;
	font-size:1.05em;
	line-height:1.1;
	font-weight:bold;
	margin:0 0 8px 0;
	cursor:pointer;
}
.mediathekWidgetCol3 .toolTipContainer .toolTip .title{
	display:block;
	margin:0 0 8px 0;
	font-weight:normal;
	font-size:0.85em;
	line-height:1.35;
	color:#565656;
}
.mediathekWidgetCol3 .toolTipContainer .toolTip .link{
	display:block;
	color:#424242;
	padding:0 0 0 17px;
	font-size:0.85em;
	line-height:1.35;
	background-image:url("../img_shared/linkArrow.gif");
	background-repeat:no-repeat;
	background-position:0 3px;
	cursor:pointer;
	margin:0 0 15px 0;
}
.mediathekWidgetCol3 .toolTipContainer .toolTip .link.videoLink{
	display:block;
	color:#424242;
	padding:0 0 0 17px;
	font-size:0.85em;
	line-height:1.35;
	background-image:url("../img_shared/linkArrow.gif");
	background-repeat:no-repeat;
	background-position:0 3px;
	cursor:pointer;
	margin:0 0 5px 0;
}
.mediathekWidgetCol3 .toolTipContainer .toolTip .link:hover{
	color:#e52b33;
}
.mediathekWidgetCol3_fallback {
	display:none;
}
.mediathekWidgetCol3_fallback.invisible{
	display:block;
}
.mediathekWidgetCol3_fallback.invisible .toolTipWrapper,
.mediathekWidgetCol3_fallback.invisible .widgetWrapper{
	display:none;
}
.mediathekWidgetCol3_fallback {
	margin:7px 0 0 0;
}
.widgetHeadline{
	padding:0 0 7px 0;
}
/* ##### Widget 1col ##### */
.mediathekWidgetCol1{
	position:relative;
	width:220px;
	padding:0 0 10px 0;
	margin:7px 0 0 0;
	font-family:Arial, sans-serif;
}
.mediathekWidgetCol1 .widgetWrapper{
	height:238px;
	width:200px;
	z-index:5;
	padding: 0 0 0 20px;
	position:relative;
	background-image:url("../img_shared/widgetBg.png");
	background-repeat:repeat-x;
	background-position:top left;
	-webkit-box-shadow: inset 0 0 10px rgba(114, 110, 100, 0.9);
	box-shadow: inset 0 0 10px rgba(114, 110, 100, 0.9);
	overflow:hidden;
}
.mediathekWidgetCol1 .bookRack{
	position:relative;
}
.mediathekWidgetCol1 .scrollLeft{
	position:absolute;
	top:140px;
	left:17px;
	width:12px;
	height:20px;
	background-image:url("../img_shared/scrollLeft.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:15;
	outline:none;
}
.mediathekWidgetCol1 .scrollLeft.inactive{
	opacity:0.2;
	cursor:default;
}
.mediathekWidgetCol1 .scrollRight{
	position:absolute;
	top:140px;
	right:17px;
	width:12px;
	height:20px;
	background-image:url("../img_shared/scrollRight.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	outline:none;
}
.mediathekWidgetCol1 .scrollRight.inactive{
	opacity:0.2;
	cursor:default;
}
.mediathekWidgetCol1 a.widgetLink{
	color:#565656;
	text-decoration:none;
	margin:0 0 0 11px;
	padding:0 0 0 16px;
	background-image:url("../img_shared/linkArrow.gif");
	background-repeat:no-repeat;
	background-position:0 3px;
	display:block;
	font-size:0.85em;
	line-height:1.35;
	position:absolute;
	bottom:13px;
	left:0;
}
.mediathekWidgetCol1 a.widgetLink:hover{
	color:#E10A14;
}
.mediathekWidgetCol1 .bookRack{
	width:3024px;
	left:-460px;
}
.mediathekWidgetCol1 .itemWrapper{
	position: relative;
	width:220px;
	height:180px;
	float:left;
	outline:none;
}
.mediathekWidgetCol1 .item{
	position: absolute;
	float:left;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(0,0,0, .8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5;
	margin: 0 0 0 0;
	bottom:13px;
	outline:none;
}
.mediathekWidgetCol1 .item .cover{
	border-right:none;
	z-index:2;
	float:left;
	bottom:0;
	position: relative;
	opacity:0.3;
	transition: opacity 1s;
	border:none;
	width:200px;
	margin:0 0 0 10px;
	height:auto;
}
.mediathekWidgetCol1 .itemWrapper.active .item .cover{
	opacity:1.0;
	transition: opacity 1s;
}
.mediathekWidgetCol1 .item .coverBorder{
	position: relative;
	z-index:2;
	width:5px;
	background-repeat:no-repeat;
	background-position:bottom right;
	height:100%;
	display:block;
	float:left;
	border-top:1px solid #e1dcd2;
	border-bottom:1px solid transparent;
}
.mediathekWidgetCol1 .shadowWrap{
	z-index: 1; 
	position: absolute; 
	content: "";
	width: 221px;
	height: 15px;
	background: rgba(114, 110, 100, 0.4);
	opacity:0.8;
	box-shadow: 0 0 10px rgba(114, 110, 100, 0.9);
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skewX(-35deg);
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	bottom:-2px;
	left:15px;
}

.mediathekWidgetCol1 .toolTipContainer{
	height:450px;
	display:none;
	position:absolute;
	visibility:visible;
	padding:0 0 0 0;
	top:240px;
	left:-10px;
	z-index:8;
	width:220px;
	
}
.mediathekWidgetCol1 .toolTipContainer .toolTipWrapper{
	height:350px;
	display:block;
	position:relative;
	margin-top:0;
	width:220px;
}
.mediathekWidgetCol1 .toolTipContainer .toolTip{
	background-color:#fff;
	position:absolute;
	width:184px;
	padding:18px 18px 8px 18px;
	margin:0 10px 0 10px;
	box-shadow: 0px 0px 10px 2px #7d7b7b;
	cursor:default;
	color:#565656;
	top:-20px;
	display:none;
}

.mediathekWidgetCol1 .toolTipContainer .toolTip .toolTipArrow{
	border:none;
	position:absolute;
	top:-33px;
	left:50%;
	margin:0;
	background-image:url("../img_shared/toolTipArrow_mediathek.png");
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:-20px;
	padding:0;
	width:41px;
	height:33px;
}
.mediathekWidgetCol1 .toolTipContainer .toolTip .author{
	display:block;
	font-size:1.05em;
	line-height:1.1;
	font-weight:bold;
	margin:0 0 8px 0;
	cursor:pointer;
}
.mediathekWidgetCol1 .toolTipContainer .toolTip .title{
	display:block;
	margin:0 0 8px 0;
	font-weight:normal;
	font-size:0.85em;
	line-height:1.35;
	color:#565656;
}
.mediathekWidgetCol1 .toolTipContainer .toolTip .link{
	display:block;
	color:#424242;
	padding:0 0 0 17px;
	font-size:0.85em;
	line-height:1.35;
	background-image:url("../img_shared/linkArrow.gif");
	background-repeat:no-repeat;
	background-position:0 3px;
	cursor:pointer;
	margin:0 0 10px 0;
}
.mediathekWidgetCol1 .toolTipContainer .toolTip .link:hover{
	color:#e52b33;
}
.mediathekWidgetCol1_fallback {
	display:none;
}
.mediathekWidgetCol1_fallback.invisible{
	display:block;
}
.mediathekWidgetCol1_fallback.invisible .toolTipWrapper,
.mediathekWidgetCol1_fallback.invisible .widgetWrapper{
	display:none;
}
.mediathekWidgetCol1_fallback {
	margin:7px 0 0 0;
}
/* ##### Widget 2col ##### */
.mediathekWidgetCol2{
	position:relative;
	width:450px;
	padding:0 0 10px 0;
	margin:7px 0 0 0;
	font-family:Arial, sans-serif;
}
.mediathekWidgetCol2 .widgetWrapper{
	height:238px;
	width:408px;
	z-index:5;
	padding: 0 0 0 42px;
	position:relative;
	background-image:url("../img_shared/widgetBg.png");
	background-repeat:repeat-x;
	background-position:top left;
	-webkit-box-shadow: inset 0 0 10px rgba(114, 110, 100, 0.9);
	box-shadow: inset 0 0 10px rgba(114, 110, 100, 0.9);
	overflow:hidden;
}
.mediathekWidgetCol2 .bookRack{
	position:relative;
}
.mediathekWidgetCol2 .scrollLeft{
	position:absolute;
	top:140px;
	left:67px;
	width:12px;
	height:20px;
	background-image:url("../img_shared/scrollLeft.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:15;
	outline:none;
}
.mediathekWidgetCol2 .scrollLeft.inactive{
	opacity:0.2;
	cursor:default;
}
.mediathekWidgetCol2 .scrollRight{
	position:absolute;
	top:140px;
	right:67px;
	width:12px;
	height:20px;
	background-image:url("../img_shared/scrollRight.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	outline:none;
}
.mediathekWidgetCol2 .scrollRight.inactive{
	opacity:0.2;
	cursor:default;
}
.mediathekWidgetCol2 a.widgetLink{
	color:#565656;
	text-decoration:none;
	margin:0 0 0 11px;
	padding:0 0 0 16px;
	background-image:url("../img_shared/linkArrow.gif");
	background-repeat:no-repeat;
	background-position:0 3px;
	display:block;
	font-size:0.85em;
	line-height:1.35;
	position:absolute;
	bottom:13px;
	left:0;
}
.mediathekWidgetCol2 a.widgetLink:hover{
	color:#E10A14;
}
.mediathekWidgetCol2 .bookRack{
	width:3024px;
	left:-556px;
}
.mediathekWidgetCol2 .itemWrapper{
	position: relative;
	width:307px;
	height:180px;
	float:left;
	outline:none;
}
.mediathekWidgetCol2 .item{
	position: absolute;
	float:left;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(0,0,0, .8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5;
	margin: 0 0 0 0;
	bottom:0;
	outline:none;
}
.mediathekWidgetCol2 .item .cover{
	border-right:none;
	z-index:2;
	float:left;
	bottom:0;
	position: relative;
	opacity:0.3;
	transition: opacity 1s;
	border:none;
}
.mediathekWidgetCol2 .itemWrapper.active .item .cover{
	opacity:1.0;
	transition: opacity 1s;
}
.mediathekWidgetCol2 .item .coverBorder{
	position: relative;
	z-index:2;
	width:5px;
	background-repeat:no-repeat;
	background-position:bottom right;
	height:100%;
	display:block;
	float:left;
	border-top:1px solid #e1dcd2;
	border-bottom:1px solid transparent;
}
.mediathekWidgetCol2 .shadowWrap{
	z-index: 1; 
	position: absolute; 
	content: "";
	width: 251px;
	height: 40px;
	background: rgba(114, 110, 100, 0.4);
	opacity:0.8;
	box-shadow: 0 0 10px rgba(114, 110, 100, 0.9);
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skewX(-35deg);
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-35deg, 0deg);
	bottom:-2px;
	left:15px;
}

.mediathekWidgetCol2 .toolTipContainer{
	height:450px;
	display:none;
	position:absolute;
	visibility:visible;
	padding:0 0 0 0;
	top:240px;
	left:-10px;
	z-index:8;
	width:450px;
	
}
.mediathekWidgetCol2 .toolTipContainer .toolTipWrapper{
	height:350px;
	display:block;
	position:relative;
	margin-top:0;
	width:450px;
}
.mediathekWidgetCol2 .toolTipContainer .toolTip{
	background-color:#fff;
	position:absolute;
	width:414px;
	padding:18px 18px 8px 18px;
	margin:0 10px 0 10px;
	box-shadow: 0px 0px 10px 2px #7d7b7b;
	cursor:default;
	color:#565656;
	top:-20px;
	display:none;
}

.mediathekWidgetCol2 .toolTipContainer .toolTip .toolTipArrow{
	border:none;
	position:absolute;
	top:-33px;
	left:50%;
	margin:0;
	background-image:url("../img_shared/toolTipArrow_mediathek.png");
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:-20px;
	padding:0;
	width:41px;
	height:33px;
}
.mediathekWidgetCol2 .toolTipContainer .toolTip .author{
	display:block;
	font-size:1.05em;
	line-height:1.1;
	font-weight:bold;
	margin:0 0 8px 0;
	cursor:pointer;
}
.mediathekWidgetCol2 .toolTipContainer .toolTip .title{
	display:block;
	margin:0 0 8px 0;
	font-weight:normal;
	font-size:0.85em;
	line-height:1.35;
	color:#565656;
}
.mediathekWidgetCol2 .toolTipContainer .toolTip .link{
	display:block;
	color:#424242;
	padding:0 0 0 17px;
	font-size:0.85em;
	line-height:1.35;
	background-image:url("../img_shared/linkArrow.gif");
	background-repeat:no-repeat;
	background-position:0 3px;
	cursor:pointer;
	margin:0 0 10px 0;
}
.mediathekWidgetCol2 .toolTipContainer .toolTip .link:hover{
	color:#e52b33;
}
.mediathekWidgetCol2_fallback {
	display:none;
}
.mediathekWidgetCol2_fallback.invisible{
	display:block;
}
.mediathekWidgetCol2_fallback.invisible .toolTipWrapper,
.mediathekWidgetCol2_fallback.invisible .widgetWrapper{
	display:none;
}
.mediathekWidgetCol2_fallback {
	margin:7px 0 0 0;
}
.widgetHeadline{
	padding:0 0 7px 0;
}