#fortschritt {
	background:#fcf9c8;
	height: 42px;
	width: 100%;
	font: normal 12px/15px arial, verdana, sans-serif;
	margin: 0 0 0 0;
}

#fortschritt ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#fortschritt ul li {
	width: 25%;
	float: left;
	height: 36px;
	margin: 0 0 0 -30px;
	padding: 6px 0 0 30px;
	background: url(../media/gfx/pfeil_inactive.png) no-repeat right;
}

#fortschritt ul li.active,
#fortschritt ul li.done {
	background: url(../media/gfx/pfeil_active.png) no-repeat right;
}

#fortschritt ul li a {
	text-decoration: none;
	display: block;
}

#fortschritt ul li p {
	margin: 0 0 0 10%;
	color: #b0ad95;
}

#fortschritt ul li.active p,
#fortschritt ul li.active p a {
	color: #000;
}

#fortschritt ul li.done p {
	color: #948138;
}

#fortschritt ul li p span {
	display: block;
	width: 32px;
	height: 33px;
	text-align: center;
	float: left;
	margin: 0 10px 0 0;
	font-size: 24px;
	padding: 9px 0 0 0;
}

#fortschritt ul li p span em {
	margin-right: 2px;
}

#fortschritt ul li p span {
	background: url(../media/gfx/step2.png) no-repeat;
}

#fortschritt ul li p a:hover span {
	background: url(../media/gfx/pfeil_hover.png) no-repeat;
}

#fortschritt ul li p a:hover span em {
	display: none;
}

#fortschritt ul li.active p span {
	background: url(../media/gfx/step.png) no-repeat;
}