		/* css-formulare CSS Document Formulare */

form {
   float:left;
   /*clear:left;*/
   display:block;
   width:97%;  
   padding:0 0 0 5px; 
   }

.form-clear{
	clear:both;
	height:1px;
	font-size:1px;
	border:0px none;
	margin:0; padding:0;
	background:transparent;
}

/*Beschriftung Formulare*/
label {
  text-align: left;   
  float:left;
}


/*Beschriftung Login-Bereich */  
.login-form {
  width:98%;
  float:left;
  margin:0px 0 6px 0;
  }

.login-text {
  font-size:75%;
  width:20%;
  display:block;
  color:#000000;
  float:left;
  /*clear:both;*/
  margin:5px 0 0 0;
  padding:3px 0 0 0px;
  }
  
/*Container fuer ein Formularabschnitt Texteingabe*/
.formular-breite {
  float:left;
  width:98%;
  /*height:26px;*/
  margin:2px 0 0 0;
  }   
 
/*Breite des Eingabefeldes*/
.formular-feld-breite {
   width:53%;
   /*clear:left;*/
   /*height:14px;*/
   float:left;
   margin:5px 5px 0 0;

   }
   
/*Breite des Eingabefeldes - Login felder*/
.formular-feld-login {
   width:25%;
   /*clear:left;*/
   /*height:14px;*/
   float:left;
   margin:5px 5px 0 0;

   }
   
/*Breite des Eingabefeldes- E-Mail Feld*/
.formular-feld-email {
   width:30%;
   /*clear:left;*/
   /*height:14px;*/
   float:left;
   margin:5px 5px 0 0;

   }

/* Container fuer Formular Auswahlbutton*/   
.formbreite-auswahl {
   float:left;
   width: 5%;
   height:20px;
  } 
   

/*formatierung fuer Button links ausgerichtet*/
.button{
   /*float:right;*/
   border-top:1px solid #000000;
   border-right:2px solid #00000;
   border-bottom:2px solid #00000;
   border-left:1px solid #000000;
   background-color:#264468;
   padding:0 2px 0 2px;
   color:#FFFFFF;
   font-weight:bold;
   clear:both;
   margin:10px 5px 10px 0;
   height: 20px;
   text-align:center;
   }
.button-browse{
   /*float:right;*/
   background-color:#FFFFFF;
   padding:0 2px 0 2px;
   color:#264468;
   font-weight:bold;
   clear:both;
   margin:10px 5px 10px 0;
   height: 20px;
   text-align:left;
  }
 
 
 /*Button rechts ausgerichtet */  
.button-re{
   float:right;
   border-top:1px solid #000000;
   border-right:2px solid #000000;
   border-bottom:2px solid #000000;
   border-left:1px solid #000000;
   background-color:#264468;
   padding:0 2px 0 2px;
   color:#FFFFFF;
   font-weight:bold;
   clear:both;
   margin:10px 5px 10px 0;
   height: 20px;
   }

   
/*Unsichtbarer Button
2006-03-23 schu: ergaenzt */
.button-hide{
  display:none;
} 

.absenden{
   float:left;
   border:0;
   color:#000000;
   clear:both;
   background-color:#FFFFFF;
   text-decoration:underline;
   }   	
