/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++ BESTELL SYSTEM ++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.table_bestellsystem {
  margin-top: 10px;
}

.table_bestellsystem td {
  background: #C3D1ED;
  
  padding-left: 5px;
  padding-right: 5px;
  
  padding-top: 2px;
  padding-bottom: 2px;
}

.table_bestellsystem input {
  font-family: Verdana;
  font-size: 12px;
  color: #343434;
}

.kundenkonto td {
  width: 170px;
}

.kundenkonto input {
  width: 170px;
}

.kundenkonto .ueberschrift {
  padding-top: 5px;
  padding-bottom: 5px;
}

.table_bestellsystem .button {
  border: 1px solid #7F9DB9;
  background: white;
  font-family: Verdana;
  font-size: 12px;
  color: #343434;
}

.bestellbutton {
  border: 1px solid #7F9DB9;
  background: white;
  font-family: Verdana;
  font-size: 12px;
  color: #343434;
}

.table_warenkorb {
  width: 100%;
}

.table_warenkorb td {

  background: #C3D1ED;
  
  padding-left: 5px;
  padding-right: 5px;
  
  padding-top: 4px;
  padding-bottom: 4px; 
}

.bestelllinkbutton {
  display: block;
  text-decoration: none;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  width: 150px;
  border: 1px solid #7F9DB9;
  background: white;
  font-family: Verdana;
  font-size: 12px;
  color: #343434;
}

.bilderonlinethumb {
  float: left;
  width: 180px;

  margin-top: 25px;
  margin-left: 20px;
  
  padding-top: 12px;
  padding-bottom: 5px;

  background: #73C7EE;

  text-align: center;
  color: white;
}


.pw_vergessen_tabelle {
  text-align: right;
}

.pw_vergessen_tabelle a {
  text-decoration: none;
  font-size: 11px;
  color: #644E6C;
}