
/* GLOBALE FORMATIERUNGEN FÜR FORMULARE (=bereichs?bergreifend!)*/
form.formular
{
  display: block;
  width: 570px;
  margin: 12px;
  font-family: arial, helvetica, sans-serif;
}

form.formular input, select
{
  height: 20px;
  font-size: 11px;
  vertical-align: middle;
}

form.formular input.textinput /* Breite f?r input type="text" */
{
  height: 20px;
  font-size: 11px;
  vertical-align: middle;
  width: 200px;
}

form.formular input.aktion /*Aktions-Formularbuttons (input type="image")*/
{
	width:124px;
	height:21px;
}

form.formular table
{
  border:0;
  width: 100%;
}

form.formular td
{
  font-family: arial, helvetica, sans-serif;
  color: #191970;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2em;
  vertical-align: top;
}

/*MySchmetterling: Bestell?bersicht*/
form.formular table.orders
  {
  border: 1px solid #eeeeee;
  font-family: arial;
  font-size: 13px;
  line-height: 1.8em;
  color: #191970;
  border-collapse:collapse;
  background: #ffffff;
  width: 400px;
  margin: 12px auto;
  }

form.formular table.orders th
  {
  border: 1px solid #eeeeee;
  vertical-align: top;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  padding: 2px;
  line-height: 18px;
  font-size: 11px;
  letter-spacing: 0.1em;
  }

form.formular table.orders td
  {
  border: 1px solid #eeeeee;
  vertical-align: top;
  text-align: center;
  padding: 2px;
  line-height: 13px;
  font-size: 11px;
  letter-spacing: 0;
  }

form.formular table.orders a
  {
  font-size: 11px;
  }

/*Warenkorbzusammenfassung (Bestellvorgang Step=3)*/
form.formular table.basketsm {
  border: 2px solid #cccccc;
  font-size: 13px;
  line-height: 1.8em;
  border-collapse:collapse;
  width: 100%;
  background: #f5f5f5;
}

form.formular table.basketsm strong {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}

div.fn {
  font-size: 11px;
  line-height: 13px;
}

form.formular .bsm {
  border: 1px solid #cccccc;
  padding: 2px;
  letter-spacing: 0;
  background: none;
}

form.formular td.legende /*linke Spalte (Beschriftung)*/
{
  vertical-align: top;
  text-align: right;
  letter-spacing: 0.05em;
  padding-right: 5px;
  width: 40%;
  font-weight: bold;
}

form.formular td.legende2 /*linke Spalte (fehlende Angabe)*/
{
  vertical-align: top;
  text-align: right;
  letter-spacing: 0.05em;
  padding-right: 5px;
  width: 40%;
  color: #cc0000;
  font-weight: bold;
}

form.formular td.legendeklein /*rechte Spalte (Beschriftung)*/
{
  vertical-align: top;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.2em;
  font-size: 11px;
  padding-right: 5px;
  font-weight: normal;
}

td.legendeklein a
{
  letter-spacing: 0;
  font-size: 11px;
}

div.fieldtitle /* Formularhaupt?berschrift */
{
  
  padding: 6px;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

div.formfields /*Formularhauptfeld(er): Gruppen von Inputs, Radios etc. */
{
  
  padding:6px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-top: 0;
  color: #191970;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5em;
}

div.formfields2 /*Komprimierter Inhalt*/
{
  
  padding:6px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-top: 0;
  color: #191970;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.2em;
}

div.formaction /*Formularfu? mit Aktionsbuttons und erl?uterungen*/
{
  
  padding: 6px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-top: 0;
  text-align: right;
  line-height: 23px;
}
-->
