	
	/* Allgemeine Stile des Fortschrittsbalken */
	div.progress { border: 1px solid #A9A9A9; background: #EDEDED; height: 20px; margin: 0 55px 5px 0; }
	div.progress label { border-top: 1px solid #fff; border-width: 1px 0 0 0; background: red; height: 19px; }
	div.progress span { display: block; text-align: center; width: 100%; font-weight: bold; line-height: 20px; color: #666; }
	
	div.progress-count { float: right; line-height: 20px; margin-left: 8px; font-size: 14px; }
	
	/* Höhe des Balkens */
	div.progress-large div.progress { margin-right: 55px; height: 26px; }
	div.progress-large span, div.progress-large div.progress-count { line-height: 28px; }
	div.progress-large label { height: 25px; }
	
	div.progress-medium div.progress { margin-right: 55px; height: 20px; }
	div.progress-medium span, div.progress-medium div.progress-count { line-height: 22px; }
	div.progress-medium label { height: 19px; }
	
	div.progress-small div.progress { margin-right: 45px; height: 12px; }
	div.progress-small span, div.progress-small div.progress-count { line-height: 14px; font-size: 11px; }
	div.progress-small label { height: 11px; }
	
	/* Farben */
	div.progress-green label { background: #67b62d; border-top-color: #a0dd72; }
	div.progress-red label { background: #bc0c0c; border-top-color: #d73131; }
	div.progress-orange label { background: #e78006; border-top-color: #f19d3b; }