.clear {
  float: none;
  clear: both;
}

#shop {
  width: 900px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 90px;
}

#shop .category-holder {
  width: 900px;
}

/*----------------------------------------------------------------*/
#shop .category-holder .warenkorb {
  position: absolute;
  top: -88px;
  right: -25px;
  width: 350px;
  height: 100px;
}

#shop .category-holder .warenkorb .flaschenanzahl {
  font-size: 12px;
  color: #a9a9a9;
}

#shop .category-holder .warenkorb .gesamtpreis {
  position: absolute;
  bottom: 35px;
  right: 159px;
  font-size: 20px;
  color: #a9a9a9;
}

#shop .category-holder .warenkorb .paket {
  position: absolute;
  top: 0;
  right: 0;
}

#shop .category-holder h2 {
  font-size: 20px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  text-align: justify;
  border-bottom: 2px solid #8bcaa8;
}
/*
#shop .category-holder h2.close {
  background-image: url(../images/shop/close.png);
}

#shop .category-holder h2.open {
  background-image: url(../images/shop/open.png);
}
*/
/*----------------------------------------------------------------*/
#shop .article-holder {
  float: left;
  width: 438px;
  background: url(../images/shop/shadow-frame-top.png) no-repeat;
  margin-right: 20px;
  margin-bottom: 20px;
}

#shop .article-holder-bottom {
  width: 438px;
  min-height: 295px;
  background: url(../images/shop/shadow-frame-bottom.png) no-repeat left bottom;
}

#shop .article-holder.no-margin {
  margin-right: 0;
}

#shop .article-holder .image-holder {
  padding-top: 20px;
  margin-left: 19px;
  width: 400px;
  height: auto;
}

#shop .article-holder .articleOut {
  position: absolute;
  top: 20px;
  left: 222px;
  z-index: 21;
}

#shop .article-holder .articleImg {
  position: absolute;
  top: 35px;
  left: 15px;
  z-index: 20;
}

#shop .article-holder .infoImg {
  position: absolute;
  top: 264px;
  left: 19px;
  z-index: 20;
}

#shop .article-holder .top-image {
  width: 400px;
}

#shop .article-holder .article-desc {
  padding-top: 15px;
  margin-left: 110px;
  padding-bottom: 50px;
  width: 305px;
  height: 80px;
}

#shop .article-holder .article-price {
  position: absolute;
  bottom: 22px;
  left: 117px;
  width: 305px;
  height: 35px;
  z-index: 16;
}

#shop .article-holder .article-price td {
  white-space: nowrap;
}

#shop .article-holder .article-price td.soft {
  text-align: right;
}

#shop .article-holder .article-price td {
  vertical-align: bottom;
}

#shop .article-holder .article-price .soft,
#shop .article-holder .article-price .soft a,
#shop .article-holder .article-price .price-l {
  color: #888888;
}

#shop .article-holder .article-price .price {
  font-size: 20px; 
  color: #8bcaa8;
}

#shop .article-price input {
  width: 28px;
  height: 16px;
  padding-top: 3px;
  border: 1px solid #8bcaa8;
  font-size: 14px;
  margin-bottom: 3px;
  background: #fff;
}

#shop .article-holder h3 {
  font-size: 16px;
  margin: 7px 0;
}

#shop .article-holder .available {
  color: #8bcaa8;
}

#shop .article-holder .not-available {
  color: #730000;
}

#shop .article-holder .article-desc .analyse {
  color: #888;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  right: 0;
}

#shop .article-holder .article-desc .analyse .einheit {
  font-size: 11px;
  color: #888;
}

#shop .article-holder .article-description {
  display: none;
}

/*
#shop .article-holder {
  float: left;
  width: 438px;
  height: 288px;
  background: url(../images/shop/shadow-frame.png) no-repeat;
  margin-right: 20px;
  margin-bottom: 20px;
}

#shop .article-holder.no-margin {
  margin-right: 0;
}

#shop .article-holder .image-holder {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 400px;
  height: 250px;
}

#shop .article-holder .articleImg {
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: 20;
}

#shop .article-holder .top-image {
  position: absolute;
  top: 0;
  left: 9px;
  width: 400px;
  height: 119px;
  z-index: 15;
}

#shop .article-holder .article-desc {
  position: absolute;
  top: 155px;
  left: 110px;
  width: 305px;
  height: 80px;
  z-index: 15;
}

#shop .article-holder .article-price {
  position: absolute;
  top: 230px;
  left: 117px;
  width: 305px;
  height: 35px;
  z-index: 16;
}

#shop .article-holder .article-price td {
  white-space: nowrap;
}

#shop .article-holder .article-price td.soft {
  text-align: right;
}

#shop .article-holder .article-price td {
  vertical-align: bottom;
}

#shop .article-holder .article-price .soft,
#shop .article-holder .article-price .soft a,
#shop .article-holder .article-price .price-l {
  color: #888888;
}

#shop .article-holder .article-price .price {
  font-size: 20px; 
  color: #8bcaa8;
}

#shop .article-price input {
  width: 28px;
  height: 16px;
  padding-top: 3px;
  border: 1px solid #8bcaa8;
  font-size: 14px;
  margin-bottom: 3px;
  background: #fff;
}

#shop .article-holder h3 {
  font-size: 16px;
  margin: 7px 0;
}

#shop .article-holder .available {
  color: #8bcaa8;
}

#shop .article-holder .not-available {
  color: #730000;
}
*/
/*----------------------------------------------------------------*/
#shop .category-holder .article-data td {
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  height: 37px;
  padding: 0 3px;
}

