/****************************************************************
  Docking Boxes core CSS: YOU MUST NOT CHANGE OR OVERRIDE THESE 
*****************************************************************/
.dbx-clone {
	position:absolute;
	visibility:hidden;
	}
.dbx-clone, .dbx-clone .dbx-handle-cursor {
	cursor:move;
	}
.dbx-dummy {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	}
.dbx-group, .dbx-box, .dbx-handle {
	position:relative;
	display:block;
	}
/****************************************************************
  avoid padding, margins or borders on dbx-box, 
  to reduce visual discrepancies between it and the clone.  
  overall, dbx-box is best left as visually unstyled as possible 
*****************************************************************/
.dbx-box {
	margin:0;
	padding:0;
	border:none;
	float: left;
	width: 100%;
	clear: both;
	}
	
#sidebar-right .dbx-box {
	float: left;
	width: 100%;
	padding: 0 0 0.35em 0;
	margin: 0 0 1em 0;
	background: url(images/abbinder_re_unten.png) no-repeat left bottom;
}

*html #sidebar-right .dbx-box {
	background: url(images/abbinder_re_unten.gif) no-repeat left bottom;
}
	
/****************************************************************
  otherwise, do what you like :) 
*****************************************************************/
/* group container(s) */
.dbx-group {
	padding: 0;
}

/* handles */
.dbx-handle {
	position: relative;
	margin: 0 0 1px 0;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0.45em 0 0.45em 0;
	background: #f68f10 url(images/sidep-handle.png) repeat-x 0 0; 
	}
	
#sidebar-right .dbx-handle {
	background: url(images/sidep-handle_re.png) repeat-x 0 0; 
	}
	
*html #sidebar-right .dbx-handle {
	background: url(images/sidep-handle_re.gif) repeat-x 0 0; 
	}
	
#sidebar-right h4 {
	position: relative;
	margin: 0;
	float: left;
	width: 97%;
	text-align: left;
	padding: 0 0 0 3% !important;
	background: #3166a8 url(_images/sidep-handle_re_h4.png) repeat-x left top;
	font-weight: normal;
	text-transform: uppercase;
	color: #bedcf2 !important;
	}
	
*html h4 {
	background: #3166a8 url(images/sidep-handle_re_h4.gif) repeat-x left top;
	}
	
.dbx-content div {
	clear: both;
	width: 100%;
	}

/* handle cursors are in a class of their own
   so they only get applied if the script is supported */
.dbx-handle-cursor {
	cursor:move;
}

/* toggle images */
a.dbx-toggle, a.dbx-toggle:visited {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url(images/sidep-toggle.png) no-repeat;
	position: absolute;
	top: 2px;
	left: 0;
	text-indent: -50px;
	text-decoration: none;
}

*html a.dbx-toggle, a.dbx-toggle:visited {
	background: url(images/sidep-toggle.gif) no-repeat;
}
a.dbx-toggle-open, a.dbx-toggle-open:visited {
	background-position:0 0;
}
a.dbx-toggle-closed, a.dbx-toggle-closed:visited {
	background-position:0 -20px;
}
a.dbx-toggle-hilite-open, a.dbx-toggle-hilite-open:visited {
	background-position:-20px 0;
}
a.dbx-toggle-hilite-closed, a.dbx-toggle-hilite-closed:visited {
	background-position:-20px -20px;
}

/* keyboard navigation tooltip */
.dbx-tooltip {
	display:block;
	position:absolute;
	margin:36px 0 0 125px;
	width:185px;
	border:1px solid #000;
	background:#ffd;
	color:#000;
	font:normal normal normal 0.85em tahoma, arial, sans-serif;
	padding:2px 4px 3px 5px;
	text-align:left;
}
* html .dbx-tooltip { width: 210px; }

/* use CSS2 system colors in CSS2 browsers 
   but not safari, which doesn't support them */
*[class="dbx-tooltip"]:lang(en) {
	border-color:InfoText;
	background:InfoBackground;
	color:InfoText;
	font:small-caption;
	font-weight:normal;
	}
/* inner content area */	
.dbx-content {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	background: url(images/sidep-bottom.png) repeat-x left top;
	overflow: hidden;
}


#sidebar-right .dbx-content {
	margin: 0 0 1px 0;
	float: left;
	display: inline;
	background: #3166a8;
}




.dbx-content div{
	overflow: hidden;
	height: 100%;
	width: 100%;
}
/* toggle state of inner content area */
.dbx-box-closed .dbx-content {
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.dbx-box-closed .dbx-content * {
	display: none;
	overflow: hidden;
}


	/* SSI */
	
#sidebar-right a.aktion {
	padding: 0;
	margin: 0 0 0.5em 0;
	float: left;
	display: block;
}


#sidebar-right .dbx-content ul.carusel, #sidebar-right .dbx-content ul.carusel li {
	clear: none !important;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	height: auto !important;
	width: 100%;
}

#sidebar-right .dbx-content ul.carusel, #sidebar-right .dbx-content ul.carusel li {
	height: 10em !important;
	border-bottom: 1px solid #5680b1;
}


