/* Global settings */

/* userstyle "No Style" */
.no_style {
}

* {
  padding: 0;
  margin: 0;
}

p, a, li, h1, h2, h3, h4, h5, input, textarea {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 11px;
  text-decoration: none;
  line-height: 17px;
}


/* userstyle "gelbe Überschrift" */
h5 {
  color: #c67508;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 11px;
  padding: 5px 0;
}

/* userstyle "schwarze Überschrift" */
h3 {
  color: #000;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 11px;
}

h1 {
  color: #c67508;
  padding-bottom: 20px;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
}

h2 {
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 3px;
  line-height: 14px;
}

h4 {
  color: #c67508;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 11px;
  padding-bottom: 5px;
}

img {
  border: 0;
}

.back_link {
  padding-top: 20px;
}

ul, li {
  list-style-type: none;
}

.mceContentBody {
        background-color: #FFF;
        background-image: none;
}

.mceContentBody p,
.mceContentBody ul {
        padding-bottom: 10px;
}

.mceContentBody li {
        list-style-type: square;
        list-style-position: inside;
}

body {
  background: #1c2027 url(../_resources/static/background_body.gif) no-repeat;
  padding-bottom: 10px;
}

#webtailor_ecke {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

#header {
  width: 922px;
  height: 206px;
  margin: 0 auto;
}


/** Navigation: Level 1 **/
#navigation {
  height: 37px;
  float: left;
}

#navigation ul {
}

#navigation ul li {
  float: left;
  padding-right: 15px;
  position: relative;
  top: 0;
  left: 0;  
}

#navigation ul li a {
  text-transform: uppercase;
  line-height: 37px;
  color: #FFF;  
  font-weight: bold;
}

#navigation ul li a:hover,
#navigation ul li.active a {
  color: #f4c42b;
}

#navigation li ul {
  position: absolute;
  top: 51px;
  left: -10px;
  z-index: 100;
}

#navigation li ul li {
  clear: both;
  width: 275px;
}

#navigation li ul li a,
#navigation li.active ul li a {
  padding-left: 10px;
  line-height: 16px;
  color: #FFF;
}

#navigation li ul li a:hover,
#navigation li ul li a.active {
  color:#d9a500; 
  background: url(../_resources/static/arrow_navi.gif) no-repeat 0 4px;	
}


/** Search **/
#search {
  float: right;
  height: 37px;
}

#search p {
  color: #FFF;
  text-transform: uppercase;
  padding: 10px 137px 0 0;
}

#search input {
  width: 189px;
  height: 16px;
  border: 1px solid #000;
  margin-top: 7px;
  padding: 3px 13px 2px;
  text-transform: uppercase;
}

#introduction {
  width: 515px;
  font-style: italic;
  padding: 25px 0 8px;
  height: 112px;
  overflow: hidden;
  float: left;
}

#introduction p {
  color: #FFF;
}

#introduction p:first-letter {
  padding-left: 20px;
}

/** Logo **/
#logo {
  float: right;
  padding: 44px 50px 37px 0;
}

/** Breadcrumbs **/
#breadcrumbs {
  float: left;
  height: 24px;  
}

#breadcrumbs p {
  color: #868c96;
  padding-top: 4px;
}  


#breadcrumbs a {
  color: #5d636d;
}

#breadcrumbs a:hover {
  color: #FFF;
}



/** Second Navigation **/
#second_navigation {
  height: 24px;
  float: right;
  width: 237px;
}

#second_navigation ul {
}

#second_navigation ul li {
  float: left;
  padding-left: 20px;
}

#second_navigation ul li a {
  color: #868c96;
  line-height: 24px;
}

#second_navigation ul li a:hover {
  color: #FFF;
}

#content {
  width: 100%;
  background-color: #FFF;
}

.main_content {
  width: 922px;
  margin: 0 auto;
  border-top: 40px solid #FFF;
  border-bottom: 40px solid #FFF;
  min-height: 350px;
}

.main_content p {
  padding-bottom: 15px;
}

.main_content p a {
  text-decoration: underline;
}

.main_content p a:hover {
  color: #C67508;
}

.standard_content {
  width: 670px;
}

