/**
 * swoppen.com Content-Management-System
 *
 * copyright since 2000 by swoppen.com eCommerce GmbH - All rights reserved.
 */

html, body {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  font-size: x-small;
  color: #000 !important;
}

.header, .header-left, .header-center, .header-right, .column-left, .column-right {
  display: none;
}

.HP-list {
  list-style-type: none;
  margin: 20px 0px;
  padding: 0pt;
}

.HP-list li {
  padding: 5px;
}

.HP-list .title {
  display: block;
  font-weight: bold;
  margin: 5px 0px;
}

.HP-list .thumb-link {
  display: block;
  margin: 7px 10px 10px 0pt;
}

.HP-list .thumb {
  border: 0px;
}

.HP-list .line {
  height: 1px;
  border-bottom: 1px dotted grey;
}


.HP-list .more {
  clear: both;
}

