@CHARSET "UTF-8";

/* -- Formulare -- */
#content .form_success,
#content form {
  margin-top: 10px;
  background-color: rgb(252,250,223);
  padding: 5px;
  width: 350px;
}
form .validation-advice {
  display: none;
}
#sitecontainer form a.bestellen {
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
  background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
  background-color: #f9f9f9;
  border-radius: 6px; 
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: black;
  font-family: 'FrutigerLTStd', Arial, sans-serif;
  font-weight: normal;
  line-height: 25px;
  padding-top: 2px;
  height: 23px;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 0px #ffffff;
}
#sitecontainer form a.bestellen:hover  {
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
  background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
  background-color: #e9e9e9;
  color: #666666;
}

div.input {
  padding-top: 3px;
  font-size: 13px;
  line-height: 24px;
  clear: both;
}
div.input > input,
div.input > select,
div.input > #attachmentList {
  float: right;
  width: 230px;
  line-height: 17px;
}
div.input > select {
  width: 232px;
}
div.input > input[type="checkbox"]  {
  width: 20px;
  margin-top: 4px !important; 
  margin-right: 214px !important;
}
div.input > input,
div.input #attachmentFile,
#contactform input {
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  background-color: white;
}
div.input #attachmentFile {
  width: 343px;
}
div.input > #attachmentList {
  display: inline-block;
  padding-top: 3px;
}
#sitecontainer form input.validation-failed {
  border: 1px solid red;
}
#contactform input.date {
  width: 56px;
  font-size: 11px;
  margin-bottom: 3px;
}
#contactform div.date {
  float: right;
  width: 232px;
}

div.input.tagesagenda input[type="checkbox"] {
  float: left;
  width: auto;
  margin-top: 11px !important;  
  margin-right: 5px !important;
}

#lieferadresseAufklappen {
  margin: 10px 0px;
}
#lieferadresseAufklappen:hover b {
  color: #900;
}
#lieferadresse {
  margin-top: -5px;
}

form b {
  color: rgb(130,130,130);
}