* {
  margin:  0;
  padding: 0;
}
body {
    font-family:  helvetica, verdana, arial;
    font-size:    13px;
    background:  #173076;
}
a, a:visited {
  color:           #4B4B4B;
  text-decoration: none;
  font-weight:     bold;
  font-size:       14px;
}
a:hover, a:active  {
  color:           #C05D1C;
  text-decoration: none;
  font-weight:     bold;
  font-size:       14px;
}
img {
  border: none;
}
img.language {
  float:  left;
  margin: 0 0 0 35px;
}
.home.de {
  float: right;
  margin: 0 25px 0 0;
}
.home.en{
  float: right;
  margin: 0 20px 0 0;
}
#cmsContactForm, #cmsContactForm {
   width:        100%;
}
#cmsContactForm #additionalFields {
  float:        left;
  margin:       25px 0 25px 50px;
}
#cmsContactForm label {
   clear: both;
   width:       180px;
   float:       left;
}
#cmsContactForm input, #cmsContactForm button, #cmsNewsletterForm input, #cmsNewsletterForm button, #cmsContactForm select {
   width:       200px;
   float:       left;
   height:      20px;
   margin:      2px 0;/*5px 0 10px 0;*/
   border:      1px solid #572D06;
   display:     block;
}
fieldset {border:0 none;}
fieldset legend {padding-bottom:20px;}
#cmsContactForm #requestField {
   margin-bottom:    10px;
}
#cmsContactForm textarea, #cmsNewsletterForm textarea {
  border:         1px solid #572D06;
  margin-bottom:  25px;
  width:          380px;
}
 .formRow {
  float: left;
  /*margin-top:-10px;*/
}
 label {
  float: left;
  width: 150px;
}
 input {
  float: left;
  width: 300px;
}
.clearingItem {
  clear:  both;
  float:  none;
}

.container {
  clear:         both;
  font-size:     14px;
  width:         97%;
  margin:        45px 0;
  padding:       10px;
}
.containerProduct table {
  margin: 5px 0 0 0;
}
.priceBar {
  background:    #CCC url('./../../images/priceBar.png') repeat-x top;
  border:        1px solid #CCC;
  clear:         both;
  float:         none;
  height:         28px;
  margin:        20px 0 0 0;
}
.priceBar .price{
  color:     #4B4B4B;
  float:     left;
  font-size:     13px;
  font-weight:   bold;
  margin:       7px 0 0 6px;
}
.priceBar .price .priceHl {
  color:     #900;
}
.priceBar .detail{
  color:     #000;
  float:     right;
  font-size:     13px;
  font-weight:   bold;
  margin:       4px 6px 0 20px;
  cursor: pointer;
  line-height:20px;
}
.productLeftContainer {
  float:  left;
  width:  180px;
  text-align: center;
}
.downloadTable {
  text-align: center;
  margin: 20px 0!important;
}
.productImg {
  float:  left;
  height: 160px;
  margin: 0 15px 15px 0;
  overflow: hidden;
  width:  160px;
  /*height: 200px;*/
  text-align: center;
}
.productImgBtm {float:left;height:160px;margin:0 15px 15px 0;overflow: hidden;width:  160px;}
.Img {
  cursor:    pointer;
}
.containerProductDetail {
  font-size: 14px;
  margin-left: 135px;
}

.containerProduct {padding-top:10px;min-height:215px;}

.containerProductDetail table{
  margin: 10px 0;
}
.containerProductDetail table td {
  vertiacal-align: top;
}
#AutocompletionPreview {border:1px solid #ccc;border-top-width:0;max-width:132px;}
#AutocompletionPreview ul {list-style:none;background:#fff;}
#AutocompletionPreview ul li.selected {background:#fff!important;cursor:pointer;border-top:1px solid #eee;border-bottom:1px solid #eee;color:#DE7020;}
#AutocompletionPreview ul li {background:#ddd;border-top:1px solid #fff;border-bottom:1px solid #fff;}
#AutocompletionPreview ul li.odd {background:#eee;}
.containerProductDetailImg {
  float:left;
  min-width: 125px;
  min-height: 160px;
}
.containerProductDetailImg .productImg {
  float:    none;
}

.containerProductInfo {
  /*margin-left: 196px;*/
}
.containerTitle {
  font-size:     16px!important;
  color:         #C05D1C;
  margin-bottom: 10px;
  font-weight:   bold;
}
.contentContainer {
   float:  left;
}

.contentContainer ol, .contentContainer ul {list-style-position:inside;}

#contentFrame {
   float:      left;
   width:      700px;
   margin:     -7px 0 20px 35px;
   background: #D9E8EC url('./../../images/contentFrameBg.png') repeat-x top;
   border:     1px solid #BB650E;
   padding:    10px;
}

