/* DIV-Container des Auftragsformulars */

#af_wrapper {
  width: 602px;
  font-size: 12pt;
}

/* Spacer unterhalb der Ueberschriften der Formularbereiche */

td.af_headlinespace {
  height: 14px;
}

/* Ueberschriften der Formularbereiche */

th.af_headline {
  color: #000000;
  font-size: 12px;
  height: 24px;
  text-align: left;
  background-color: #6699CC;
}

/* Tabelle fuer Absender Adresse */

#af_adresstable1 {
  width: 440px;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Tabelle fuer Empfaenger Adresse */

#af_adresstable2 {
  width: 440px;
  margin: 0 auto;
  margin-bottom: 40px;
}

td.af_adressrow1 {
  width: 100px;
}

td.af_adressrow_middle {
  width: 20px;
}

/* Eingabefelder fuer Adressen */

input.af_adressfeld {
  width: 340px;
  margin-bottom: 5px;
}

/* Eingabefelder fuer Adressen: Hausnummer */

input.af_adressfeld_nr {
  width: 40px;
  margin-bottom: 5px;
}

/* Eingabefelder fuer Adressen: PLZ */

input.af_adressfeld_plz {
  width: 80px;
  margin-bottom: 5px;
}

/* Eingabefelder fuer Adressen: Ort */

input.af_adressfeld_ort {
  width: 244px;
  margin-left: 10px;
  margin-bottom: 5px;
}

select.af_land {
  width: 340px;
}

/* Tabelle fuer Abholung und Zustellung */

#af_timetable {
  width: 600px;
  margin-bottom: 40px;
}

/* Eingabefelder fuer Datum */

input.af_datumfeld {
  width: 200px;
}

/* Eingabefelder fuer Zeit */

input.af_zeitfeld {
  width: 60px;
}

/* Textarea fuer Zustellung */

textarea.af_serviceart_ta {
  width: 400px;
  height: 30px;
}

/* Tabelle fuer Packstuecke */

#af_itemtable {
  width: 600px;
  margin-bottom: 8px;
}

/* Tabellenzelle der Tabelle fuer Packstuecke */

#af_itemtable td {
  padding-bottom: 10px;
}

/* Eingabefelder fuer Inhalt eines Packstueckes */

input.af_packstuecke_inhalt {
  width: 250px;
}

/* Eingabefelder fuer Verpackungsart eines Packstueckes */

input.af_packstuecke_verpackung {
  margin-top: 4px;
  width: 150px;
}

/* Eingabefelder fuer Maße eines Packstueckes */

input.af_packstuecke_masse {
  width: 40px;
  text-align: center;
}

/* Eingabefelder fuer Gewicht eines Packstueckes */

input.af_packstuecke_gewicht {
  width: 70px;
  text-align: center;
}

/* Eingabefelder fuer Volumengewicht eines Packstueckes */

input.af_packstuecke_volgewicht {
  width: 50px;
  text-align: center;
}

/* Hinweiszeile unter Tabelle Packstuecke */

div.af_item_info {
  text-align: center;
  border-top: 1px solid;
  margin-bottom: 30px;
  font-size: 9pt;
}

/* Tabelle fuer Rechnungsempfaenger */

#af_invoicerectable {
  width: 440px;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* Tabelle fuer Sonstiges */

#af_furthertable {
  width: 440px;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Eingabefeld fuer Wert der Versicherung */

input.af_eurofeld {
  width: 40px;
}

/* Eingabefeld fuer Besondere Hinweise */

textarea.af_hinweisfeld {
  width: 438px;
  height: 100px;
}

/* Absendenfeld des Formulars */

input.af_submit {
}

td.af_inputerror {
  color: #FF1900;
}

/* DIV-Container zum Aufheben der float-Eigenschaft */

div.fl_konf_breaker {
  font-size: 1pt;
  clear: both;
  height: 1px;
  overflow: hidden;
}

