div.contentbox {
   padding-left: 10px;
}

h1 {
	border-bottom:1px solid #BABABA;
	color:#2D2C2C;
	display:block;
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px;
	padding:0 0 5px;
	width:550px;
}

h2 {
	font-family: Arial,Verdana,Helvetica;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 7px;
	margin-top: 25px;
	padding: 0px;
	color: #3D3D3D;
	width: 400px;
}


p.tvprogramm-zeitraum {
   font-size: 11px;
   margin: 0;
   color: #000;
}

ul#tvprogramm-tage {
   width: 770px;
   margin-top: 15px;
   margin-bottom: 0px;
   display: block;
}

li.programm-tage, li.programm-pfeile {
   list-style-type: none;
   float: left;
   text-align: center;
   padding: 0px;
   width: 145px;
   margin-right: 5px;
}

li.programm-tage {
   background: url(/structured/htdocs/images/tvprogramm/bg_auswahl_tag.png);
   height: 22px;
   padding-top: 3px;   
   cursor: hand;
   cursor: pointer;
}

li.programm-tage a {
   color: #3d3d3d;
}

div.container-programm-daten {
   float: left; 
   margin-top: 5px;
}

div.programm-leer {
   width: 710px;
   padding: 20px;
   border: 1px solid #eee;   
}

table.programm-daten {
	border: 1px solid #DCDCDC;
	border-collapse: separate;
	padding: 0;
	width: 550px;
}

table.programm-daten th {
	background-color: #5C5C5C;
	border-bottom: 0 none;
	border-left: 0 none;
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
}

table.programm-daten tr.row1 {
	background-color: #EEEEEE;
}

table.programm-daten td {
	border-bottom: 1px dotted #DCDCDC;
	border-left: 0 none;
	padding: 1px 0;
}
* html table.programm-daten td {
	border-bottom: 1px solid #DCDCDC;
}

td.uhrzeit {
   width: 70px;
   font-size: 11px;
   text-align: center;
}

td.sender {
   width: 60px;
   font-size: 11px;
   vertical-align: middle;
   text-align: center;
}

td.title {
   font-size: 11px;
   color: #3d3d3d;
   font-weight: bold;
}

.live {
	font-weight: normal;
	font-size: 11px;
	color: #EE7F00;
}

a.description {
   font-size: 12px;
   color: #3d3d3d;
   font-weight: bold;
}

div.description {
   margin: 3px 0px 0px 10px;
   display: block;
}

div.description img {
   float: left;
   margin: 0px 10px 10px 0px;
}

div.description p {
   float: left;
   margin: 0;
   color: #000;
   font-size: 11px;
   font-weight: normal;
   width: 350px;
   margin-bottom: 10px;
}

img.senderlogo {
   margin-top: -1px;
}