#contentFrame h4 { margin-left:5px; }
#contentFrame .prodGroupPic { margin-left:5px; margin-bottom:5px; }

#contentFrame .contentColumn {
  padding-bottom: 10px;
}
#contentFrame .contentColumn {
  display:    block;
  float:      left;
  margin:     0 0 0 5px;
}
#contentFrame .rightColumn {
  margin-right: 5px;

}
#contentFrame .fullRow {
  float:  left;
  margin: 0 5px 0 5px;
  width:  auto;
}
#dimmer {
  background-color:#000;
  position:fixed;
  z-index:99;
}
#containerImagePreview {
  background-color: #000;
  border:           3px solid #FFF;
  cursor:           pointer;
  display:          none;
  position:         fixed;
  margin-left:      5px;
  z-index:          100;
}
.Error {
  float:  left;
  color:red;
  font-weight:bold;
  margin:10px;
}
.error {
  float:  left;
  margin: 10px;
}
#errorContainer {
  width:       400px;
    margin:      auto;
    margin-top:  10px;
    border:      1px solid rgb(207,217,227);
    background-color: #999;
    text-align:  center;
}
#errorContainer h1 {
    background:  rgb(207,216,226);
    color:       #142F5D;
    text-align:  center;
}
#errorContainer #footerError {
    margin:      15px;
    font-size:   small;
    color:       #fff;
}
#frameContainer {
  margin:              0 auto;
  width:               1000px;
  background:          #C05D1C url('./../../images/mainBg.png') repeat-x top;
  background-position: 0 2px;
  min-height:          850px;
  height:              100%;
}
#footer {
    float:      left;
  width:      983px;
  margin:     60px 0 0 0;
  text-align: center;

}
.fullRow, .width_1 {
  width: 90%!important;
}

h1 {
  color:         #C05D1C;
  font-size:     24px;
  line-height:   30px;
  font-weight:   normal;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin-top:10px;
  margin-bottom:10px;
}
h1.PageTitle {
    font-size:   20px;
    margin:      0 0 0 35px;
    font-weight: bold;
    color:       #FAFFA6;
    text-align:left;
}
h1.PageTitle  a, h1.PageTitle  a:hover,h1.PageTitle  a:active,h1.PageTitle  a:visited {
    font-size:   20px;
    font-weight: bold;
    color:       #FAFFA6;
}
h2 {
  color:         #C05D1C;
  border-bottom: 2px dotted #602734;
  font-size:     12px!important;
  line-height:   15px;
  font-weight:   bold;
}

#headerImage {
  border: none;
  margin: 44px 2px 0 0;
}
.Introduction {
    margin-bottom:    25px;
}
.langBox {
  margin:  15px 10px 0 0;
}
.leftColumn {
  /*margin-left:  50px;*/
}
.leftContainer {
  float: left;
}
#leftFrame {
  background:  transparent url('./../../images/leftBg.png') no-repeat top;
  width:       218px;
  /* height:      782px; */
  float:       left;
}
#loginForm {
  margin: auto;
  width:  50%;
}
#loginForm .formRow {
  margin-bottom: 10px;
}
#loginForm .formRow label {
  display: block;
  float:   left;
  width:   100px;
}
#loginForm .Error, #loginForm .Success {
  margin:      10px;
  margin-left: 0;
}
#navigationFrame {
  margin:     130px 0 0 15px;
  width:      170px;
  background: #343434;
  padding:    10px 17px 10px 10px;
  border:     1px solid #FFF;
  float:      left;
}
#navigationContentContainer {
  border:     1px solid #FFF;
  background: transparent url('./../../images/menuTop.png') no-repeat top;
  float:      left;
  padding:    40px 0 10px 0;
}
.newsFrame {
  border-bottom: 1px solid #C05D1C;
  margin:        0 0 25px 0;
  padding:       5px;
}
.newsTitle {
  margin-bottom: 15px;
  font-size:     15px;
  color:         #C05D1C;
  font-weight:   bold;
}
#mainNavigation, .productGroupTree, #loginUl {
  font-size:       12px;
  list-style-type: none;
  overflow:        hidden;
  width:           170px;
  float:           left;
  margin:          15px 0 0 0;
}
#mainNavigation li, .productGroupTree li, #loginUl li {
  font-weight:  bold;
  background:   transparent url('./../../images/naviBg.png') no-repeat top;
  padding:      0 0 0 15px;
  line-height:  20px;
  margin:       5px 0;
}

