/**************************************
 Gymnasium Eschweiler 
 Formular Stylesheet
 Copyright Nicole Putscher-Wentland npw-media.de
 erstellt: 20.11.2008
 
 Farbschema:
 grün: #A8BD77
 rot: #C73921
   
***************************************/

/* Formular - Kontakt*/

#spalte2 .csc-mailform{
  border: none;
} 

#spalte2 label, #spalte2 input, #spalte2 select, #spalte2 textarea { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: verdana, arial, sans-serif;
  background: #FFF;
  font-size: 75%;
}

#spalte2 input,  #spalte2 textarea { /* Alle Labels UND Formularelemente auswählen */
 padding: 2px 3px;
 width: 300px;
 border: 1px solid #A8BD77;
}

#spalte2 select{
 width: 75px;
 border: 1px solid #A8BD77;
}

#spalte2 form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

#spalte2 .mf-submit{ /* den Submit-Button */
  width: 308px;
  margin-right: 0px;  
}

#spalte2 label {
 text-align: right; 
 padding: 2px 3px;
 /*padding-right: 0.1em;*/
 margin-right: 1em; 
 width: 100px; /* Breite.*/
}

#spalte2 form {
  margin:0 0 0 10px;
  padding: 0.5em;
  width: 490px;
  background: #FFF;
  color: #000;
}

* html #spalte2 form {
  width: 490px; /*IE 5.0 + 5.5*/
  w\idth: 450px; /*IE 6*/
}