.detail_background {
  background: url(../_resources/static/background_detail.gif) repeat-y right;
}

.start_teaser {
  border: 2px solid #cfcfcf;
  padding: 22px 6px 44px;
  width: 653px;
  float: left;
}

.start_teaser h1 {
  padding-bottom: 8px;
}

.start_teaser img {
  padding-bottom: 9px;
}

.start_teaser p {
  padding: 0 10px 10px 162px;
  color: #5d636d;
  font-weight: bold;
}

.start_sidebox {
  width: 215px;
  float: right;
}

.start_sidebox li.headline {
  padding: 7px 15px;
  background-color: #1c2027;
  border-bottom: none;
}

.start_sidebox li.headline p {
  color: #f4c42b;
  text-transform: uppercase;
  padding-bottom: 0;
}

.start_sidebox li {
  padding: 7px 15px;
  background-color: #f3f4f4;
  border-bottom: 2px solid #FFF;
}

.start_sidebox li h3 {
  font-weight: bold;
}


.start_sidebox li p {
  line-height: 15px;
}

.start_sidebox li p a {
  color: #cc7608;
  font-weight: bold;
  background: url(../_resources/static/arrow_sidebox.gif) no-repeat right;  
  padding-right: 8px;
}

.start_sidebox li p a:hover {
  text-decoration: underline;
}

/** Detail **/
.detail {
  width: 656px;
  float: left;
}

.detail .images {
  width: 333px;
  float: left;
}

.detail .images img {
  padding-bottom: 5px;
}

.detail .images p.image_zoom {
  padding-bottom: 35px;
}

.detail .images p a {
  text-decoration: none;
  padding-left: 15px;
  background: url(../_resources/static/arrow_detail_closed.gif) no-repeat 0 4px;
}

.detail .images p a:hover {
  text-decoration: underline;
  color: #000;
}

.detail .related_product {
  float: left;
  padding: 0 6px 15px 0;
}


.detail .related_product .image_box a {
  border: 2px solid #cfcfcf;
  display: block;
  width: 94px;
  height: 94px;
}

.sidebox .alternative {
  width: 75px;
  float: left;
  padding: 0 25px 5px 0;
}


.sidebox .alternative p a {
  text-decoration: none;
  font-size: 10px;
}

.sidebox .alternative p a:hover {
  color: #000;
}


.sidebox .alternative a.image {
  border: 2px solid #cfcfcf;
  display: block;
  width: 70px;
  height: 70px;
  background-color: #FFF;
}

.detail .related_product .image_box a:hover,
.sidebox .alternative a.image:hover {
  border: 2px solid #C67508;
}

.detail .related_product .image_box img,
.sidebox .alternative a.image img {
  padding-bottom: 0;
  display: block;
  margin: 0 auto;
}

.detail .text {
  width: 323px;
  float: left;
}

.detail .text .headline {
  border-bottom: 1px solid #e6e7e7;
  margin-bottom: 4px;
  height: 21px;
}

*+html .detail .text .headline {
  height: 14px;
  border-bottom: 1px solid #e6e7e7;
}

.detail .text h3.expandable {
  padding: 0 5px 0 15px;
  display: inline;
  position: relative;
  top: 5px;
  background: #FFF url(../_resources/static/arrow_detail_open.gif) no-repeat 0 4px;
}

* html .detail .text .headline h3 {
  position: relative;
  top: 13px;
}

.detail .text .paragraph {
  padding-left: 15px;
}

.detail .text .paragraph li a {
  text-decoration: underline;
}

.detail .text .paragraph li a:hover {
  color: #C67508;
}

.detail .text .paragraph ul.downloads li a {
  text-decoration: none;
}

.detail .text .paragraph ul.downloads li a:hover {
  text-decoration: underline;
  color: #000;
}

.detail .text .paragraph ul li {
  padding: 1px 0 1px 8px;
  background: #FFF url(../_resources/static/list.gif) no-repeat 0 9px;  
}

#content li.pdf {
  padding: 2px 0 2px 20px;
  background: #FFF url(../_resources/static/pdf.gif) no-repeat 0 3px;  
}

#content li.txt {
  padding: 2px 0 2px 20px;
  background: #FFF url(../_resources/static/txt.gif) no-repeat 0 3px;  
}

