#navigation_top {
	margin-top:9px;
}

#info_howto_program_overview {
	margin: 15px 5px 0px 5px;
	
	text-align: justify;
}

#info_howto_program_overview h2 {
	color: #0068C0;
	
	font-size: 16px;
	
	padding: 0 0 5px 0;
	margin-bottom: 4px;
}

#info_howto_program_overview img {
	margin: 2px 5px 0 0;
}

#SenderContent {
	position: static;
	
   font-family: arial;
   font-size: 11px;

   margin-top: 10px;
}

#SenderContent #SenderList .previous {
	/*position: relative;*/
	
	height: 26px;
	
	padding: 0 0 0 10px;
	
	background: #fff;
	background-image: url('/gfx/tv/bg.gif');
	background-repeat: repeat-x;
	background-position: 0 -1px;
}

#SenderContent #SenderList {
	
	width: 89px;	
	
	overflow: hidden;
}

#SenderContent .NaviButtons {
	position: absolute;
	left: 5px; 
	width:645px;
	margin-top:2px;
}

#SenderContent .NaviButtons .lNavi{
	float:left;
}

#SenderContent .NaviButtons .rNavi{
	float:right;
}

#SenderContent #SenderProgramm {
	float: right;
	
	width: 566px;
	
	overflow: hidden;
}

#SenderContent #SenderProgramm .programmNaviagtion td {
	height: 26px;

	color: #02202B;
	/*text-align: center;*/
	font-weight: bold;
	
	background-image: url('/gfx/tv/bg.gif');
	background-repeat: repeat-x;
	background-position: 0 -1px;
	padding-left: 2px;
}


#SenderContent #SenderProgramm td .now,
#SenderContent #SenderProgramm td .next,
#SenderContent #SenderProgramm td .prime {
	height: 24px;
	
	margin: 1px 0 0 0;
	
	background-repeat: no-repeat;
	background-position: 0 -2px;
}

#SenderContent #SenderProgramm td .now {
	width: 79px;
		
	background-image: url('/gfx/tv/list_head_now.gif');
}

#SenderContent #SenderProgramm td .next {
	width: 89px;
		
	background-image: url('/gfx/tv/list_head_next.gif');
}

#SenderContent #SenderProgramm td .prime {
	width: 71px;
		
	background-image: url('/gfx/tv/list_head_prime.gif');
}



#SenderContent #SenderList .sender_1,
#SenderContent #SenderList .sender_2,
#SenderContent #SenderProgramm .sender_1,
#SenderContent #SenderProgramm .sender_2 {
	height: 35px;

	vertical-align: middle;
	
	color: #264F65;
}


/*
* html #SenderContent #SenderList .sender_1,
* html #SenderContent #SenderList .sender_2,
* html #SenderContent #SenderProgramm .sender_1,
* html #SenderContent #SenderProgramm .sender_2 {
	height: 35px;
	line-height: 17px;
	font-size: 9px;
	
}*/


#SenderContent #SenderList .sender_1,
#SenderContent #SenderList .sender_2 {
	font-weight: bold;
}

#SenderContent #SenderList table,
#SenderContent #SenderProgramm table {
	border-collapse: collapse;
}

#SenderContent #SenderList table td {
	border: 1px solid #A0C8E2;
	border-top: 0px none;
	border-left: 0px none;
}

#SenderContent #SenderProgramm table td {
	border: 1px solid #A0C8E2;
	border-left: 0px none;
	border-top: 0px none;
}

#SenderContent #SenderProgramm .programm_cell {
	width: 188px;
}

#SenderContent #SenderList .sender_1,
#SenderContent #SenderProgramm .sender_1 {
	background: #fff;
	background-repeat: no-repeat;
	background-position: center center;
}

#SenderContent #SenderList .sender_2,
#SenderContent #SenderProgramm .sender_2 {
	background: #E5E7F3;
	background-repeat: no-repeat;
	background-position: center center;
}

#SenderContent #SenderProgramm table {
}

#SenderContent #SenderProgramm .programm_more {
	float: left;

	position: relative;
}

#SenderContent #SenderProgramm .programm_more div {
	float: left;
}


/* --- Kalendarmodul ---------------------------------------------------------------------------- */

#TVCalendar {
   position: absolute;
   left: 450px;
   width: 133px;
   padding: 10px;
   background-color: #fff;
   border-left: 1px solid #57B6D4;
   border-bottom: 1px solid #57B6D4;
   border-right: 1px solid #57B6D4;
   
   z-index: 1;
}

.TVCalendar1 {
   background-color: #800000;
   text-align: center;
   color:#fff;
   cursor:pointer;
}

.TVCalendar2 {
   background-color: #E6E6E6;
   text-align: center;
   color: #22728D;
   cursor: pointer;
}

.TVCalendar3 {
   background-color: #E6E6E6;
   text-align: center;
   color: #A3A3A3;
   cursor: pointer;
}

.mr_toggle_des h3 {
	font-size:10px;
	font-weight:normal;	
}

/*------Bubble ----------*/

.bubble{
	display:none;
}

.bubbleInside{
	background-image:url(/gfx/tv/bobble.png);
	width:270px;
	height:149px;
	padding-top:34px;
	padding-left:15px;
	padding-right:15px;
	z-index:10000;
	margin-left:0%;
	margin-top:0%;
	left:auto;
	position:absolute;
}
/*
.program:hover .bubble:hover,
.program .bubble:hover,
.program .bubble{
	display:none;
}*/

.bubbleInside .icon{
	float:left;
	padding:5px;
	padding-right:10px;
}

.bubbleInside .title{
	float:left;
	width:205px;
}

.bubbleInside h2{
}

.bubbleInside h3{
	font-weight:normal;
}

.bubbleInside p{
	padding-top:3px;
	clear:both;
	font-size:12px;
	line-height:16px;
	text-align:justify;
}


#group {
	float:right;
}

#tooltip {
	display:none;
	position:absolute;
	z-index:9999;
}
