﻿*
{
	margin:0;
	padding:0;
}
#statistik
{
	margin:15px 0 0 15px;
	width:480px;
	border:4px gray double;
	text-align:center;
	background-color:#eaf0fc;
}
#statistik .title
{
	background-color:#2ea2ed;
	font-weight:bold;
	color:white;
	border-bottom:1px gray solid;
}
#statistik .wrap
{
	padding:2px 0 2px 0;
}
#statistik .wrap .name 
{
	width:110px;
	margin:0 5px 0 5px;
	float:left;
	text-align:left;
}
#statistik .anzahl
{
  border: 1px solid #ccc; 
  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;
}
#statistik-light
{
	margin:15px 0 0 15px;
	width:320px;
	border:4px gray double;
	text-align:center;
	background-color:#eaf0fc;
}
#statistik-light .title
{
	background-color:#2ea2ed;
	font-weight:bold;
	color:white;
	border-bottom:1px gray solid;
}
#statistik-light .wrap
{
	padding:2px 0 2px 0;
	border-bottom:1px gray solid;
}
#statistik-light .wrap .name 
{
	width:110px;
	margin:0 5px 0 5px;
	float:left;
	text-align:left;
}