/* CSS-Styles of www.helfen-nicht-vergessen.de */
/* used for the Photo-Counter
possibly to be integrated into the main stylesheet */ 

#hnv_box-photocounter {
	border: 1px solid #663300;
	margin-top:50px;
}
#hnv_box-photocounter h2 {
	margin:0;
	padding: 4px 10px;
	border-bottom: 1px solid #663300;
	background-color: #FBEA81;
	font-weight:bold;
	font-size: 90%;
	font-weight:bold;
}
#hnv_box-photocounter img {
	margin:10px 0 10px 10px;
	height: 52px;
	border:none;
	float:left;
}
#hnv_box-photocounter p.counter-number-4digs, #hnv_box-photocounter p.counter-number-5digs, #hnv_box-photocounter p.counter-number-6digs {
	margin:6px 5px 0px 10px; /*less on the right side, because the fontrendering itself generates a margin*/
	/*height:33px;*/
	text-align:center;
	font-weight:bold;
}
/* the font-sizes for the automatic scaling, depending on the ditgits of the number*/
#hnv_box-photocounter p.counter-number-4digs {
	font-size:26px;
	padding:0;
}
#hnv_box-photocounter p.counter-number-5digs {
	font-size:20px;
	padding:3px 0;
}
#hnv_box-photocounter p.counter-number-6digs {
	font-size:17px;
	padding: 5px 0 6px 0;
}
#hnv_box-photocounter p.counter-desc {
	margin:0 5px 10px 10px; /*less on the right side, because the fontrendering itself generates a margin*/
	text-align:center;
	font-size:80%;
}
#hnv_box-photocounter a {
	text-decoration:none;
	color: #DE1515; /* the common link-red-color*/
}
#hnv_box-photocounter a:hover {
	text-decoration:underline;
}