#shop .category-holder .article-data td.c1 {
  font-size: 20px;
  font-weight: bold;
  color: #a9a9a9;
}

#shop .category-holder .article-data td.c2,
#shop .category-holder .article-data td.c4 {
  font-size: 14px;
  color: #000;
}

#shop .category-holder .article-data td.c3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

#shop .category-holder .article-data td.c4 {
}

#shop .category-holder .article-data td.c5 {
  font-size: 20px;
  font-weight: bold;
  color: #a9a9a9;
  text-align: right;
}

#shop .category-holder .article-data td.c6 {
  font-size: 11px;
  color: #868686;
  text-align: right;
}

#shop .category-holder .article-data td.c7 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: right;
}

/*----------------------------------------------------------------*/
fieldset {
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

legend {
  display: none;
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 12px;
}

#fieldset-data1,
#fieldset-data2 {
  width: 210px;
  float: left;
  margin-right: 20px;
}

#fieldset-data3 {
  width: 440px;
  float: left;
}

#fieldset-send {
  float: none;
  clear: both;
}

#fieldset-send .input-box.submit {
  float: right;
}

#fieldset-data3 .input-box .message label {
  display: block;
}


/*----------------------------------------------------------------------------------*/
input[type="text"].required,
input.required {
  width: 200px;
  height: 23px;
  border: 1px solid #B6B496;
  margin-top: 2px;
  padding-top: 3px;
  font-size: 16px;
  background: #fff url(../images/form/bg.png) repeat-x;
}

input[type="text"].soft,
input.soft {
  width: 200px;
  height: 23px;
  border: 1px solid #b6b496;
  margin-top: 2px;
  padding-top: 3px;
  font-size: 16px;
  background: #fff url(../images/form/bg.png) repeat-x;
}

input[type="submit"],
input.submit {
  height: 26px;
  border: 1px solid #a1870c;
  margin-top: 2px;
  background: #fff url(../images/form/bg.png) repeat-x;
  /*font: bold 16px Georgia*/;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

a.button {
  height: 26px;
  border: 1px solid #a1870c;
  margin-top: 2px;
  background: #fff url(../images/form/bg.png) repeat-x;
  /*font: bold 16px Georgia*/;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  padding: 3px 7px;
}

input.siFormMsg {
  border-color: #aa0817 !important;
  background-color: #fff;
}

textarea.soft {
  width: 435px !important;
  height: 150px;
  border: 1px solid #b6b496 !important;
  margin-top: 2px;
  background: #fff url(../images/form/bg-big.png) repeat-x;
}

.input-box {
  float: left;
}
/*
.input-box.required {
  margin-right: 15px;
}
*/
.input-box {
  margin-right: 7px;
  min-height: 62px;
}

.input-box.checkbox {
  min-height: 30px;
}

.no-margin {
  margin-right: 0;
}

ul.errors {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.errors li {
  color: #FF6434;
}

/*-IE------------------------------------------*/
/*
input[type="text"].big {
  width: 292px;
}

input[type="text"].middle {
  width: 193px;
}

input[type="text"].small {
  width: 77px;
}
*/
/*--------------------------------------*/

/*----------------------------------------------------------------------------------*/
label {
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
}

label a {
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}


/*----------------------------------------------------------------------------------*/
input[type="text"].error,
input[type="password"].error,
textarea.error {
  border-color: #DF3400;
  display: block;
}

.error {
  color: #DF3400 !important;
}

/*----------------------------------------------------------------------------------*/
.address-data div {
  margin-bottom: 5px;
}

.address-data label {
  font-size: 13px;
  width: 120px;
  display: inline-block;
}

.address-data span {
  
}

form dd input,
form dd textarea {
  margin-left: 0 !important;
}

/*----------------------------------------------------------------*/
.basket {
  padding: 6px 0;
  margin: 15px 0;
  width: 210px;
  right: 0;
}

.basket td {
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
  padding: 5px;
}

.basket .desc {
  color: #000;
  width: 210px;
}

.basket .sum {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

.basket .small {
  font-size: 14px;
  color: #a9a9a9;
}