#sidebar-right .dbx-content.mt ul.carusel, #sidebar-right .dbx-content.mt ul.carusel li {
	height: 13em !important;
	border-bottom: 1px solid #5680b1;

}

#sidebar-right .dbx-content .bild {
	clear: both;
	padding: 0.5em 0 0.25em 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}

#sidebar-right .dbx-content .bild .positioner {
	padding: 0;
	margin: 0 auto;
	width: 75%;
	display: block;
	text-align: center;
}

#sidebar-right .dbx-content .bild img {
	float: left;
	display: block;
	border: 0;
}

#sidebar-right .dbx-content img.prev2, #sidebar-right .dbx-content img.next2 {
	cursor: pointer;
}

#sidebar-right .dbx-content .bild span.holder {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	background: #5490c0 url(images/verlauf_pic.jpg) repeat-x;
	width: 8em;
	height: 4.5em;
	text-align: center;
	border: 1px solid #5490c0;
	position: relative;
}

#sidebar-right .dbx-content .bild img.pic {
	float: none;
	padding: 0;
	margin: 0 auto 0 auto;
	display: block;
}


#sidebar-right .dbx-content span.tipp, #sidebar-right .dbx-content span.beitragstitel, #sidebar-right .dbx-content span.infotext, #sidebar-right .dbx-content span.zeit, #sidebar-right .dbx-content span.kanal {
	clear: both;
	padding: 0 0 0 2%;
	margin: 0;
	float: left;
	display: block;
	line-height: 140%;
	width: 97%;
	font-size: 0.75em;
	position: relative;
	visibility: visible !important;
}

#sidebar-right .dbx-content span.tipp { font-size: 0.7em; color: #ffb022; padding-bottom: 0.5em; }

#sidebar-right .dbx-content span.sendung { clear: both;
	padding: 0 0 0 2%;
	margin: 0;
	float: left;
	display: block;
	line-height: 140%;
	width: 97%;
	font-size: 0.75em;
	position: relative;
	visibility: visible !important;
}


#sidebar-right .dbx-content span.zeit, #sidebar-right .dbx-content span.kanal {
	clear: none;
	float: left;
	width: auto;
	font-size: 0.7em;
	padding-bottom: 0.5em;
}

*+html #sidebar-right .dbx-content ul.carusel span.zeit {
	clear: both;
}





/* nach der Woche */

#sidebar-right .dbx-content.mt ul li {
	padding: 0;
	width: 100%;
	border-color: #22559c;
}


#sidebar-right .dbx-content.mt ul li img {
	border: 1px solid #fff;
	background: #3166a8;
}

#sidebar-right .dbx-content.mt ul li.video .image { display: block; background: url(images/av_icon.png) no-repeat -2px 30px; padding: 0 0 8px 39%; width: 60%; }
#sidebar-right .dbx-content.mt ul li.audio .image { display: block; background: url(images/av_icon.png) no-repeat -2px -175px; padding: 0 0 8px 39%; width: 60%; }

#sidebar-right .dbx-content.mt ul li a {
	float: left;
	width: 98%;
	padding: 7px 1% 5px 1%;
	
}

#sidebar-right .dbx-content.mt ul li a:hover {
	background: #134589;
	text-decoration: none !important;
}



/* #sidebar-right .dbx-content span.beitragstitel strong { font-weight: normal !important; font-size: 1em; } */




/* */





#sidebar-right .dbx-content .zusatzinfo {
	clear: both;
	float: left;
	padding: 0;
	width: 100%;
	margin: 0;
	background: #5680b1 url(images/verlauf_zusatzinfo.jpg) repeat-x bottom left;
	}
	

** #sidebar-right .dbx-content .zusatzinfo {
	background: #416ea2 url(images/verlauf_zusatzinfo.jpg) repeat-x bottom left;
	}
	
#sidebar-right .dbx-content .zusatzinfo h3 {
	clear: both;
	float: left;
	width: 90%;
	padding: 0.5em 0 0.5em 0.45em;
	margin: 0;
	font-size: 0.7em;
	color: #4d6377;
	position: relative;
	display: inline;
	}


#sidebar-right .dbx-content p.videotext, #sidebar-right .dbx-content p.newsletter, p.rpg, #sidebar-right .dbx-content p.av {
	float: left;
	width: 33%;
	padding: 0.75em 0 0.35em 3.5em;
	margin: 0;
	font-size: 0.65em;
	color: #b3c5da;
	position: relative;
	line-height: 110%;
	display: inline;
	background: url(images/videotext.png) no-repeat 3px 5px;
	}
	
#sidebar-right .dbx-content p.av {
	width: 100%;
	padding: 0.75em 0 0.35em 0;
	text-align: center;
	background: none;
	}

#sidebar-right .dbx-content p.newsletter {
	float: left;
	width: 33%;
	background: url(images/newsletter.png) no-repeat 3px 5px;
	}

#sidebar-right .dbx-content p.rpg {
	clear: both;
	padding: 1.25em 0 0.75em 3.5em;
	width: 80%;
	background: url(images/rpg.png) no-repeat 3px 3px;
	}





/* additional clone styles */
.dbx-clone {
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	filter:alpha(opacity=80);
}
