div.heute
 {
 }

div.intro
 {
	text-align: center;
	margin-bottom: 6px;
 }

div.tageszeit
 {
	background: url(/static/img/content/bg.png) top left repeat-y;
/*	background-color: red;*/
	margin: 0px;
	width: 572px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 6px;
 }

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

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

div.tageszeit:before
 {
	content:url(/static/img/content/top.png);
 }

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


div.tab
 { 
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	cursor: pointer;
	padding-left: 6px;
 }

div.tabhold
 { 
	color: #ff8c00; 
 }

div.tabfocus
 { 
	color: #000000;
	margin-bottom: 8px;
 }

div.tabcontent
 { 
	font-size: 12px;
	width: 560px;
	min-width: 560px;
	max-width: 560px;
 }

div.tablewrapper
 {
	margin-left: 6px;
	margin-right: 6px;
	width: 560px;
	min-width: 560px;
	max-width: 560px;
 }

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

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

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

td.text a:link, td.text a:visited, td.text a:hover, td.text 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;
 }
