.left_col {
	float: left;
	width: 110px;
	font-size: 11px;
}
.left_col2 {
	float: left;
	width: 110px;
	font-size: 12px;
	font-weight: bold;
}
.right_col {
	float: right;
	width: 280px;
	font-size: 11px;
	padding-bottom: 3px;
}
.left_anzahl {
	float: left;
	font-size: 12px;
	font-weight: bold;
}
.right_anzahl {
	float: right;
	font-size: 12px;
	font-weight: bold;
}
.anzahl {
	margin-top: 25px;
}
.motivnr {
	float: left;
}
.motivanzahl {
	float: right;
}
.motivnr a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.motivnr a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: red;
}
.motiv {
	margin-bottom: 2px;
}
.check_left {
	font-size: 12px;
	font-weight: bold;
	float: left;
}
.check_right {
	float: right;
}
