body { 
  font-size : 11px;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
  color : #000000;
  margin-top: 0px;
  margin-left: 0px;
  }

td {
  font-family: verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
}

.headline {
  font-family: verdana,Arial,Helvetica, sans-serif;
	font-size: 13px;
  font-style: bold;
}

label { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 180px; /* Breite.*/
  text-align: left;
  line-height: 20px;
  padding: 0px 5px 10px 5px ;
  font-family: verdana,Arial,Helvetica, sans-serif;
  font-size: 13px;
  font-style: bold;
}

fieldset {
  display: block;
  float: left;
  width: 400px; /* Breite.*/
  text-align: left;
  margin-top: 15px;
  padding: 0px;
  font-family: verdana,Arial,Helvetica, sans-serif;
  font-size: 13px;
  font-style: bold;
  border: 0px;
}

input { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 200px; /* Breite.*/
  text-align: left;
  padding: 2px;  
  font-family: verdana,Arial,Helvetica, sans-serif;
  font-size: 13px;
  font-style: bold;
}

select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 207px; /* Breite.*/
  text-align: left;
  padding: 2px;  
  font-family: verdana,Arial,Helvetica, sans-serif;
  font-size: 13px;
  font-style: bold;
}
textarea { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 200px; /* Breite.*/
  text-align: left; 
  font-family: verdana,Arial,Helvetica, sans-serif;
	font-size: 13px;
	font-style: bold;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

#sendebutton { /* den Submit-Button */
  width: 100px;
  height:25px;
  text-align: center;
}