.loginBoxTop {
	background-image: url(../img/navibox_top.gif);
	height: 10px;
	width: 200px;
	background-repeat: no-repeat;
}
.loginBoxBody {
	background-image: url(../img/navibox_body.gif);
	width: 200px;
	background-repeat: repeat;
}
.loginBoxBottom {
	background-image: url(../img/navibox_bottom.gif);
	height: 23px;
	width: 200px;
	background-repeat: no-repeat;
}
.loginTitle {
	font-size: 11px;
	font-weight: bold;
	color: #185478;
	border-bottom: 1px dotted #185478;
	margin: 0px;
	padding: 0px;
}
.loginText {
	font-size: 11px;
	color: #185478;
	line-height: 20px;
}
.loginTextLine {
	font-size: 11px;
	color: #185478;
	border-top: 1px dotted #185478;
	border-bottom: 1px dotted #185478;
	line-height: 20px;
}
.loginTextInaktiv {
	font-size: 11px;
	color: #999;
	line-height: 20px;
}
.loginTextLineInaktiv {
	font-size: 11px;
	color: #999;
	border-top: 1px dotted #185478;
	border-bottom: 1px dotted #185478;
	line-height: 20px;
}
.loginMessage {
	font-size: 10px;
	color: #CC3333;
}
.loginLink {
	font-size: 11px;
	color: #185478;
	text-decoration: none;
}
.loginLink:link {
	color: #185478;
}
.loginLink:visited {
	color: #185478;
}
.loginLink:focus {
	color: #185478;
}
.loginLink:hover {
	color: #bcbec0;
}
.loginLink:active {
	color: #185478;
}

/*** Übersetzer Neuanmeldung [registrationTranslater.cfm] ***/
#containerAssistStepLine {
	background-color: #666;
	height: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	}
.assistStepItem, .assistStepItemOpen  {
	padding: 7px;
	float: left;
	height: 20px;
	width: 190px;
	font-size: 12pt;
	color: #FFF;
	}
.assistStepItemOpen  {
	background-color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	}
.detailLabel100 {
	font-size: 11px;
	color: #333333;
	text-align: right;
	vertical-align: middle;
	width: 86px;
}