/**
 * Autor: weblighthouse
 * $Date: 2012-12-20 18:43:58 +0100 (Thu, 20 Dec 2012) $
 * $Revision: 773 $
 */
body {
  background-image: url("../images/homepage_bg.png");
  background-repeat: repeat-x;
  height: 100%;
  background-color: #f7efe5;
}

#mainWrap {
  margin: 0 auto;
  width: 990px;
  position: relative;
}

#bannerTopPart {
  background-image: url("../images/bannerTop.png");
  height: 95px;
}

#navContentWrap {
  background-image: url("../images/content_bg.png");
  background-repeat: repeat-y;
  width: 100%;
  padding: 0 15px 0 15px;
}

#menue {
  float: left;
  width: 170px;
  min-height: 200px;
  position: relative;
}

#menueHeading {
  width: 150px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-image: url("../images/div_bg.png");
  background-repeat: repeat-x;
  padding-left: 20px;
  height: 29px;
  line-height: 28px;
}

.menueIcon {
  margin-right: 6px;
  margin-top: 5px;
  float: left;
}

#menueList li.mainList,#menueList li.active {
  list-style-type: none;
  float: left;
  border-bottom: 1px solid #a0a0a0;
  margin: 0;
  width: 155px;
  padding-left: 15px;
  line-height: 28px;
}

#menueList li a.mainMenue,#submenueList li a.subMenue {
  text-decoration: none;
  color: #b54dba;
  font-weight: bold;
  font-size: 14px;
  display: block;
  float: left;
  width: 130px;
}

#submenueList li a.subMenue {
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
}

#submenueList li a.subMenue:hover {
  text-decoration: underline;
}

#menueList li.mainList:hover {
  background: url("../images/nav_active.png") no-repeat;
}

#menueList li.active {
  color: #808080;
  background-image: url("../images/nav_active.png");
  background-repeat: no-repeat;
}

#menueList li.active a.mainMenue {
  color: #808080;
}

#submenueList {
  margin-left: -6px;
}

#submenueList li.subList {
  list-style-type: none;
  float: left;
  display: block;
}

#rightWrap {
  float: left;
  width: 790px;
  background-image: url("../images/div_bg.png");
  background-repeat: repeat-x;
}

#bannerMainPic {
  width: 790px;
}

#navShadow {
  background-image: url("../images/navigation_shadow.png");
  width: 30px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 140px;
}

#contentWrap {
  padding-left: 10px;
}

.singleColumn {
  padding: 0 0 0 20px;
  margin-top: 35px;
}

h1, h2 {
  color: #b54dba;
  font-weight: bold;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 20px;
}

h3, h4, h5, h6 {
  color: black;
}

h3, h5 {
  font-weight: bold;
}

h3, h4 {
  font-size: 14px;
}

h5, h6 {
  font-size: 13px;
}

h4, h6 {
  font-weight: normal;
}

.singleColumn .bodytext {
  padding-right: 50px;
}

.column {
  width: 230px;
  float: left;
  padding-left: 20px;
  margin-top: 30px;
}

.contentPicBg {
  background-image: url("../images/column_shadow.png");
  height: 131px;
  background-position: bottom;
  margin-bottom: 4px;
}

.column h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #b54dba;
  text-transform: uppercase;
  padding-left: 20px;
  background-image: url("../images/header_left_bg.png");
  background-repeat: no-repeat;
  line-height: 16px;
  height: 29px;
}

.contentBody {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #313131;
}

#footerWrap {
  background-image: url("../images/footer_bg.png");
  padding: 0 15px 0 15px;
  height: 45px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  font-weight: normal;
}

#footerCopyText {
  width: 200px;
  float: left;
  margin: 7px 0 0 15px;
}

#footerShortNav {
  list-style-type: none;
  float: right;
  margin: 0 30px 0 0;
}

#footerShortNav li {
  float: left;
  margin: 7px 0 0 0;
  padding: 0 6px;
}

