/* 

	project:  Aton Solar GmbH
	author:   Markus Schultheiß
			  mediapowder - MEDIENKONZEPTE FRISCH WIE PULVERSCHNEE
			  www.mediapowder.com 

	date:	  17.12.2014
   
*/

/*
    ------------------------------------------------------------ Formularinhalt
*/


.textfehler					{ font-family: "OfficinaSansITCW01-Book 734509"; font-size: 0.7em; color: #c31924; padding: 10px 0 0 25px; }





/*******************
LOGIN FORM
*******************/

.formular 					{	width: 500px; margin: 0 auto; position: relative; }

/*******************
HEADER
*******************/

.formular .kopf 			{ padding: 20px 0 30px 0; }

.formular .kopf h1 			{ font-family: "OfficinaSansITCW01-Book 734509"; font-weight: bold; font-size: 1.2em; color: #009adf; text-shadow: 1px 1px 0 rgba(256,256,256,1.0); margin-bottom: 10px; }

.formular .kopf span 		{ font-family: "OfficinaSansITCW01-Book 734509"; font-size: 1em; font-weight: normal; line-height: 1.2em; color: #666666; text-shadow: 1px 1px 0 rgba(256,256,256,1.0); }

.formular .inhalt span 		{ font-family: "OfficinaSansITCW01-Book 734509"; font-size: 1em; font-weight: normal; line-height: 1.2em; color: #666666; text-shadow: 1px 1px 0 rgba(256,256,256,1.0); }



/*******************
inhalt
*******************/

.formular .inhalt 			{ padding: 0 30px 25px 0; }

/* Input-Felder im inhalt-DIV */
.formular .inhalt .input	{ width: 235px; padding: 15px 25px; margin-top: 10px;	
						  	  font-family: "OfficinaSansITCW01-Book 734509";; font-size: 1em; 	color: #333333;	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
							  background: #fff;	border: 1px solid #fff;	border-radius: 5px;
							  box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50); }


.formular .inhalt .input:hover {
	background: #ebebeb; color: #666666;
}

.formular .inhalt .input:focus {
	background: #ebebeb; color: #666666;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}

.inhalt input:focus + div{
	left: -46px;
}


.inhalt input:focus + div{
	left: -46px;
}



/* Animation */
.input, .button, .register .radio {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

/* select field */
.formular .inhalt .select {
	width: 285px;
	height: 45px;
	margin-bottom: 10px;
	
	font-family: "OfficinaSansITCW01-Book 734509";;
	font-size: 1em;
	color: #333333;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}

.formular .inhalt .select:hover {
	background: #ebebeb;
	color: #666666;
}

.formular .inhalt .select:focus {
	background: #ebebeb;
	color: #666666;
	
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}

.inhalt select:focus + div{
	left: -46px;
}

/* Radio-buttons + Checkboxes */

.formular .radio {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding: 0 10px 5px 0;
	margin: 0 10px 10px 0px;
	font-family: "OfficinaSansITCW01-Book 734509";;
	font-size: 1em;
	color: #333333;
}


/*******************
Fuß
*******************/

.formular .fuss {
	padding: 25px 30px 30px 0;
	overflow: auto;
	
	border-top: 1px solid #d0d0d0;
	}

/* Login button */
.formular .fuss .button {
	float:left;
	padding: 10px 25px 8px 25px;
	font-family: "OfficinaSansITCW01-Book 734509";
	font-size: 1.4em;
	color: #ffffff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
	
	background: #10145e;
	border: 1px solid #9e9358;
	border-radius: 5px;
	cursor: pointer;
	
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

.formular .fuss .button:hover {
	color: #ffffff;
	background: #9e9358;
	border: 1px solid rgba(158,147,88,0.75);
	
	box-shadow: inset 0 1px 3px rgba(213,159,58,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(213,159,58,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(213,159,58,0.5);
}

.formular .fuss .button:focus {
	position: relative;
	bottom: -1px;
	
	background: #9e9358;
	
	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}

/* Register button */
.formular .fuss .reset {
	display: block;
	float: left;
	padding: 11px;
	margin-left: 20px;
	
	font-family: "OfficinaSansITCW01-Book 734509";
	font-size: 1.4em;
	color: #999999;
	text-shadow: 0px 1px 0 rgba(256,256,256,0.5);
	
	background: #ebebeb;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	cursor: pointer;
	
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

.formular .fuss .reset:hover {
	color: #666666;
}

.formular .fuss .reset:focus {
	position: relative;
	bottom: -1px;
}


/* Versteckte DIV'S */

#ASSI { margin-left: 30px; }
.assi { font-family: "OfficinaSansITCW01-Book 734509"; font-size: 1em; color: #333333; }