/*<![CDATA[*/ 


/*//////////////////////////////////////////////////////////////////////////////////*/
/* Zeilen Timeline */

#timeline {
	float: left;
	width: 100%;
	height: 100%;
	/*position: absolute;*/
	/*overflow-y: scroll;*/
}

#timeline-sender {
	float: left;
	width: 55px;
	margin: 0px 0 0 0;
}

#timeline-sendungen {
	float: left;
	width: 615px;
	/*position: absolute;*/
	/*height: auto;*/
	/*overflow: scroll;*/
	overflow-x: scroll;
	overflow-y: hidden;
}

#timeline .frueher {
	float: left;
	width: 40px;
	padding: 2px 0 2px 15px;
	margin: 0 0 2px 0;
	background: #0694cd url(images/unityepg/icon_move_left_w.gif) left no-repeat;
}

#timeline #frueher_unten {
	margin-top: 4px;
}

#timeline .spaeter {
	float: right;
	position: absolute;
	/*top: 180px;*/
	left: 600px;
	width: 40px;
	text-align: right;
	padding: 2px 15px 2px 0px;
	margin: 0 0 0px 0;
	background: #0694cd url(images/unityepg/icon_move_right_w.gif) right no-repeat;
}

#timeline .frueher a,
#timeline .spaeter a {
	color: #fff;
}

.timeline-zeile {
	float: left;
	width: 100%;
	white-space: nowrap;
}

/* Sender */
#timeline .sender {
	float: left;
	width: 53px;
	height: 100px;
	padding: 0px 0 0 0;
	margin: 3px 0 0 0;
	text-align: center;
	color: #041042;
	border: 1px solid #041042;
}

#timeline .sender .logo {
	margin: 5px 0 35px 5px;
}

#timeline .sender p {
	margin: 0 0 0 0;
	line-height: 1.2em;
}
#timeline .sender p span {
	color: #041042;
}
#timeline .sender p span a {
	color: #041042;
}
#timeline .sender p span a:hover {
	color: #0694cd;
}

/* Sender Zeile */
.sender-zeile {
	float: left;
	height: 3px;
	width: 100%;
	background: #041042;
	line-height: 0px;
}

.zeiten-zeile {
	float: left;
	height: 5px;
	width: 100%;
	background: Aqua;
	line-height: 0px;
	background: #fff url(images/unityepg/zeiten_zeile_bg.gif) 0px 0px repeat-y;
}

/* Zeiten */

.zeiten {
	float: left;
}

.zeiten .zeit {
	float: left;
	width: 179px;
	padding: 2px 0 2px 10px;
	margin: 0 0 1px 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #041042;
	border-right: 1px solid #fff;
	/*border-bottom: 4px solid transparent;*/
}

.zeiten .zeitstrahl {
	float: left;
	width: 189px;
	height: 4px;
	padding: 0px 0 0px 0px;
	border-right: 1px solid transparent;
}


/* Sendung */

#timeline .sendung {
	z-index: 100;
	float: left;
	width: auto;
	height: 95px;
	padding: 3px 0 2px 0px;
	/*border: 2px solid transparent;*/
	border-top: 1px solid #041042;
	border-bottom: 1px solid #041042;
	border-left: 0px solid transparent;
	border-right: 1px solid #041042;
}
#timeline .sendung:hover {
	border-top: 1px solid #041042;
	border-bottom: 1px solid #041042;
	border-left: 0px solid transparent;
	border-right: 1px solid #041042;
	background: #e3edfc;
	cursor: pointer;
}

/* Sendung Inhalt */

#timeline .sendung .sinfo {
	float: left;
	width: 40px;
	margin: 0 0px 0 5px;
}

#timeline .sendung .sinfo b {
	display: block;
	margin: 0 0 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #616161;
}

#timeline .sendung .sinfo em {
	width: 37px;
	margin: 0 0 0px 0;
}

/* Beschreibung */
#timeline .sendung .stxt {
	float: right;
	width: auto;
	height: 90px;
	line-height: 12px;
	overflow: hidden;
}
/* Beschreibung */
#timeline .sendung .platzhalter {
	width: 100%;
	height: 100%;
	background: url(images/unityepg/timeline_platzhalter.gif) center center no-repeat;
}
#timeline .merklink {
	float: left;
	margin: 5px 0 0 0;
}


/* Sendung Tooltip */
#timeline .sendung .sendung-tooltip {
	z-index: 2000;
	/*float: left;*/
	position: absolute;
	top: 0px;
	left: 10px;
	/*margin-top: -40px;
	margin-left: 10px;*/
	width: 254px;
	height: 149px;
	background: url(images/unityepg/bg_sendung_tooltip.png) top left no-repeat;
}

#timeline .sendung .sendung-tooltip .sendung {
	z-index: 2001;
	margin: 10px 0 0 10px;
	border: 0px solid transparent;
}
#timeline .sendung .sendung-tooltip .sendung:hover {
	background: transparent;
}

#timeline .sendung .sendung-tooltip .sendung .stxt {
	height: 120px;
	line-height: 13px;
}
#timeline .sendung .sendung-tooltip .sendung .sinfo em {
	display: block;
	width: 40px;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #041042;
	background: #d2e4f7;
	padding: 2px 0 2px 0;
	margin: 0 0 5px 0;
	text-align: center;
}
/*//////////////////////////////////////////////////////////////////////////////////*/

/*]]>*/ 
