﻿*
{
	margin:0;
	padding:0;
}
#statistik
{
	margin:8px 0 8px 0;
	width:510px;
	border:4px gray double;
	text-align:center;
	background-color:#eaf0fc;
}
#statistik .title
{
	background-color:#0072bb;
	font-weight:bold;
	color:white;
	border-bottom:1px gray solid;
}
#statistik .wrap
{
	padding:2px 0 2px 0;
}
#statistik .wrap .name 
{
	width:135px;
	margin:0 5px 0 5px;
	float:left;
	text-align:left;
}
#statistik .anzahl
{
  border: 1px solid gray; 
  width: 300px; 
  margin: 2px 5px 2px 0; 
  padding: 1px;
  float:left;
  background: white;
  text-align:left;
}
#statistik .anzahl .balken
{
  background-color: #ACE97C; 
  height: 12px;
}
#statistik-formular .eingabeFelder
{
	margin:15px 0 0 15px;
}
#statistik-formular .hinweis
{
	margin:15px 0 0 15px;
}