.progresscontainer {
	text-align:center;clear:both; 
	background-color:#373737;
}

.progress {
	text-align:center;
	background-color:#373737;
	height:110px;
}

.progressitem {float:left;text-alighn:center;width:137px;

}
.progressitem .also {line-height:40px;text-align:center;font-size:11px;color:#fa871e;}
.progressitem .also.selected, .progressitem .felso.selected {color:#ffffff;}
.progressitem .felso {line-height:40px;text-align:center;font-size:11px;color:#fa871e;}
.progressitem .kozep {text-align:center;height:25px;
	background-image:url('images/progress-line.jpg');
	background-repeat:no-repeat;
	background-position:center center;
}
.progressitem .kozep.first {	background-position:75px center;}
.progressitem .kozep.last {	background-position:-130px center;}
.progressitem .passed {
	background-image:url('images/progress-passed.jpg');
	background-position:center;
	background-repeat:no-repeat;
	width:137px;
	color:#ffffff;
	font-size:14px;
	line-height:25px;
	height:25px;
	text-align:center;
	font-weight:bold;
}

.progressitem .actual {
	background-image:url('images/progress-actual.jpg');
	background-position:center;
	background-repeat:no-repeat;
	width:137px;
	height:25px;
	color:#000000;
	font-size:17px;
	line-height:25px;
	text-align:center;
	font-weight:bold;
}

.progressitem .next {
	background-image:url('images/progress-next.jpg');
	background-position:center;
	background-repeat:no-repeat;
	width:137px;
	height:25px;
	color:#ffffff;
	font-size:11px;
	line-height:25px;
	text-align:center;
}