#statistics * {
	font-family: Verdana;
	font-size: 11px;
}

#statistics table {
	margin: 5px auto;
}

#statistics h1 {
	text-align: center;
	margin: 5px auto;
	margin-top: 15px;
	color: #000;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, sans-serif, Arial;
	font-size: 15px;
}

#statistics table.graphVert tr.balken td {
	padding: 5px;
	vertical-align: bottom;
	text-align: center;
}

#statistics table.graphVert tr.balken td div {
	border: 1px solid #C1CDE8;
	background-color: #E9EDF4;
	width: 20px;
	margin: 0 auto;
}

#statistics table.graphVert tr.balken td div.mittel {
	border: 1px solid #E4CCB6;
	background-color: #F5EEE7;
}

#statistics table.graphVert tr.xAchse td {
	text-align: center;
	width: 40px;
}

#statistics table.graphVert tr td.td0 {
	background: none #f3f3f3;
}

#statistics table.graphHor tr td {
	vertical-align: middle;
	padding: 5px;
}

#statistics table.graphHor tr.tr0 td {
	background: none #f3f3f3;
}

#statistics table.graphHor td div {
	border: 1px solid #C1CDE8;
	background-color: #E9EDF4;
	height: 10px;
	margin: 5px;
	margin-left: 0;
	float: left;
}

#statistics table.graphHor td span {
	margin-top: 4px;
	float: left;
}