#footerShortNav li a {
  text-decoration: none;
  color: #ffffff;
}

#footerShortNav li a:hover {
  text-decoration: underline;
}

#footerShortNav li.footerDivide {
  background-image: url("../images/footer_divider.png");
  width: 2px;
  height: 29px;
  margin: 0;
  padding: 0;
}

#logo {
  position: absolute;
  background-image: url("../images/logo_bg.png");
  height: 103px;
  width: 81px;
  top: 8px;
  left: 557px;
  cursor: pointer;
}

.clearme {
  clear: both;
}

a.download,a.mail,a.external,a.textanchor {
  color: #b54bda;
  font-weight: bold;
  text-decoration: none;
}

a.download:hover,a.mail:hover,a.external:hover,a.textanchor:hover {
  text-decoration: underline;
}

/**
 * Shop-Einstellungen
 */
.tt_products_item_list {
  margin: 0 20px 20px 0;
}

.cat_title {
  width: 230px;
  float: left;
  margin: 0 20px 15px 0;
  text-align: center;
}

.catImgBg {
  width: 230px;
  height: 182px;
  margin-bottom: 4px;
  background: url("../images/column_shadow.png") center bottom no-repeat;
}

.cat_title a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #b54dba;
  text-decoration: none;
}

.cat_title a:hover {
  text-decoration: underline;
}

.listitem {
  padding-left: 35px;
  background-image: url("../images/header_left_bg.png");
  background-repeat: no-repeat;
  border-bottom: 1px solid #b54dba;
  margin-bottom: 5px;
  background-position:15px 1px;
  background-size: 15px 19px;  
}

.listitem .article_title {
  margin: 0 0 5px 0;
}

.listitem .article_title a,.list_link a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #b54dba;
  text-decoration: none;
}

.list_link a {
  font-size: 12px;
}

.listitem .article_title a:hover,.list_link a:hover,.product_datasheet a:hover {
  text-decoration: underline;
}

.listitem p.listitem_subheader,.listitem p.price {
  display: inline;
  float: left;
  margin-bottom: 5px;
}

.listitem p.listitem_subheader {
  
}

.listitem .listitem_img {
  float: left;
}

.listitem .listitem_img img {
  margin: 0 5px 5px 0;
  border: 1px solid #DBDBDB;
}

.listitem .listitem_textContainer {
  float: left;
  width: 500px
}

.listitem .listitem_description {
  margin-bottom: 5px;
}

.listitem p.price {
  width: 20%;
}

.productImages {
  float: right;
}

.kommentar ul,.articleContainer ul {
  list-style: disc outside none;
  margin-left: 14px;
}

.kommentar ul li,.articleContainer ul li {
  margin-left: 5px;
}

.tt_products_item_single_display {
  margin: 0 20px 20px 0;
}

.tt_products_item_single_display h1 {
  margin-bottom: 4px;
}

.tt_products_item_single_display p {
  margin-bottom: 2px;
  font-size: 12px;
}

.tt_products_item_single_display h4.productheadline {
  color: #b54dba;
  font-size: 12px;
  margin-bottom: 4px;
}

.tt_products_item_single_display>.articleContainer>.productImages>img {
  float: left;
  margin: 0 15px 7px 0;
  border: 1px solid #DBDBDB;
}

.tt_products_item_single_display .textRight {
  width: 200px;
  float: right;
  margin: 0 0 8px 0;
}

.tt_products_item_single_display .list_link {
  clear: both;
}

p.small {
  font-size: 0.85em;
}

.tt_products_item_single_display .product_datasheet {
  display: block;
  background: url("../images/button_bg.png") no-repeat;
  width: 355px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  clear: both;
}

.tt_products_item_single_display .product_datasheet:hover {
  text-decoration: underline;
}

.articleContainer p.bodytext {
  margin-bottom: 10px;
}

span.articleNumber {
  font-size:11px;
}
