/**
 * 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, .clearer {
  clear: both;
}

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

.top {
  background-image: url(../images/bg_top.jpg);
  height: 104px;
  overflow: hidden;
  padding: 0 20px;
}

.top .title, .top .slogan {
  display: none;
}

.top .logo {
  display: block;
  float: left;
  height: 104px;
}

.top .menu {
  float: right;
  list-style-type: none;
}

.top .menu ul {
  margin: 0;
  padding-right: 20px;
}

.top .menu li {
  float: left;
}

.top .menu li a {
  color: #828282;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 35px;
  padding-top: 55px;
  width: 134px;
  text-align: center;
}

.top .menu li.active-category a {
  color: #ffffff;
  background-image: url(../images/menu-button-active.jpg);
}

.top .menu li a:hover {
  color: #ffffff;
}

.bar {
  background-image: url(../images/top_bar.jpg);
  color: #828282;
  height: 31px;
}

.content {
  background-repeat: repeat-x;
  background-color: #DFDFDF;
  background-image: url(../images/bg_content.jpg);
  background-position: left bottom;
  color: #828282;
  font-size: 14px;
  min-height: 363px;
  overflow: hidden;
  padding: 10px 20px 0 20px;
}


.content .characteristics {
  width: 180px;
}

.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-bar {
  background-image: url(../images/bottom_bar.jpg);
  height: 31px;
}

.bottom {
  background-image: url(../images/bg_bottom.jpg);
  color: #828282;
  height: 85px;
  padding: 15px 20px;
}

.bottom .swoppen-link {
  color: #828282;
  display: block;
  margin-top: 20px;
  text-align: center;
}

input.next {
  background-image: url(../images/bg_button_next_normal.jpg);
  border: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  padding-bottom: 5px;
  width: 76px;
}

input.next:hover {
  background-image: url(../images/bg_button_next_mouseover.jpg);
}

#form {
  display: none;
}

.form label {
  clear: both;
  float: left;
  padding: 3px 0px;
}

.form input {
  float: left;
  margin-right: 50px;
}

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

.form .button, .inquery {
  background-image: url(../images/bg_button_send_normal.jpg);
  border: 0;
  color: #ffffff;
  font-weight: bold;
  height: 25px;
  margin-top: 10px;
  padding-bottom: 5px;
  width: 106px;
}

.form .button:hover, .inquery:hover {
  background-image: url(../images/bg_button_send_mouseover.jpg);
}

.HP-emaildirect {
  width: 600px;
}

.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(../../../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(../../../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;
}

div.alert {
  background-image: url(../../../CMS/standard/images/msg_warning.png);
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 20px 0 20px 60px;
}

