.chart_info {
	font-size: 10px;
}

.chart {
	margin-top: 3px;
}

.chart_box {
	float: left;
	height: 375px;
	width: 300px;
	margin-right: 10px;
}

.chart_box_image {
	overflow: hidden;
	margin-bottom: 4px;
}

.chart_box_latest {
	background-color: #f0f0f0;
	padding: 8px;
	line-height: 130%;
}

.chart_box_latest_element_person {
	font-weight: bold;
}

.chart_box_latest_element {
	height: 57px;
}

.chart_box_latest_element_description {

}

.chart_content {
	line-height: 150%;
}

.chart_title {
	margin-top: 14px;
	font-weight: bold;
}

.chart_element_left {
	float: left; 
	width: 58px;
	border-right: 1px solid white;
	height: 61px;
}

.chart_element_right {
	float: left;
	width: 551px;
	background-image: url(/typo3conf/ext/wc_chart/images/element_right_bg.jpg);
	background-repeat: no-repeat;
	height: 51px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.chart_element {
	margin-bottom: 15px;
}

.chart_place {
	margin-top: 10px;
	height: 17px;
	color: white;
	padding-left: 3px;
	font-weight: bold;
}

.chart_points {
	line-height: 120%;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 2px;
}

.chart_person {
	font-weight: bold;
	height: 17px;
}

.chart_description {
	font-style: italic;
	height: 17px;
	color: #00618b;
}

.chart_pdf {
	margin-top: 10px;
	text-align: right;
	margin-right: 1px;
}

.chart_stempel {
	position: absolute;
	margin-top: -300px;
	margin-left: 730px;
}
