* {
	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 {
   width:       300px;
   float:       left;
}
#cmsContactForm input, #cmsContactForm button, #cmsNewsletterForm input, #cmsNewsletterForm button, #cmsContactForm select {
   width:       200px;
   float:       left;
   margin:      5px 0 10px 0;
   border:      1px solid #572D06;
   display:     block;
}
#cmsContactForm #requestField {
   margin-bottom:    10px;
}
#cmsContactForm textarea, #cmsNewsletterForm textarea {
  border:         1px solid #572D06;
  margin-bottom:  25px;
  width:          300px;
}
#cmsNewsletterForm .formRow {
  float: left;
}
#cmsNewsletterForm label {
  float: left;
  width: 150px;
}
#cmsNewsletterForm input {
  float: left;
  width: 300px;
}
.clearingItem {
	clear:  both;
	float:  none;
}
.containerProduct {
  clear:         both;
  font-size:     14px;
  width:         97%;
  margin:        45px 0;
  padding:       10px;
}
.containerProduct table {
  margin: 35px 0 0 0;
}
.priceBar {
  background:    #CCC url('./../../images/priceBar.png') repeat-x top;
  border:        1px solid #CCC;
  clear:         both;
  float:         none;
  height:	       28px;
  margin:        15px 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:	     7px 6px 0 0;
  cursor: pointer;
}
.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;
}
.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;
}
#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 .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;
}
.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;
}
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 {
	font-size:       12px;
	list-style-type: none;
	overflow:        hidden;
	width:           170px;
	float:           left;
	margin:          15px 0;
}
#mainNavigation li, .productGroupTree li {
	font-weight:  bold;
	background:   transparent url('./../../images/naviBg.png') no-repeat top;
	padding:      0 0 0 15px;
	line-height:  20px;
	margin:       5px 0;
}
#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;
}
.searchBtn img{
    border:  none;
    width:   18px;
    height:  19px;
}
#sponsorBox {
	text-align: center;
}
.startPageInfoText {
  margin: 40px 0 10px!important;
}
#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;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;}
