
form {
  display: inline;
}

.formulario {
  font-size: 12px;
  line-height: 20px;
}

fieldset {
  background-color: #fafafa;
  padding: 6px;
  border: 1px solid #cccccc;
}

fieldset label {
  font-size: 14px;
  font-weight: bold;
}

#content .formulario p {
  margin: 5px 0 0;
  font-size: 11px;
}

span.form-control-wrap {
  position: relative;
}

textarea {
  height: 50px;
  overflow: auto;
  padding: 6px;
}

#content input, #content textarea, #content select {
  -x-system-font: none;
  border: 1px solid #CDCDCD;
  color: #282828;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  margin: 1px 0 0;
  width: 420px;
  font-weight: normal;
}

#content input, #content textarea {
  background-color: #FFFFFF;
}

#content input {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
}

#content input.fullsize {
  padding: 6px 0 6px 6px;
  width: 432px;
}

#content input.halfsize {
  padding: 6px 0 6px 6px;
  width: 206px;
}

#content input.halfsizeright {
  margin: 0 0 0 6px;
  padding: 6px 0 6px 6px;
  width: 206px;
}

#content input.zip {
  padding: 6px 0 6px 6px;
  width: 80px;
}

#content input.city {
  padding: 6px 0 6px 6px;
  width: 300px;
}

#content input.error, #content textarea.error {
  background-color: #FF7F7F;
}

#content label.error {
  font-size: x-small;
  font-weight: bold;
  color: #ff0000;
}

#content select {
  background: transparent scroll 2% 50%;
  margin-bottom: 3px;
  padding: 6px 0 6px 6px;
  width: 207px;
}

#content input:hover, #content textarea:hover {
  background-color: #f2f2f2;
}

/* Korrektur Groesse Submitbuttons */

input#newsletterbutton, input#searchbutton {
  width: 23px;
  height: 20px;
  display: inline;
  float: right;
  position: relative;
  top: 18px;
}

input#newsletterbutton {
  top: 0px;
}

.clear {
  clear: both;
}

#content button.g-button, #content a.g-button, #content input[type=submit].g-button {
  padding: 6px 10px;
  -webkit-border-radius: 2px 2px;
  border: solid 1px rgb(153, 153, 153);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(199, 199, 199)));
  color: #000;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(255,255,255,1);
  line-height: 1;
  width: 100px;
  font-size: 15px;
  margin: 6px 0;
}

#content input[type=submit].g-button:active {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(199, 199, 199)), to(rgb(144, 144, 144)));
  color: #000;
}

#content g-button:active {
  top: 1px;
}


