  















  body {
    background-color: #FFFFFF;
  }

  /* background color */

  .bgr1 {
    background-color: #FFFFFF;
  }

  .bgr2 {
    background-color: #FFFFFF;
  }

  .bgr3 {
    background-color: #FFFFFF;
  }

  .bgr4 {
    background-color: #CCCCFF;
  }

  .bgr5 {
    background-color: #CCCCCC;
  }

  .bgr6 {
    background-color: #FFFFFF;
  }

  /* /background color */


  /* font */

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

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

  h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000099;
  }

  .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: #000000;
  }

  .Text2, .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: #000000;
  }

  /* /font */

  /* elements */

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

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

  /* /elements */


  /* form */

  input#search_header, input#search_content {
    width: 180px;
    border: 1px solid #CCCCFF;
  }

  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: 240px;
    border: 1px solid #CCCCFF;
  }

  textarea#message {
    height: 170px;
  }

  /* /form */

