.inner {
  text-align:center;
}

.form {
  text-align:left;
  margin:auto;
  width:660px;
  background-color:#CCFFCC;
}

.form .headline {
  height:30px;
  margin:0px;
  width:650px;
  background-color:#339966;
  padding:5px;
}

.form .contact {
  width:650px;
  padding:5px;
  /* background-color:yellow; */
}

.form .contact input {
  margin:3px 0px;
}

.form .contact label {
  display:block;
  float:left;
  width:90px;
  margin-top:5px;
}

#title {
  width:100%;
  /* background-color:red; */
  float:left;
}

#nachname label, #strasse label, #plz label, #land label, #ort label, #telefon label {
  color:#FF3333;
}

#vorname {
 width:325px;
 float:left;
}

#firma, #strasse{
 width:650px;
}

#vorname input, #nachname input, #mail input, #land input {
  width:200px;
}

#firma input, #strasse input {
  width:525px;
}

#loes input {
  width:528px;
}

#plz {
  width:160px;
  float:left;
}

#plz input, #land label {
  width:50px;
}

#ort {
  float:left;
  width:207px;
}

#ort label {
  width:40px;
}

#ort input {
  width:142px;
}

#telefon {
  float:left;
  width:358px;
}

#telefon input {
  width:252px;
}

#mail label {
  width:60px;
}

.form .submit {
  width:100%;
  height:60px;
  /* background-color:#3366FF; */
  text-align:center;
}
