.cms-content-befor-tabs {
  margin-bottom: 10px;
}

#content {
  margin-top: 21px;
}

#content .ContentCol {
  width: 440px;

}

#content .RightCol {
  width: 200px;
  float: right;
}

#content .ContentCol, #content .RightCol {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;

}

/********************************layout minimal********************************/

#shop-process-overlay {
  z-index: 10000000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.45;
  -moz-opacity: 0.45;
  filter: alpha(opacity=45);
}

#shop-process-overlay-center {
  text-align: center;
  color: white;
  opacity: 0.45;
  -moz-opacity: 0.45;
  filter: alpha(opacity=45);
}

#shop-process-overlay-center h1,
#shop-process-overlay-center h2,
#shop-process-overlay-center .hint,
#shop-process-overlay-center .forward_link {
  display: block;
  margin-bottom: 20px;
  color: #000;
}

#shop-process-overlay-center img {
  margin-bottom: 20px;
}

#shop-process-overlay-center a {
  color: #0000ff;
  text-decoration: underline;
}

/**********Produktübersicht*********/
.category-row h2 {
  margin-bottom: 10px;

}

.category-row ul {
  list-style: none;
  padding-left: 10px;
}

.category-row .product-category {
  margin-bottom: 20px;
}