/** 
 * login.css
 */
 
#header {
	clear:both;
	float:left;	
	height:60px;
	width:100%;	
}
/* logoWrapper überschreibt Def. in frame.css!*/
#logoWrapper {
	height: 40px;
	margin: 10px 0 0 10px;
	padding: 0;
	width: 120px;
}
#slogan {
	float:right;
	font-size:14px;
	margin-right:10px;
	margin-top:30px;
} 
 
/* Banner not in use, vgl. #content- background */
#banner {	
	clear:both;
	float:left;
	background: url("../../../images/banner.jpg") top left no-repeat;
	background-size: 100%;
	/*border-top-left-radius: 8px;
	border-top-right-radius: 8px;*/
	/* dimension dynamic; vgl. js*/
}
#content {
	/*background: url("../../../images/banner.png") top left no-repeat;*/
}
#contentScrollable {
	clear:both;
	float:left;
	height: 200px;
	width:inherit;		
}

#loginFooter {
	clear:both;
	float:right;
}

/* Alle "Login"-Panels, die die Eingabefelder beinhalten */
.loginPanel {
	background: #F0F0F0 url("../../../images/bgLoginPanel.png") top left repeat-x;
	border: 1px solid #E2E2E2;
	border-radius: 8px;
	margin: 55px auto 0 auto;
	padding: 15px;	
}
/* Einleitender Text auf den "Login"-Panels */
.infoText {
	clear:both;
	float:left;
	font-size: 1.1em;
	margin-bottom: 25px;
}
.infoText a {
	color: inherit !important;
	font-weight: bold;
}
.infoText a:hover {
	color: #F90 !important;
}
/* System- Message (im Template definiert) */
#loginMessage {
	background: #F0F0F0 url("../../../images/bgLoginPanel.png") top left repeat-x;
	border: 1px solid #E2E2E2;
	border-radius: 8px;
	color: #A00;
	font-size: 13px;
	margin: 20px auto 0 auto;
	width:0;  /* dynamic */
	height:0;  /* dynamic */
}
/* set by JS: */
.loginMessage {
	height:auto !important;
	padding: 0 15px 15px 15px;
	min-width: 360px;
}
/* set by JS: */
.resetMessage {
	height:auto !important;
	padding: 0 15px 15px 15px;
	min-width: 360px;
}
/* set by JS: */
.resetConfirmMessage {
	height:auto !important;
	padding: 0 15px 15px 15px;
	min-width: 385px;
}
/* set by JS: */
.resetCompleteMessage {
	height:auto !important;
	padding: 0 15px 15px 15px;
	min-width: 420px;
}
/* set by JS: */
.registrationMessage {
	height:auto !important;
	padding: 0 15px 15px 15px;
	width: 900px !important;
}
/* set by JS: */
.registrationCompleteMessage {
	color: #777 !important;
	height:auto !important;
	margin-top: 55px !important;
	padding: 0 15px 15px 15px;
	min-width: 660px;
}

/** 
 * Login- Form (vgl. Komponente com_users/login) 
 */
#loginWrapper {	
	width: 360px;
	height: 260px;
}
#loginWrapper input {
	width: 240px;
}
#loginWrapper label {
	width: 105px;
}
#loginWrapper .buttonWrapper {
	clear: both;
	float: right;
	margin-right: 3px;
	margin-top: 0;
	width: 250px;
}
#loginWrapper #btnResetPw {
	font-size: 11px;
	margin-bottom: 30px;
	width: 245px;
}
#loginWrapper #btnLogin {
	margin-left: 60px;
	width: 120px;
}
#loginWrapper #btnNeukunde {
	width: 120px;
}
#logoutWrapper #btnLogout {
	margin: 15px 0 0 0;
	width: 100px;
}
#loginWrapper a {
	color: #333;
}
#loginWrapper a:hover {
	color: #F90;
}

/** 
 * Logout- Form (vgl. Komponente com_users/login) 
 */
#logoutWrapper {	
	width: 360px;
	height: 130px;
}
#logoutWrapper #btnLogout {
	margin-left: 120px;
	width: 120px;
}

