.inscription {
	width: 965px;
	margin: 3px;
}

.inscription_top {
	width: 965px;
	height: 5px;
	background: url("inscription/bg_inscription_top.gif") left top no-repeat;
}

.inscription_middle {
	width: 965px;
	height: 500px;
	background: url("inscription/bg_inscription_middle.gif") left top repeat-y;
}

.inscription_bottom {
	width: 965px;
	height: 5px;
	background: url("inscription/bg_inscription_bottom.gif") left top no-repeat;
}

.inscription_title {
	padding: 20px 0px 20px 0px;
	color: #FFFFFF;
	font-weight: bold;
}
/* processSteps.css */
.processSteps ol {
	height: 27px;
	float: left;
	margin-left: 0;
	padding: 0px 2px 0px 2px;
	visibility: hidden;
}

.processSteps ol li {
	display: block;
	float: left;
	margin: auto;
}

/* number and text */
.processSteps .step,.processSteps .first,.processSteps .firstAndCurrent {
	background: transparent url('inscription/nav_process_sprite_acc.png') no-repeat scroll;
}

.processSteps .step {
	position: relative;
	height: 20px;
	background-position: right -148px;
	padding: 3px 0px 4px 10px;
	display: block;
	float: left;
	color: #808080;
}

/* text element */
.processSteps .text {
	font-weight: bold;
	position: relative;
	top: 2px;
	line-height: 15px;
	font-size: 10px;
	left: 14px;
		float: none;
}

/* number element */
.processSteps .number {
	position: absolute;
	left: 5px; /* fallback (keine Bilder) */
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 22px;
	opacity: 0.5;
}

/* left round edge */
.processSteps .first {
	padding-left: 5px;
	background-position: left 0px;
}

.processSteps .firstAndCurrent {
	padding-left: 5px;
	background-position: left -37px;
}

/* right round edge */
.processSteps .last .step {
	background-position: right 0px;
}

/* current page */
.processSteps .beforeCurrent .step {
	background-position: right -74px;
}

.processSteps .current .step,.processSteps .firstAndCurrent .step {
	background-position: right -111px;
}

.processSteps .lastAndCurrent .step {
	background-position: right -37px;
}

.processSteps .firstAndCurrent .number,.processSteps .current .number,.processSteps .lastAndCurrent .number {
	color: #000000;
}

/* selectable pages */
.processSteps .selectable .text {
	cursor: normal;
	text-decoration: none;
}

.processSteps .selectable .hover {
	text-decoration: none;
}

/* active pages */
.processSteps .active .number {
	opacity: 1;
}

.processSteps .active .text {
	opacity: 1;
	color: #000000;
}/* vvega.css */
/* - grid - */
