  















  body {
    background-color: #FFFFFF;
  }

  /* background color */

  .bgr1 {
    background-color: #BD160B;
  }

  .bgr2 {
    background-color: #BD160B;
  }

  .bgr3 {
    background-color: #BD160B;
  }

  .bgr4 {
    background-color: #FBBE27;
  }

  /* /background color */


  /* font */

  .LogoText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
  }

  .Menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #BD160B;
    text-decoration: none;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: normal;
    color: #FFFFFF;
  }

  .Text, .Text2, html, body, table, tr, th, td, p, blockquote, a, ol, ul, li, select, input, textarea, file {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
  }

  .Text2, .Text2 h1, .Text2 h2, .Text2 h3, .Text2 h4, .Text2 h5, .Text2 h6, .Text2 a, .Text2 ol, .Text2 ul, .Text2 li, .Text2 table, .Text2 tr, .Text2 th, .Text2 td, .Text2 p, .Text2 blockquote, .Text2 select, .Text2 input, .Text2 textarea, .Text2 file {
    color: #FFFFFF;
  }

  /* /font */

  /* elements */

   body .hrType1 {
    height: 1px;
    color: #FBBE27;
    background-color: #FBBE27;
    border: 1px none;
  }

  body .hrType2 {
    height: 1px;
    color: #BD160B;
    background-color: #BD160B;
    border: 1px none;
  }

  /* /elements */


  /* form */

  input#search_header, input#search_content {
    width: 150px;
    border: 1px solid #FFFFFF;
  }

  input#company, input#title, input#name, input#forename, input#surname, input#email, input#zipcode, input#phone, input#fax, input#city, input#streetnr, textarea#message {
    width: 340px;
    border: 1px solid #FFFFFF;
  }

  textarea#message {
    height: 270px;
  }

  input, textarea, file, select {
    color: #BD160B;
  }

  /* /form */

  iframe {
    border: 1px solid #A5ACB2;
  }