/**
 * Username erinnern (vgl. Komponente com_users/remind) 
 * und Passwort zurücksetzen (vgl. Komponente com_users/reset)
 */
#resetPasswordWrapper,
#remindUsernameWrapper {
	height: 225px;
	width:365px;
}
#resetConfirmWrapper {
	height: 295px;
	width: 385px;
}
#resetCompleteWrapper {
	height: 210px;
	width: 430px;
}
#resetPasswordWrapper label,
#remindUsernameWrapper label {
	width: 105px;
}
#resetConfirmWrapper label {
	width: 125px;
}
#resetCompleteWrapper label {
	width: 150px;
}
#resetPasswordWrapper input,
#resetConfirmWrapper input,
#resetCompleteWrapper input,
#remindUsernameWrapper input {
	width: 245px;
}
#resetPasswordWrapper .buttonWrapper {
	clear: both;
	float: right;
	margin-right: 3px;
	margin-top: 15px;
}
#resetPasswordWrapper #btnSendPassword,
#remindUsernameWrapper #btnRemindUsername,
#resetPasswordWrapper #btnCancel,
#resetConfirmWrapper #btnConfirm,
#resetCompleteWrapper #btnResetComplete {
	width: 120px;	
}
#resetConfirmWrapper #btnConfirm {
	margin-left: 127px;	
	margin-top: 20px;	
}
#resetCompleteWrapper #btnResetComplete {
	margin-left: 150px;	
	margin-top: 20px;
	margin-bottom: 10px;
}

/**
 * Benutzerregistrierung (vgl. Komponente com_users/views/registration) 
 */
#registrationWrapper {
	width: 900px;
	height: 365px;
}
#registrationWrapper #member-registration {
	width: inherit;
}
#registrationWrapper #firmaWrapper {
	clear: both;
	float: left;
}
#registrationWrapper #userWrapper {
	float: right;
}
#registrationWrapper #firmaWrapper label {
	width: 85px;
}
#registrationWrapper #userWrapper label {
	width: 140px;
}
#registrationWrapper input[type=text],
#registrationWrapper input[type=password],
#registrationWrapper input[type=email] {
	width:300px;
}
#registrationWrapper #firmaBrancheWrapper {
	float:left;
}
#registrationWrapper #firmaBrancheWrapper .selectboxit,
#registrationWrapper #firmaBrancheWrapper .selectboxit-options {
	min-width: 308px;
	max-width: 308px;
	width: 308px;
}
#registrationWrapper #firmaBrancheWrapper,
#registrationWrapper #firmaCity {
	margin-bottom: 18px;
}
#registrationWrapper #firmaStreet {
	margin-right:3px;
	width: 253px;
}
#registrationWrapper #firmaStreetNr {
	padding-left: 0;
	text-align: center;
	width: 40px;
}
#registrationWrapper #firmaPostcode {	
	padding-left: 0;
	margin-right:3px;
	text-align: center;	
	width: 60px;
}
#registrationWrapper #firmaCity {
	width: 233px;
}
#registrationWrapper #anredeWrapper {
	float: left;
	margin-right: 3px;
}
#registrationWrapper #anredeWrapper .selectboxit,
#registrationWrapper #anredeWrapper .selectboxit-options {
	min-width: 75px;
	max-width: 75px;
	width: 75px;
}
#registrationWrapper #firstName {
	width: 220px;
}
#registrationWrapper .buttonPanel {
	clear:both;
	float:left;
	margin-top: 25px;
	width: inherit;
}
#registrationWrapper .chbWrapper {
	clear:both;
	float:left;
	margin-left:7px;
	width: 590px;
}
#registrationWrapper .chbWrapper #chbAgbAccepted {
	clear:both;
	float:left;
	margin-top: 3px;
	margin-right: 7px;
}
#registrationWrapper .chbWrapper .chbLabel {
	float:left;
	width: 570px;
}
#registrationWrapper .buttonWrapper {
	float:right;
	margin-right:30px;
}
#registrationWrapper #btnRegister,
#registrationWrapper #btnCancel {
	width: 120px;
}

#registrationCompleteWrapper {
	height: 80px;
	width: 660px;
}
