/* CSS Document für Counter Statistik */

BODY
 {
	
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif;

	font-size : 12pt;
	color : rgb(101,117,147);

	font-weight : normal;

	font-style : normal;

        background-color:#E0E0E0;
}



/* Menue */
#Menue {
	text-align:center;
}
#Menue table {
	width:400px;
	margin:0 auto 0;
	/*border-top: 1px #000000 solid; */
	/*border-bottom: 1px #000000 solid;*/
}
#Menue a{
	text-decoration:underline;
	color:#000066;
}

/* Navigation */
#Navigation {
	text-align:center;
}
#Navigation table {
	width:200px;
	margin:0 auto 0;
}
#Navigation a{
	text-decoration:none;
	color:#003366;
}

/* Diagramm */
#Diagramm {
	text-align:center;
}
#Diagramm table {
	background:#EFEFEF;
	border:1px #000000 solid;
	margin:0 auto 0;
}
#Diagramm td {
	border-right:1px #AAAAAA solid;
	padding:2px 5px;
}
#Balken {
	width:10px;
	background-color:#0066CC;
	overflow: hidden;
}
#Diagramm a{
	color:#003366;
	text-decoration:none;
}
/* Sonstige Tabellen */
#Tabelle {
	text-align:center;
}
#Tabelle table {
	width:500px;
	background:#EFEFEF;
	border:1px #000000 solid;
	margin:0 auto 0;
}
#Tabelle td {
	border-bottom:1px #AAAAAA solid;
	padding:2px 5px;
}
#Tabelle a{
	color:#003366;
	text-decoration:none;
}

