/**
 * swoppen.com Content-Management-System
 *
 * copyright since 2000 by swoppen.com GmbH - All rights reserved.
 */

html, body {
  margin: 0;
  padding: 0;
}

body {
  background-image: url('/templates/HP/standard/images/bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left top;
  margin: 0px;
  padding: 20px 0px 20px 0px;
  background-color: #e3e3e3;
  font: 76% arial, sans-serif;
  color: #000000;
}

a {
  font-size: 11pt;
  color: #000000;
  font-family: arial, sans-serif;
  text-decoration: underline;
}

h1 {
  font-size: 14pt;
  font-weight: bold;
  color: #000000;
}

h2 {
  font-size: 13pt;
  font-weight: bold;
  color: #000000;
}

h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #000000;
}
h4 {
  color: #000000;
}
h5 {
  color: #000000;
}
h6 {
  color: #000000;
}

td {
  empty-cells: show !important;
}

.tpl-head img {
  display: none;
}

.HP-section.HP_emaildirect, .pageblock_start, .pageblock_content, .pageblock_end, .tpl-content-footer, .tpl-bottom, .tpl-menu, .slideshow, .HP-pageblock.HP_sendpage {
  display: none;
}