#content li.ppt {
  padding: 2px 0 2px 20px;
  background: #FFF url(../_resources/static/ppt.gif) no-repeat 0 3px;  
}

#content li.doc {
  padding: 2px 0 2px 20px;
  background: #FFF url(../_resources/static/doc.gif) no-repeat 0 3px;  
}

#content .downloads li a:hover {
  text-decoration: underline;
}


/** Overview **/
.overview {
  float: left;
  width: 615px;
}

.overview p {
  padding-bottom: 10px;
}

.overview .intro_text {
  padding-bottom: 22px;
}

.overview .teaser {
  padding-bottom: 9px;
}

.overview .teaser .image_box {
  width: 168px;
  float: left;
}

.overview .teaser .image_box a {
  width: 151px;
  height: 151px;
  display: block;
  border: 2px solid #cfcfcf;
}

.overview .teaser .image_box a:hover {
  border: 2px solid #C67508;
}

.overview .teaser .image_box a img {
  margin: 0 auto;
  display: block;
}

.overview .teaser .image_box p a {
  color: #cfcfcf;
  position: relative;
  top: -22px;
  left: 7px;
  z-index: 200;
  padding: 0;
  display: inline;
  border: none;
  text-decoration: none;
}

.overview .teaser .image_box p a:hover {
  border: none;
}

.overview .teaser .infos {
  float: left;
  width: 447px;
}

.overview .teaser .infos h1 {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  top: -2px;
  padding-bottom: 8px;
}

.overview .teaser .infos .text {
  padding-bottom: 20px;
}

.overview .teaser .infos .text ul {
  padding-bottom: 10px;
}

.overview .teaser .infos .text li {
  background: #FFF url(../_resources/static/list.gif) no-repeat 0 8px;
  padding-left: 10px;
}

.overview .teaser .infos {
  position: relative;
  top: 0;
  left: 0;
}

.overview .teaser .infos .products {
  border-bottom: 2px solid #cfcfcf;
  margin-bottom: 40px;
}

.overview .teaser .infos .products ul {
  width: 447px;
}

.overview .teaser .infos .products ul li {
  display: inline;
}

.overview .teaser .infos .products ul li a {
  color: #be6b00;
display: inline;
}

.overview .teaser .infos .products ul li a:hover {
  text-decoration: underline;
}


.sidebox {
  width: 215px;
  float: right;
  background-color: #f3f4f4;
  position: relative;
  top: -3px;
}

.sidebox li {
  padding: 8px 0 8px 15px;
  border-top: 2px solid #FFF;
}

.sidebox li p {
  color: #F4C42B;
  text-transform: uppercase;
  font-weight: bold;
}

.sidebox li ul li {
  padding: 0;
  border-top: none;
}

.sidebox li ul li a {
  color: #000;
}

.sidebox li ul li a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}

/** standard page **/

.container {
  padding-bottom: 10px;
}

.container img {
  float: left;
  padding: 0 15px 15px 0;
  position: relative;
  top: 4px;
}

/** Contact Form **/
.contact_box {

  width: 640px;
}

.contact_box ul li {
  float: left;
  padding: 0 20px 20px 0;
  width: 280px;
}

.contact_box ul li.textarea {
  float: none;
  clear: both;

  width: 500px;
}

.contact_box ul li p {
  padding-bottom: 2px;
}


.contact_box ul li input {
  width: 250px;
  margin: 1px 25px 0 0;
}

.contact_box ul li textarea {
  width: 550px;
}


.contact_box ul li input,
.contact_box ul li textarea {
  border: 1px solid #868C96;
}

.contact_box .submit_button {
  border: 1px solid #868C96;
  width: 121px;
  float: left;
  cursor: pointer;
  padding: 2px 10px;
  margin: 5px 0 20px;
  background-color: #FFF;
  color: #C67508;
}

.contact_box p#duty_values {
  clear: both;
}

/** Search **/
ul#list_search li {
  background: #FFF url(../_resources/static/list.gif) no-repeat 0 9px;  
  padding: 0 0 20px 10px;
}

ul#list_search li h4 a {

}

ul#list_search li h4 a:hover {
  text-decoration: underline;
}

