body {
  background-color:#000;
}

div.warengruppe_outer {
    background-image:url(/images/linien-category.png);
    background-repeat: repeat;
    width:100%;
    padding-left:25px;
}

div.warengruppe_inner {
    float:left;
    margin-right:20px;
    margin-bottom:20px;
    width:160px;
    height:200px;
    height:215px;
    border:1px solid #000;
    background-color:#fff;
}

div.warengruppe_image {
    width:160px;height:180px;
    background-repeat:no-repeat;
    background-position:center center;
    cursor:pointer;
}


div.article_outer {
    background-image:url(/images/linien-articles.png);
    background-repeat: repeat;
    width:100%;
    padding-left:25px;
}

div.article_inner {
    float:left;
    margin-right:20px;
    margin-bottom:20px;
    width:160px;
    height:240px;
    border:1px solid #000;
    background-color:#fff;
}

div.article_image {
    width:160px;
    height:180px;
    background-repeat:no-repeat;
    background-position:center center;
    cursor:pointer;
}


div.articleoverview_image   { float:left; width:190px; padding-left:10px; text-align:center; }

div.articleoverview_content { float:right; width:380px; }

div.article_title2,
a.article_title2 {
  color:#3D6640;
  text-decoration:none;
  font-size:120%;
  font-weight:normal;
  padding-bottom:10px;

}
  
a.article_title2:hover {
  text-decoration:underline;

}

div.article_title,
a.article_title {
  color:#3D6640;
  text-decoration:none;
  font-size:120%;
  font-weight:bold;
  padding-bottom:10px;

}
  
a.article_title:hover {
  text-decoration:underline;

}

div.article_text {
  padding-bottom:10px;
}

div.article_image_left {
  float:left;
  width:310px;
  padding:2px 1px 1px 20px;
  text-align:center;
}
div.article_image_left img {
  border:1px solid #000;
}
div.article_content_right {
  float:right;
  width:238px;
  padding:5px;
}


span.price_statt {
  text-decoration:line-through;
  font-weight:bold;
  color:#f00;
  font-style:italic;

}