/* >> Login und Logout Element */
/* Definitionen fuer den Schnelllogin- Schnelllogoutkontainer */
div.quickLoginLogoutKontainer
{
	display: none;
	width: 165px;
	position: absolute;
	left: 628px;
	top: 64px;
	z-index: 4;
}

/* Einstellungen für das Login und Logout Formular */
form.loginFormField,
form.logoutFormField
{
	margin: 0px;
	padding: 0px;
}

/* Anpassungen für den Beschreibungstext im Logout Bereich */
span.logoutPrompt
{
	font-size: 9px;
	font-weight: normal;
}

/* Formatierung des Benutzernamens im Logout Bereich.*/
td.logoutContentUserName
{
	font-weight: bold;
	font-size: 10px;
	white-space: nowrap;
	line-height: 10px;
}

/* Angaben zu den Input Formularfeldern im Quicklogin Bereich*/
input.quickLogin
{
	font-size: 10px;
	width: 100%;
}

/* Einstellungen zur Standard Login Tabelle */
table.standardLoginDesignShell
{
	border: 1px solid #a4ccdf;
	background: #eef6fc;
}

/* Anpassen der Login Fehlermeldung bei missgluecktem Loginversuch*/
div.loginFormErrorMessage
{
	font-weight: bold;
	color: darkred;
}
/* >> Login und Logout Element */

/* >> Nicht mehr Benutzen, wird bald nicht mehr unterstuezt!!! */
/*loginBox Is In*/
form.loginBoxIsIn
{
	margin: 0px;
	padding: 0px;
}

input.loginBoxIsIn
{
	font-size: 11px;
}
/* << Nicht mehr Benutzen, wird bald nicht mehr unterstuezt!!! */


