@charset "UTF-8";
/* ******************************** */
/* Orangefluid GbR                  */
/* www.orangefluid.com              */
/* ******************************** */


/* ******************************************** */
/* Global settings for MSX            */
/* ******************************************** */

/* Global settings */
* {
  margin:0;
  padding:0;
  text-align:left;
}

/* Layout sizes */
html {
  height: 100%;
}

/* Main body style */
body {
  height: 100%;
  min-width: 990px;
  background-color:#dadbdc;
  font-family: Verdana, Helvetica, sans-serif;  
  color: #000000;
  font-size: 12px;
  background-image: url(../media/msx_back.gif);
  background-repeat: repeat-y;
  background-position: center top;
}

sup {
  font-size: 0.7em;
}

p {
  line-height: 1.8em;
  margin-bottom: 1em;
}

h1 {
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 16px;
  margin-bottom: 1em;
}

a { outline: none; border: none; }

/* ******************************************** */
/* Container Layout                */
/* ******************************************** */

div#msxback, div#msxfloat {
  width: 992px; 
  height: auto;
  min-height: 100%;
  background-image: url(../media/msx_back.gif);
  background-repeat: repeat-y;
  background-position: center top;
  margin: 0 auto;
}

  * html div#msxback { height: 100%; }
  * html div#msxfloat { padding-bottom: 20px; }
  
  div#msxfloat { float: left; margin-bottom: 85px; }


div#msx, div#msxstartseite {
  width: 948px;
  height: auto;
  min-height: 600px;
  margin: 0 auto;  
  padding-left: 42px;
}

  * html div#msx { height: 100%; }
  
div#head {
  position: relative;
  float: left;
  width: 948px;
  height: 183px;
  background: url(../media/msxhead_back.gif);
  background-position: right top;
  background-repeat: no-repeat;
}

  div#msxstartseite div#head { 
    height: 133px;
    background: none;
    }

div#logo {
  position: relative;
  float: left;
  width: 315px;
  height: 133px;
}

div#navigation {
  position: relative;
  float: left;
  width: 948px;
  height: 31px;
  background: #f00;
}

div#hnav {
  position: relative;
  float: left;
  width: 303px;
  height: 31px;
  line-height: 31px;
  padding-left:12px;
  background: url(../media/msxnav_back.gif);
  background-repeat: no-repeat;
}

div#mnav {
  position: relative;
  float: left;
  width: 618px;
  height: 31px;
  line-height: 31px;
  padding-left: 12px;
}

div#mainhead {
  position: relative;
  float: left;
  clear: both;
  width: 948px;
  height: 180px;
}

div#mimage {
  position: relative;
  float: left;
  width: 315px;
  height: 180px;
}

div#mclaim {
  position: relative;
  float: left;
  width: 621px;
  height: 180px;
  font-size: 25px;
  color: #fff;
}

div#startclaim {
  position: relative;
  float: right;
  width: 889px;
  height: 79px;
  margin-top: 1em;
  margin-bottom: 1em;
}

div#breadcrumb {
  position: relative;
  float: left;
  width: 613px;
  height: 20px;
  margin-top: 10px;
  padding-left: 330px;
}

  div#breadcrumb a { text-decoration: none; }
 
div#leftcol, div#rightcol {
  position: relative;
  float: left;
  padding-top: 30px;
  padding-left: 12px;
}

  *:first-child+html div#leftcol, *:first-child+html div#rightcol, *:first-child+html div#startlang { padding-bottom: 85px; }

div#leftcol {
  width: 303px;
  height: auto;
}

  div#infocontainer {
    position: relative;
    float: left;
    clear: both;
    width: 280px;
    height: auto;
    padding-left: 20px;
    padding-top: 20px;
  }

div#rightcol {
  width: 600px;
  height: auto;
  padding-right: 21px;
}

.onecolumn div#rightcol {
  width: 850px;
}

div#footer {
  position: relative;
  clear: both;
  margin: 0 auto;
  width: 100%;
  height: 85px;
  margin-top: -85px;
  background:url(../media/msxfooter.gif);
  background-repeat: no-repeat;
  background-position: 50%;
}

div#footercontainer {
  position: relative;
  width: 992px;
  height: 85px;
  background:url(../media/msxfooter.gif);
  background-repeat: no-repeat;
  background-position: 50%;
  margin: 0 auto;
}

div#startimage img { border: none; float: right; }

div.clear { clear: both; }