.productGroupTree li ul {display:none;margin-left:-15px;list-style-type: none;}
.productGroupTree li.active ul {display:block;}
.productGroupTree li ul li a {color:#C05D1C;}
.productGroupTree li ul li a:before {content:" - ";color:#C05D1C;}
.productGroupTree li.active ul li ul {display:none;}
.productGroupTree li.active ul li.active ul {display:block;}
.productGroupTree li ul li ul li a {padding-left:10px;color:#FF9400;}

/*
#mainNavigation li ul li a, .productGroupTree li ul li a, .productGroupTree li ul li ul li a { margin-left:20px;}
*/
#oInformationBox {
  background:    #343434;
  background:    #FEC36C;
  border:       1px solid #000;
  color:        #000;
  display:      none;
  min-width:    100px;
  max-width:    200px;
  position:      absolute;
}
#oInformationBoxText {
  padding:        3px;
  font-size:      12px;
  font-weight:    normal;
  max-width:       200px;
  text-align:     left;
}
#oInformationBoxTitle {
  background:     #C05D1C;
  /*border:      1px solid #fff;
  border-width:   0 0 1px 0;*/
  font-size:      12px;
  max-width:       200px;
  text-align:      center;
}
.ProductGroupChilds  {
  margin: 5px 0;
}
.ProductGroupChilds  li {
  list-style-type: none;
  margin:          0!important;
  padding:         0 0 0 10px!important;
  line-height:     25px;
}
.productLabel {
  width:          150px;
  font-weight:    bold;
  vertical-align: top;
}
#rightFrame {
  background: transparent url('./../../images/rightBg.png') no-repeat top;
  width:      782px;
  float:      left;
  height:     100%;
  min-height: 100%;

}
.searchBtn {
   border:     none;
   background: none;
   width:24px!important;
}
.searchBtn img{
    border:  none;
    width:   18px;
    height:  19px;
}
#sponsorBox {
  text-align: center;
}
.startPageInfoText {
  margin: 40px 0 10px!important;
  max-width:650px;
}
#startPageNewsBlock {
  margin: 75px 0 50px!important;
}
#startPageNewsBlock h1 {
  width: 100%;
  border-bottom: 1px solid #C05D1C;
}
.startPageNewsContainer {
  margin:        25px 0;
  padding-bottom:10px;
  width:         100%;
}
.startPageNewsContainer .titleLine {
  font-size:   16px;
  color:       #C05D1C;
  font-weight: bold;
}
.startPageNewsContainer .newsContent {
  font-size: 13px;
  margin: 10px 15px;
}
#startPageProductBlock h1 {
  margin:        0!important;
  width:         100%;
  border-bottom: 1px solid #C05D1C;
}
#StartPageSearchForm {
  /*background:  transparent url('./../../images/searchFormBg.png') no-repeat;*/
  margin:     0 0 10px 10px;
  /*border:     1px solid #A45318;*/

  /*padding:    3px;*/
  width:      165px;
  height:     20px;
  float:      left;
}
#StartPageSearchForm input {
   background:       transparent url('./../../images/searchFormBgNew.png') no-repeat;
   color:#fff;
   margin:           0;
   padding:          1px;
   height:           18px;
   width:            120px;
   /*background-image: url('./../../images/NaviBg.png');**/
   border:     1px solid #ccc;
   float:            left;
}
#StartPageSearchForm button {margin:2px 0 0 2px!important;cursor:pointer;}

table thead th {
  background: #ccc;
  font-size:   13px;
  padding:   5px;
  color:     #333;
  margin:   5px;
}
.topOfPage {
  width:        100%;
  text-align:   right;
}
#topRightFrame {
  height:     212px;
  text-align: right;
}
#voucherImage {
  margin: 0 4px 0 10px;
}
.width_2 {
  float: left;
  width: 40%;
}
.width_3 {
  margin-left: 50px;
  float: left;
  width: 25%;
}

