.chartZeile { width:720px; overflow:hidden; }

.chartBox {
	vertical-align:top;
	width:170px; 
	margin-bottom:22px;
	margin-right:7px;
	overflow:hidden;
	display:inline-block;
}
.chartBoxBild { 
	width:160px;
	height:160px;
	overflow:hidden;
	/*-webkit-box-shadow: 0 0 4px 3px #E0E0E0;
	box-shadow: 0 0 4px 3px #E0E0E0;*/
	border-style: solid;
    border-width: 1px;
	border-color:#D5D5D5;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius:6px;
	border-radius: 6px;
	behavior: url(css/border-radius.htc); /* IE 6-8 */
	/*background-position:center;*/
}
	.chartBoxBild img { }
	.chartBoxBild a {
		color:#f0f; 
	}


.chartBoxBildlegende { margin:7px 0 7px 3px; }