.chart {
	font: 7px Arial, Helvetica, sans-serif;;
	background: white;
	color: #999999;
	overflow: hidden;
	position: relative;
}

.chart .legend {
	float: left;
	border: 1px solid #999999;
	background: white;
	padding: 5px 10px 5px 10px;
}

.chart .legend ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.chart .legend ul li {
	list-style: square;
}

.chart .legend ul li span {
	color: #999999;
}
a div.chart {
    text-decoration:none;
	cursor: pointer;
}

/* Grosse Grafik --------------------------------------------- */

.chartbig {
	font: 11px Arial, Helvetica, sans-serif;;
	background: white;
	color: #333333;
	overflow: hidden;
	position: relative;
}

.chartbig .legend {
	float: left;
	border: 1px solid #999999;
	background: white;
	padding: 5px 10px 5px 10px;
}

.chartbig .legend ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.chartbig .legend ul li {
	list-style: square;
}

.chartbig .legend ul li span {
	color: #999999;
}