/* Counter BOXEN */

#count_titel {
	background-color: Black;
	padding: 3px;
	padding-left : 5;
	padding-top: 5;
	border: 1px;
	border-top: 0px;
	border-style : solid;
	border-color : Black;
	width: 163px;
	font-family: Verdana;
	font-size: 11px;
	color : White;
	font-weight : bold;
}
#count_titel a  {
	color : #FCF5AA;
	text-decoration : underline;
}
#count_titel a:hover  {
	color : Black;
	text-decoration : underline;
}

#count_text {
	background-color: Silver;
	padding: 3px;
	padding-left : 5;
	padding-top: 5;
	border: 1px;
	border-style : solid;
	border-color : Black;
	font-family: Verdana;
	font-size: 10px;
	color : White;
	font-weight : bold;
}
#count_text a  {
	color : #FCF5AA;
	text-decoration : underline;
}
#count_text a:hover  {
	color : Black;
	text-decoration : underline;
}
#count_zahl {
	background-color: transparent;
	padding: 3px;
	padding-left : 5;
	padding-top: 5;
	font-family: Verdana;
	font-size: 11px;
	color : Black;
	font-weight : normal;
}
#count_zahl a  {
	color : #FCF5AA;
	text-decoration : underline;
}
#count_zahl a:hover  {
	color : Black;
	text-decoration : underline;
}
