div#liveticker_kopf_bild {
	height: 117px;
	width: 760px;
	background: url(/images/liveticker/kopfbild.jpg) no-repeat left top;
}

div#liveticker_mitte_links {
	float: left;
	width: 170px;
	margin-right: 1px;
	margin-left: 0;
	padding: 0;
	background: #FFFFFF;
	margin-top: 0 !important; /* Für moderne Browser */
	margin-top: -1px; /* Für IE 6.0*/
	vertical-align: top;
}

div#liveticker_mitte_mitte {
	background: #FFFFFF;
	float: left;
	width: 418px;
	margin-top: 0 !important; /* Für moderne Browser */
	margin-top: -1px; /* Für IE 6.0*/
	vertical-align: top;
}

div#liveticker_mitte_rechts {
	background: #FFFFFF;
	float: right;
	width: 170px;
	margin-left: 1px;
	margin-top: 0 !important; /* Für moderne Browser */
	margin-top: -1px; /* Für IE 6.0*/
	vertical-align: top;
}

div.trenn {
	width: 100%;
	height: 22px;
	vertical-align: top;
	background-image: url(/images/tabelle_th.png);
	background-repeat: repeat-x;
	background-position: bottom;
}


div#daten {
	width: 408px;
	padding: 5px;	
	text-align: left;
}

div#ausgabe {
	width: 408px;
	height: 380px;
	padding: 5px;	
	text-align: left;
	position: relative;
	overflow: auto;	
}

div.zeile {
	margin-bottom: 3px;
	border-bottom: 1px dotted #cac9c9;
	font-size: 11px;
}

div.ausgabe_min {
	width: 45px;
	float: left;
	padding-left: 10px;
	text-align: left;
}

div.ausgabe_text {
	width: 328px;
	float: right;
	text-align: left;
}

div#aufstellung_heim, div#aufstellung_gast {
	width: 160px;
	padding: 0;	
	text-align: left;
}

a.wernesgruener {
	text-decoration: none;
}

a:hover.wernesgruener {
	color: #666666;
}