.ofRow {
  text-align: center;
  height: 25px;
  background-image: url(http://www.online-forum.net/of_bann_img/menuklei2.gif);
  background-repeat: repeat-x;
  background-position: top;
}
div.startPageInfoText p {display:block;width:700px;}
div.startPageInfoText tr td p {display:block;width:200px!important;}

.subMenu a { color:#C05D1C; }

#printButtons { width:500px; height:30px; }


.breadCrumbs {display:none;}
.footerimpressum {display:none;}
.printPageTitle {display:none;}
.printProductDescLabel, .printProductDescValue {display:none;}
.printPriceQuantityPrices {display:none;}
.printProductImg {display:none;}
.printProductValueRating {display:none;}
.printSpecialValuesTable {display:none;}
.printProductType {display:none;}
.printProductPics {display:none;}
.printLogo {display:none;}
.quantityPricesNote {display:none;}
.productImgBtm a {height:160px;width:160px;display:block;}
.PrintImgContainerBtm {display:none;}
.printPic {margin-right:3px; }
.inputZip {width:60px!important;margin-right:8px!important;}
#sCityName {width:130px!important;}
/* .containerProduct.disabled {background:transparent url('./../../images/disabledBg.png');} */

/* AUCTION STUFF */
#loginBox {padding:10px;}
#loginBox a {color:#B3B5B4;font-size:12px;font-weight:bold;padding:1px 0;line-height:normal;display:block;}
#loginBox a:hover {color:#E67322;}
#loginBox a.logout {font-size:14px;color:#E67322;border-width:1px 0;border-style:solid;border-color:#fff;padding:3px 0;margin:5px 0;}
#loginBox h1 {font-size:14px;border-bottom:1px solid #fff;font-weight:bold;padding-bottom:5px;margin-bottom:3px;color:#E67322;line-height:normal;}
.containerProduct .left {float:left;width:525px;}
.containerProduct .right {float:right;width:150px;text-align:right;}
.auctionintro {white-space:nowrap;overflow:hidden;color:#C05D1C;font-weight:bold;font-size:12px;margin-bottom:20px;}
.productDetailAuction .left {float:left;width:490px;}
.leftPriceBar {float:left;width:290px;clear:none;font-weight:bold;text-align:right;color:#4B4B4B;line-height:28px;padding:0 10px;}
.leftPriceBar label {float:left;text-align:left;width:175px;}
.leftPriceBar input {float:right;width:70px;text-align:right;border:1px solid #999;padding:2px 2px;font-weight:bold;margin-top:3px;color:#4B4B4B;}
.leftPriceBar b {float:right;margin-left:5px;}
.rightPriceBar {float:right;width:170px;text-align:center;clear:none;}
.rightPriceBar input {width:170px;border:0 none;background:transparent;float:none;cursor:pointer;font-weight:bold;color:#E67322;padding:6px;}
.productDetailAuction h1 {font-size:17px;color:#E67322;margin:20px 0;}
.currentAuctionPrice {width:210px;height:207px;background:transparent url('./../../images/star_ohne.png');float:right;text-align:center;}
.currentAuctionPrice .black {margin-top:65px;padding:0 50px;line-height:18px;color:#333;}
.currentAuctionPrice span {font-weight:bold;color:#fff;font-size:22px;display:block;margin-top:20px;}
.currentAuctionPriceOhne {width:210px;height:207px;background:transparent url('./../../images/star_ohne.png');float:right;text-align:center;}
.currentAuctionPriceOhne .black {display:none;}
.currentAuctionPriceOhne span {font-weight:bold;color:#fff;font-size:24px;display:block;margin-top:95px;}
.productAuctionButton {width:150px;border:0 none;padding-bottom:2px;background:#CCC url('./../../images/priceBar.png') repeat-x top;float:none;cursor:pointer;font-weight:bold;color:#E67322;font-size:11px;}
.auctionTitle {color:#E67322;font-size:17px;font-weight:normal;line-height:30px;}
#registerButton {
  margin: 5px 20px 5px 205px!important;
}
.buttonRow input[type=button], .buttonRow input[type=submit], .buttonRow button, .productAuctionButton {
  font-weight:  bold;
  background:   transparent url('./../../images/naviBg.png') no-repeat top;
  line-height:  20px;
  margin:       5px 20px 5px 0!important;
  width:150px!important;
  border:0!important;
  cursor:pointer;
}
input:hover, button:hover, .productAuctionButton:hover {
  color:#C05D1C;
}

#highestBidder {float:right;margin-right:80px;}
#serverClock {float:left;margin:20px 0 0 15px;background: none repeat scroll 0 0 #343434;border: 1px solid #FFFFFF;width:180px;padding:10px;}
#serverClock h1 {margin-left:15px;}
#serverClockInnerBorder {border: 1px solid #FFFFFF;width:180px;height:70px;}
#serverClock #scHour, #scMinute, #scSecond, .dp {float:left;color:#C05D1C;}
#timeBox {margin:-5px 0 0 70px;padding-bottom:10px;}

/* Version */
.productversiontable {width:520px;border-spacing:0;border-collapse:separate;}
.productversiontable th {text-align:left;background:transparent;font-weight:normal;color:#000;}
.productversiontable td {border-top:1px solid #ccc;padding:20px 5px;}
.productversiontable .nw {white-space:nowrap;}
.productversiontable td.options {width:58px;}
.productversiontable tr.more td {border:0 none;}
.productversiontable tr.more td .img {margin-right:8px;float:left;width:90px;height:90px;overflow:hidden;}
.productversiontable tr.more .images {width:295px;}
.productversiontable tr.more .buttons {text-align:right;margin-top:-20px}
.productversiontable td.desc {width:150px;}
