
/* STYLE */

#statistik
{
	width:600px;
	margin:auto;
	text-align:left;
}
#statistik h1
{
	margin-top:0px;
}


#statistik #besucher
{
	width:500px;
	margin:auto;
	margin-top:5px;
	border:1px solid black;
	border-collapse:collapse;
}
#statistik #besucher caption
{
	width:500px;
	margin:auto;
	margin-top:5px;
	text-align:center;
}

#statistik #besucher th
{
	font-size:0.8em;
	font-weight:bold;
	border:1px solid black;
	text-align:center
}
#statistik #besucher td
{
	padding:4px;
	padding-right:1px;
	padding-bottom:2px;
	background:#CFCCCC;
}