// format.css
// webservices.metabit.com
// for Schönke eMedia Consulting
// project center.tv cologne
//
// Formatiert die Graphiken für die Ausgabe der Programmdaten eines spezifischen Sendungsformats
// 
// Ähnelt start der maxi.css; Wichtiger Unterschied: kein cursor:hand patch für den IE!
//
div.ls-box
 {
 	width: 572px;
 	max-width: 572px;
	min-width: 572px;
	height: 400px;
	min-height: 400px;
	max-height: 400px;
	background-color: #dd0000;
 }


div.tt-box
 {
// stoert beim druck	background: url(/static/img/content/bg.png) top left repeat-y;
	margin: 0px;
	width: 572px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 6px;
	margin-top: 6px;
 }


div.prg-box
 { 
	width:572px; 
	margin: 0px;
 }

div.table-wrapper
 {
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 8px;
	text-align: center;
	width: 556px;
	max-width: 556px;
	min-width: 556px;
 }

table.tt
 {
	border: 0px solid black;
	width: 556px;
	border-collapse: collapse
 }

td.time
 {
	width: 58px;
	text-align: left;
	vertical-align: top;
 }

td.descr
 {
	width: 498px;
	text-align: right;
	vertical-align: top;
 }

td.descr a:link, td.descr a:visited, td.descr a:hover, td.descr a:active
 {
	font-weight: normal;
 }

div.text
 { 
	width: 492px;
	max-width: 492px;
	margin: 0px;
	margin-bottom: 8px;
	text-align: left;
	padding-left: 0px;
 }

div.text-descr
 {
	margin-left: 8px;
	margin-right: 8px;	
	line-height: 1.4em;
	font-size: 12px;
 }

div.date
 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 6px;
	border-bottom: 1px solid;
	color: #EF7F2E;
 }