/* ******************************************** */
/* Basic Navigations              */
/* ******************************************** */
div#hnav ul li, div#mnav ul li {
  position: relative;
  float: left;
  margin-right: 20px;
  list-style: none;
}

  div#hnav ul li.last, div#mnav ul li.last { margin-right: 0px; }

  div#hnav ul li a, div#mnav ul li a {
    text-decoration: none;
    font-size: 13px;
  }
  
  div#hnav ul li a.current, div#mnav ul li a.current, div#snav ul li a.current { font-weight: bold; }
  
  div#hnav ul li a, div#hnav ul li a:visited, div#hnav ul li a:active { color: #000; }
  div#hnav ul li a:hover { color: #000; text-decoration: underline; }
  
  div#mnav ul li a, div#mnav ul li a:visited, div#mnav ul li a:active { color: #fff; }
  div#mnav ul li a:hover { color: #fff; text-decoration: underline; }
  
div#snav {
  position: relative;
  float: left;
  clear: both;
}

  div#snav ul li { 
    list-style: none;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  
  div#snav ul li, div#snav ul li a {
    position: relative;
    float: left;
    background-repeat: no-repeat;
    width: 280px;
    min-height: 20px;
    font-size: 1px;
      text-indent: -999999em;
    display: block;
  }
  
    * html div#snav ul li, div#snav ul li a { height: 20px; }
  
  div#snav ul.normal li, div#snav ul.normal li a {
    text-indent: 0;
    font-size: 12px;
  }
  
  div#snav ul li#snav_oem, div#snav ul li#snav_oem a { background: url(../media/snav_oem.gif); background-repeat: no-repeat; }
  div#snav ul li#snav_nsc, div#snav ul li#snav_nsc a { background: url(../media/snav_nsc.gif); background-repeat: no-repeat;  }
  div#snav ul li#snav_dealer, div#snav ul li#snav_dealer a { background: url(../media/snav_dealer.gif); background-repeat: no-repeat; } 
  
  div#snav ul li li, div#snav ul li li a {
    width: auto;
    height: auto;
    margin-left: 15px;
    margin-bottom: 0px;
    text-indent: 0px;
    font-size: 12px;
    clear: both;
    width: 250px;
    line-height: 20px;
  }
    
    * html div#snav ul li li, * html div#snav ul li li a {
      margin-left: 7px;
    }
  
  div#snav ul li li a { text-decoration: none; }
  
  div#snav ul li#snav_oem li, div#snav ul li#snav_oem li a { background: none; color: #8B2730; }
  div#snav ul li#snav_nsc li, div#snav ul li#snav_nsc li a { background: none; color: #807D7A; }
  div#snav ul li#snav_dealer li, div#snav ul li#snav_dealer li a { background: none; color: #1A3248; }
  
/* ******************************************** */
/* Quicksearch                  */
/* ******************************************** */
div#quicksearch {
  position: absolute;
  float: left; 
  width: 280px;
  height: 50px;
  padding-left: 72px;
}

  div#quicksearch fieldset {
    position: relative;
    float: left;
    width: 200px;
    height: 24px;
    background: url(../media/quicksearch_back.gif);
    border: none;
  }

  div#quicksearch fieldset legend {
    display: none;  
    }
  
  div#quicksearch input {
    position: relative;
    float: left;
    border: none;
    font-weight: normal;
    font-size: 11px;
    width: 140px;
    margin: 0px;
    padding: 4px;
    margin-left: 2px;
    margin-top: 1px;
    background: #fff;
  }
  
  div#quicksearch input.submit {
    float: right;
    width: 40px;
    height: 20px;
    margin-right: 5px;
    padding: 4px;
    color: #8B2730;
  }
  
/* ******************************************** */
/* Language Menu                */
/* ******************************************** */
div#langmenu {
  position: absolute;
  left: 450px;
  width: 245px;
  height: 50px;
}

  div#langmenu img { border: none; }

div#startlang {
  position: relative;
  float: right;
  width: 458px;
  height: 36px;
  background: #fff;
  text-align: right;
  background: url(../media/langmenuback.gif);
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  }

  div#startlang div.center { 
    position: relative; 
    float: left; 
    width: 420px;  
    height: 21px; 
    margin: 0px; 
    padding-left: 20px;
    padding-top: 8px;
    }
    
    * html div#startlang div.center { width: 410px; }



  
  div#startlang ul, div#startlang p { position: relative; float: left; }
  
  div#startlang p { padding-right: 2em; }

  div#startlang ul {
    position: relative;
    float: none;
    margin: 0 auto;
    background: #9CF;
    display: block;
  }

