html { 
  padding: 0px;
  margin: 0px;
}

body {
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 18px;
  margin: 0px 0px 0px 27px;
  padding: 0px;
  background-color: #ffffff;
  background: url(images/background.gif) #ffffff repeat-y;
}

#oben {
  width: 99%;
  height: 27px;
  background-color: #ffffff;
}

#links {
  position: absolute;
  width: 262px;
  padding: 0px;
  margin: 0px;
  top: 27px;
  left: 27px;
}

html>body #links {  /* nur fuer moderne Browser! */
	position: fixed;
}

#mitte {
  position: absolute;
  width: 504px;
  left: 290px;
  padding: 0px;
  margin: 0px
}

#rechts {
  position: absolute;
  left: 825px;
  top: 30px;
  height: 100%;
  min-width: 230px;
  overflow: auto;
  white-space: nowrap;
}

html>body #rechts {  /* nur fuer moderne Browser! */
	position: fixed;
}

.rechtsalge {
  overflow: hidden;
}

#inhalt {
  margin: 0px 45px;
  padding-bottom: 35px;
}

#logo {
  margin: 0px 0px 62px 0px;
}

#bilder {
  margin: 0px 0px 0px 45px;
}

#titel {
  text-align: center;
}

#bildernav {
  clear: left;
  margin: 0px 0px  42px 45px;
}

.produkt {
  float: left;
  min-width: 203px;
  overflow: visible;
  margin: 0px 0px 25px 0px;
}

.produktbild {
  margin: 0px 48px 0px 0px;
  float: left;
}

.produkttext1col {
  margin: -3px 0px 0px 0px;
  width: 203px;
  float: left;
}

.produkttext2col {
  margin: -3px 0px 0px 0px;
  width: 203px;
  height: 110px;
  float: left;
}

.produkttext2col p {
  padding: 0px 13px 0px 0px;
}

.clear {
  clear: left;
}

form a {
  font-family: Georgia, serif;
  font-size: 13px;
}

button, input {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

button {
  overflow: visible;
  width: auto;
}

button.shk-but, button.send-but {
  font-family: Georgia, serif;
  font-size: 13px;
  text-align: left;
  color: #C1002B;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -moz-user-select: text;
}

button.send-but {
  width: 416px;
  padding-top: 5px;
  border-top: 1px solid #000000;
  text-align: center;
}

button.shk-but span, button.send-but span {
  text-decoration: none;
}

button.shk-but:hover span, button.shk-but:focus span, button.send-but:hover span, button.send-but:focus span {
  text-decoration: underline;
}

label {
  width: 130px;
  float: left;
  display: block;
  clear: left;
  vertical-align: bottom;
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 18px;
}

#shopOrderForm label.checkbox {
  clear: none;
  float: none;
  width: auto;
  height: auto;
  display: inline;
  padding-left: 20px;
}

input {
  border-bottom: 1px solid #000000;
  padding: 0px 0px 0px 5px;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 22px;
}

select {
  display: block;
  background-color: transparent;
  border: 1px solid #000000;
  font-family: 'Arial Narrow', sans-serif;
  font-size: 13px;
  line-height: 22px;
}

div .minimum-order, .errors {
  margin-top: 17px;
  padding: 13px 0px;
  border: 1px solid #C1002B;
  text-align: center;
  width: 190px;
}

#shopOrderForm label, #newsletterForm label {
  margin: 8px 0px;
  height: 16px;
}

#shopOrderForm input, .datepicker, #newsletterForm input {
  font-family: 'Arial Narrow', sans-serif;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-weight: normal;
  width: 278px;
  margin: 8px 0px;
  height: 16px;
}

#shopOrderForm select {
  margin: 8px 0px;
}

.preis {
  width: 100px;
  float: right;
  text-align: right;
  display: inline-block;
}

#shopOrderForm input.checkbox {
  width: auto;
}

.produkt .preis {
  min-width: 90px;
  display: inline-block;
  float: none;
  text-align: left;
  font-size: 13px;
  line-height: 18px;
}

