#chart {
	min-height:412px;
	position:relative; 
	left:25px; 
	width:600px; 
	text-align:left; 
	padding-top:15px; 
	color:#000; 
	background-color:#FFF;
}
#chart a {
	color:#000;
	text-decoration:none;
	font-size:12px;
}
#chart a:hover {
	text-decoration:underline;
	font-size:12px;
}

#chartContent {
	width:330px;
}

div.clear {
	clear: left;
	height: 20;
	width:593px;
	margin: 0;
	padding: 0;
	font-size: 0;
	/*background-image:url(images/footerChartLinks.gif);*/
	background-color:#FFF;
}
* html div.clear {background-image:url(images/shim.gif);} /*IE6 only*/

#spalteLinks a { text-decoration:underline; }

#spalteRechts {
	position:absolute; 
	left:339px;
	top:15px;
	width: 219px;
	background-image:url(../images/bgChartRechts.jpg);
	background-repeat:repeat-x;
	/*vertical-align:top;*/
}

#chartText { width:558px; padding-top:10px; text-align:left; min-height:200px; }
