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

* {
  font-family: Arial,Verdana,Helvetica;
  font-size: 11px;
}

body {
  margin: 0px;
  padding: 0px;
}

span, table, tr, tbody, td, div, a {
  font-size: inherit;
}

a {
  color: #000000;
  text-decoration:none;
}

a:hover {
  text-decoration:none;
}

a img {
  border: 0;
}

h1, h2, h3, h4, h5 {
  color: #464F54;
  font-style: normal;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
  font-style: italic;
}

h3 {
  font-size: 12px;
}

hr {
  height: 1px;
  color: #4273AB;
}

.clear {
  clear: both;
}

.main {
  margin: auto auto;
  width: 800px;
}

.top {
  height: 104px;
  overflow: hidden;
  padding: 0 20px;
}

.top .title {
  font-size: 30px;
  font-weight: bold;
}

.top .slogan {
  font-size: 14px;
}

.top .logo {
  display: none;
}

.top .menu {
  display: none;
}


.content {
  color: #828282;
  min-height: 363px;
  overflow: hidden;
  padding: 10px 20px 0 20px;
}

.content .characteristics td {
  font-size: 16px;
  padding-left: 20px;
  height: 26px;
  color: #000000;
}

.content .characteristics td.char {
  background-image: url(../images/ok.gif);
  background-repeat: no-repeat;
  color: #0d9727;
}

.bottom {
  color: #828282;
  height: 85px;
  padding: 15px 20px;
}

.form label {
  clear: both;
  float: left;
}

.form input {
  float: left;
  display: block;
}

.form textarea {
  float: left;
  width: 300px;
}

.HP-emaildirect * {
  font-size: 13px;
}

.HP-emaildirect h1 {
  display: none;
}

.HP-emaildirect input[name=subject_title] {
  width: 300px;
}

.HP-emaildirect div.error {
  background-image: url(/templates/CMS/standard/images/msg_error.png);
  background-repeat: no-repeat;
  background-position: center left;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 15px 0 15px 60px;
}

.HP-emaildirect div.io {
  background-image: url(/tamplates/CMS/standard/images/msg_io.png);
  background-repeat: no-repeat;
  background-position: center left;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 20px 0 20px 60px;
}

