a,a:link,a:visited,a:hover,a:active {
  text-decoration: none;
  color:#132BD7;
}
a:hover {
  text-decoration: underline;
}
#container_header a,#container_header a:link,
#container_header a:visited,#container_header a:hover,
#container_header a:active {
  text-decoration: none;
  color:#ffffff;
}
#container_header a:hover {
  text-decoration: underline;
}

body{
  background-color:#ffffff;
}

table {
}
td {
  vertical-align : top;
}
.wrap_product_class{
  background-color : #132BD7;
  color : #FFFFFF;
}
.imageBorder {
/*  border:1px solid #E2E2E2;*/
  border:1px solid #CBCBCB;
}

.versandfaehig_sofort {
  color:#778087;
  padding-top:3px;
  padding-bottom:3px;
}

.versandfaehig_spaeter {
  color:#778087;
  padding-top:3px;
  padding-bottom:3px;
}
.put_on_noticelist{
  color:#778087;
}
.mindermengenzuschlag{
  color:#ff0000;
  /*font-weight:bold;*/
}


.hzwl_list_img img {
  max-width:99px;
  width: expression(this.width > 99 ? 99: true);
}
.hzwl_detail_img img {
  max-width:179px;
  width: expression(this.width > 179 ? 179: true);
}
.hzwl_last_seen_img img {
  max-width:99px;
  width: expression(this.width > 54 ? 54: true);
}
.hzwl_zoom_img img {
  max-width:1000px;
  width: expression(this.width > 1000 ? 1000: true);
}