// format.css
// webservices.metabit.com
// for Schönke eMedia Consulting
// project center.tv cologne
//
// Formatiert die Ausgabe des wochenprogramms 
//
div.wochenansicht
 {
	width: 572px;
	max-width: 572px;
	min-width: 572px;
	min-height: 200px;
 }

div.wochenansicht:after
 {
   display: block; 
   height: 6px;
   text-align: left;
   background: none no-repeat top right;
 }

div.wochenansicht:after { content:url(/static/img/content/bottom.png); }

div.intro
 {
	text-align: center;
	margin-bottom: 16px;
	font-size: 12px;
	font-weight: bold;
 }

div.alle_tabs
 {
	background: url(/static/img/week/bg_weekdays.png) top left repeat-y;
	height: 26px;
	min-height: 26px;
	max-height: 26px;
	width: 572px;
	min-width: 572px;
	max-width: 572px;
	text-align: left;
 }

table.alle_tabs
 {
	border: 0px solid black;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
 }

span.tab
 {
	cursor: pointer;
	border-width: 0px;
 }

span.tabhold
 {
 }

span.tabfocus
 {
 }

div.container
 { 

	font-size: 12px;
	width: 572px;
	min-width: 572px;
	max-width: 572px;
	text-align: left;
	background: url(/static/img/content/bg.png) top left repeat-y;
	margin: 0px; 
 }


div.tabcontent
 {
	width: 556px;
	margin-left: 8px;
 }

table.tt
 {
	border: 0px solid black;
	width: 556px;
	max-width: 556px;
	min-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;
/* workaround for the most bug-ridden browser of all: */
        cursor:pointer;cursor:hand;
 }



div.wochentag
 {
	margin: 8px;
	width: 552px;
	min-width: 552px;
	max-width: 552px;
	background-color: #e0e0ff;
 }

div.time
 {
 }

div.text
 {	
 }

div.dtspacer
 {
 height: 6px;
 border-bottom: 1px solid;
 border-color:  #EF7F2E;
 margin-bottom: 9px;
 }