div#langmenu ul li, div#langmenu ul li a,
div#startlang ul li, div#startlang ul li a {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  list-style: none;
  font-size: 1px;
    text-indent: -999999em;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
}

  li#lang_us, li#lang_us a { background: url(../media/flag_us.gif); }
  li#lang_gb, li#lang_gb a { background: url(../media/flag_gb.gif); }
  li#lang_de, li#lang_de a { background: url(../media/flag_de.gif); }
  li#lang_fr, li#lang_fr a { background: url(../media/flag_fr.gif); }
  li#lang_es, li#lang_es a { background: url(../media/flag_es.gif); }
  li#lang_it, li#lang_it a { background: url(../media/flag_it.gif); }
  li#lang_pt, li#lang_pt a { background: url(../media/flag_pt.gif); }
  li#lang_nl, li#lang_nl a { background: url(../media/flag_nl.gif); }
  li#lang_ru, li#lang_ru a { background: url(../media/flag_ru.gif); }
  li#lang_cn, li#lang_cn a { background: url(../media/flag_cn.gif); }
  li#lang_jp, li#lang_jp a { background: url(../media/flag_jp.gif); }
  li#lang_br, li#lang_br a { background: url(../media/flag_br.gif); }
  
  li#lang_us_d, li#lang_us_d a { background: url(../media/flag_us_d.gif); }
  li#lang_gb_d, li#lang_gb_d a { background: url(../media/flag_gb_d.gif); }
  li#lang_de_d, li#lang_de_d a { background: url(../media/flag_de_d.gif); }
  li#lang_fr_d, li#lang_fr_d a { background: url(../media/flag_fr_d.gif); }
  li#lang_es_d, li#lang_es_d a { background: url(../media/flag_es_d.gif); }
  li#lang_it_d, li#lang_it_d a { background: url(../media/flag_it_d.gif); }
  li#lang_pt_d, li#lang_pt_d a { background: url(../media/flag_pt_d.gif); }
  li#lang_nl_d, li#lang_nl_d a { background: url(../media/flag_nl_d.gif); }
  li#lang_ru_d, li#lang_ru_d a { background: url(../media/flag_ru_d.gif); }
  li#lang_cn_d, li#lang_cn_d a { background: url(../media/flag_cn_d.gif); }
  li#lang_jp_d, li#lang_jp_d a { background: url(../media/flag_jp_d.gif); }
  li#lang_br_d, li#lang_br_d a { background: url(../media/flag_br_d.gif); }


/* ******************************************** */
/* Language Menu                */
/* ******************************************** */
div#legalmenu {
  position: absolute;
  left: 670px;
  height: 50px;
  width: 320px;
}

  div#legalmenu ul li {
    position: relative;
    float: left;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px #ccc solid;
  }
  
  div#legalmenu ul li a { 
    color: #807d7a; 
    text-decoration: none; 
    }
    
  div#legalmenu ul li a:hover, div#legalmenu ul li a:visited, div#legalmenu ul li a:active {
    color: #807d7a; 
    text-decoration: underline;
  }


/* ******************************************** */
/* Content                    */
/* ******************************************** */
div#rightcol ul, div#rightcol ol {
  margin-top: 1em;
  margin-bottom: 1em;
}

div#rightcol ul li, div#rightcol ol li {
  margin-left: 2em;
  line-height: 1.8em;
}


/* ******************************************** */
/* Search                    */
/* ******************************************** */
div.tx-indexedsearch-rules { font-size: 0.9em; }
div.tx-indexedsearch table td { padding-bottom: 1em; }

/* ******************************************** */
/* Forms                    */
/* ******************************************** */
input { 
  position: relative;
  float: left;
  width: 300px;
  padding: 2px;
  border: 1px #B71234 solid;
}

div.tx-powermail-pi1 fieldset {
  border: none;
  width: 600px;
  height: auto;
}

div.tx-powermail-pi1 fieldset legend {
  position: relative;
  float: left;
  clear: both;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  margin-bottom: 2em;
  color: #b71234;
}

  *+html div.tx-powermail-pi1 fieldset legend { margin-left: -6px; margin-top: -2px; }
  * html div.tx-powermail-pi1 fieldset legend { margin-left: -6px; margin-top: -2px; }


div.tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html {
  position: relative;
  float: left;
  clear: both;
  width: 600px;
  height: auto;
  padding-bottom: 1em;
}

div.tx-powermail-pi1 fieldset label {
  position: relative;
  float: left;
  width: 150px;
}

