/* CSS Document - Anmeldeformular */

/* globale Variablen sind in der Anwendung sicher bereits definiert --> NICHT kopieren 
html, body{
  height:100%;
  margin:0;
  padding:0;
  background-color: #F1F0F0;
  font-size:12px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
body{
  behavior:url("csshover.htc"); 
} */ 
h4, legend {
	margin:0;
	padding:0;
}
/* span {
	color: red;
} */
/*********************************************************************************************/
/*                                Formularspezifische Formatierungen                         */
form{
	margin:0;
	height:520px;
}
fieldset {
	border:none;
}
legend {
	margin-top:0px;
	font-size:14px;
	color:#4c4b4b;
}
select {
	margin-top:10px;
	color:#fcc;
	background-color:#6e0010;
}
label{
	color:#4c4b4b;
}
input{
	color:#fcc;
	background-color:#6e0010;
}
input:focus, select:focus{
	background-color: #6e0010;
}
/* Übermittlungsbutton */
.submit{
	color:#fcc;
	background-color:#900;
	border: 1px solid #660;
	width:80px;
}
*+html .submit{
	margin-left:-70px;
}
.submit:hover{
	color:#000000;
}


/* IDs und Klassen für die Positionierung der Eingabefelder und Beschriftungen  */


#contactinfo {
	margin:0 0 0 10px;
	padding:0;
	/* border:1px solid blue; */
}

.anrede{
	float: left;
	margin:10px 0 0 0;
	padding:3px 0 0 0;
	width:60px;
	height:22px;
}
#contactinfo select{
	margin-left:0px;
}	
.contactinfo_label{
	float: left;
	width:60px;
	height:22px;
	margin:5px 0 0 0;
	padding-top:3px;
	border:1px solid #ffffff; 
}
.contactinfo_input{
	float: left;
	width:250px;
	margin:5px 0 0 0;
	height:25px;
	border:1px solid #ffffff;
}

.contactinfo_input_A{
	float: left;
	width:140px;
	margin:5px 0 0 0px;
	height:25px;
	/* border:1px solid black; */
}

.contactinfo_label_B{
	float:left;
	margin:-27px 0 0 140px;
	padding:4px 0 0 0;
	width:50px;
	height:21px;
}
*html .contactinfo_label_B{			
	margin:5px 0 0 2px;
}
*+html .contactinfo_label_B{			
	margin:5px 0 0 2px;
	/*border:1px solid black;*/
}


.contactinfo_input_C{
	float:left;
	margin:-25px 0 0 190px;
	padding:0;
	width:45px;
	height:25px;
	/* border:1px solid green; */
}
*html .contactinfo_input_C{			
	margin:5px 0 0 0px;
}
*+html .contactinfo_input_C{		
	margin:5px 0 0 0px;
}

.contactinfo_label_C{
	float: left;
	width:60px;
	height:22px;
	margin:5px 0 0 1px;
	padding-top:3px;
	/* border:1px solid green; */
}

.contactinfo_input_D{
	float:left;
	margin:5px 0 0 0px;
	width:50px;
	height:25px;
	/* border:1px solid green; */
}

.contactinfo_label_E{
	float:left;
	margin:5px 0 0 5px;
	padding:4px 0 0 0;
	width:30px;
	height:21px;
	/* border:1px solid #000000; */
}

.contactinfo_input_F{
	float:left;
	margin:5px 0 0 3px;
	width:150px;
	height:25px;
	/* border:1px solid #000000; */ 
}

.contactinfo_submit{
	float:left;
	margin:10px 0 0 63px;
	width:80px;
	height:25px;
}		
*html .contactinfo_submit{
	margin-left:21px;
}	
*+html .contactinfo_submit{
	margin-left:66px;
}		
/*********************************************************************************************/
/*    						Formatierung für TEXTAREA										 */
.textarea{
	/* border:1px solid black; */
}
.textarea_label{
	float:left;
	padding:10px 0 0 0;
	width:70px;
	height:22px;
	color:#4c4b4b;
	/* border:1px solid green; */
}
.textarea textarea{
	width:230px;
	height:100px;
	margin:10px 0 0 -8px;
	background-color:#6e0010;
	color:#fcc;
	font-size:12px;
}
.textarea textarea:focus{
	background-color: #6e0010;
}
/*********************************************************************************************/
/*                            Funktion und Formatierung bei Eingabefeldern                   */
.input_error{
	clear:both;
	margin:5px 0 0 60px;
	padding:0 0 0 0;
	font-size:10px;
	color:red;
	/* border:1px solid blue; */
}
.hinweis p{
	float:left;
	font-size:10px;
	padding:0 0 0 10px;
	width:150px;
}
*html .hinweis p{
	padding-top:10px;
}
*+html .hinweis p{
	padding-top:10px;
}