div.tx-powermail-pi1 fieldset input, div.tx-powermail-pi1 fieldset select,
div.tx-powermail-pi1 fieldset textarea {
  position: relative;
  float: left;
  width: 300px;
  padding: 2px;
  border: 1px #B71234 solid;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

  div.tx-powermail-pi1 fieldset input.check { border: none; width: 20px; }
div.tx-powermail-pi1 fieldset div.powermail_check_inner input.powermail_check { width: 20px; margin-right: 20px; }
  
  div.tx-powermail-pi1 fieldset div.tx_powermail_pi1_fieldwrap_html_radio label { width: 50px; }
  div.tx-powermail-pi1 fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.radio { border: none; width: 20px; margin-right: 20px; }
  
  div.tx-powermail-pi1 fieldset input.submit { width: 306px; text-align: center; margin-left: 150px; }

  div.tx-powermail-pi1 fieldset select { width: 306px; }
  
  div.tx-powermail-pi1 fieldset textarea { height: 100px; }
  
div.powermail_mandatory_js {
  position: relative;
  float: left;
  clear: both;
  width: 400px;
  margin-left: 150px;
  padding-top: 0.5em;
}
  
div#recaptcha_area {
  position: relative;
  float: left;
}


/* ******************************************** */
/* Jobs                      */
/* ******************************************** */
ul.jobs li a { font-size: 1em; font-weight: bold; }

ul.jobs li, div#msx div.jobs-single-item ul li {
  list-style: none;
  background-color: transparent;
  background-image: url("../media/li_arrow.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left 7px;
  line-height: 1.8em;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
}

div.jobs-single-item {
  position: relative;
  float: left;
  width: 100%;
}

div#msx div.jobs-single-item h1 {
  font-size: 1.3m;
  font-weight: bold;
  padding-bottom: 0.2em;
}

div#msx div.jobs-single-item h2,div#msx div.jobs-single-item h3 {
  font-size: 1em;
  font-weight: bold;
  color: #000;
  padding-bottom: 1em;
}

h2,div#msx div.jobs-single-item h3 {
color:#B71234;
}


/* ******************************************** */
/* News                      */
/* ******************************************** */
div.news-single-item div.news-single-rightbox {
  text-align: left;
  float: left;
  position: relative;
  width: 100%;
  clear: both;
}

div.news-list-item h2 { font-size: 1.2em; }
div.news-single-item h2 { font-size: 1.1em; }

/* ******************************************** */
/* Events                      */
/* ******************************************** */
div.kbevent form#kb_eventboard { 
  position: relative; 
  float: left; 
  clear: both; 
  width: 100%;
  margin-bottom: 1em; 
  }

div.kbevent form#kb_eventboard input { 
  position:relative; 
  float:left; 
  text-align: center; 
  width: 100px; 
  margin-left: 10px; 
  padding: 0px;
  vertical-align: middle;
  }
  
div.kbevent form#kb_eventboard select {
  position: relative;
  float: left;
  width: 300px;
  padding: 1px;
  border: 1px #B71234 solid;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

div.kbevent ul {
  position: relative;
  float: left;
  clear: both;
}

div.kbevent ul li a { font-size: 1em; font-weight: bold; }

div.kbevent ul li {
  list-style: none;
  background-color: transparent;
  background-image: url("../media/li_arrow.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left 7px;
  line-height: 1.8em;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  padding-bottom: 5px;
}


/* ******************************************** */
/* Clearfix                    */
/* ******************************************** */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-block;}

/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* Bereich nicht für IE-mac Ende */

/* ******************************************** */
/* Bildunterschriften              */
/* ******************************************** */
dd.csc-textpic-caption {
  font-size: 9px;
  position: relative;
  padding: 0px;
}

/* ******************************************** */
/* Login                     */
/* ******************************************** */
div.tx-felogin-pi1 h3 {
  color: #B71234;
  font-size: 12px;
  font-weight: bold;
}

div.tx-felogin-pi1 fieldset {
  border: 1px solid #B71234;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline;
}

div.tx-felogin-pi1 legend {
  color: #B71234;
  font-weight: bold;
  font-size: 12px;
}

div.tx-felogin-pi1 fieldset div {
  position: relative;
  float:left;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}

div.tx-felogin-pi1 label, div.tx-felogin-pi1 input {
  position: relative;
  float: left;
  width: auto;
}

  div.tx-felogin-pi1 label {
    min-width: 80px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 20px;
  }
  
  div.tx-felogin-pi1 input {
    min-width: 300px;
    padding: 2px;
    background: #fff;
  }
  
  div.tx-felogin-pi1 input.submit { 
    margin-left: 100px; 
    text-align: center;
    width: 305px;
    }
