/* Page layout stylesheet */

* {
  font-family: Futura,Arial,Verdana,sans-serif;
  font-size: 16px;
  line-height: 128.5%;
}

img.bg {
  height: auto;
  left: 0;
  min-height: 100%;
  min-width: 1024px;
  position: fixed;
  top: 88px;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateZ(0);
}

#main {
  width: 1178px;
  position: relative;
  margin: auto;
  text-align: center;
  background: url(../../images/main_bg.png) left top repeat-y;
  padding: 88px 8px 0 8px;
  z-index: 2;
  overflow-x: auto;
}

#head {
  position: fixed;
  top: 0;  
  width: 100%;
  z-index: 499;
  height: 103px;
  background: url(../../images/head_bg.png) no-repeat center bottom;
  left: 0;
  -webkit-transform: translateZ(0);
}

  #headInner {
    position: absolute;
    left: 50%;
    width: 1194px;
    height: 103px;
    margin-left: -597px;
  }
  
  .smallScreen #headInner {
  background: url(../../images/head_bg.png) no-repeat center bottom;
  left: 0;
    margin-left: 0;
  }
  
  #head h1 a {    
    display: block;
    text-indent: -9999px;
    outline: 0;
    width: 178px;
    height: 44px;
    position: absolute;
    left: 28px;
    top: 22px;
  }
  
  #countrySelect {
    height: 48px;
    width: 117px;
    position: absolute;
    top: 0;
    right: 26px;
    cursor: pointer;
   /* background-color: #fbd80d; */
   border-radius: 3px;
   text-align: left;
  }
  
  #langNav {
    position: absolute;
    top: 0;
    right: 153px;
  }
  
  #langNav li {
    float: left;
    line-height: 28px;
    height: 19px;
    width: 25px;
    margin-left: 2px;
  }
  
  #langNav li.first {
    margin-left: 0;
  }
  
  #langNav li a,
  #langNav li span {
    font-size: 12px;
    display: block;
    color: #0089c5;
    line-height: 20px;
    background: #ececec;
    height: 19px;
  }
  
  #langNav li a:hover,  
  #langNav li a.act,
  #langNav li a.cur {
    background: #0089c5;
    color: #ffffff;
  }
  
  #login a {
    color: #0089c5;
    font-size: 14px;
    font-weight: bold;
    background: url(../../images/login.png) no-repeat top center;
    line-height: 25px;
    position: absolute;
    right: 153px;
    top: 23px;
    width: 79px;
    height: 25px;
    font-family: CalvertMT;
  }
  
  #searchBox input.searchBoxInput {  
    width: 166px;
    height: 29px;
    color: #666666;  
    position: absolute;
    right: 56px;
    top: 53px;
    border: none;
    background: url(../../images/quickSearch_input.png) left top no-repeat;
    padding-left: 10px;
    font-size: 10px;
    line-height: 18px;
  }
  
  #searchBox input.searchBoxSubmit {
    background: url("../../images/quickSearch_submit.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 29px;
    width: 30px;
    text-indent: -9999px;  
    position: absolute;
    right: 26px;
    top: 53px;
  }

/*Rules for SBC-Net-Buttons
.sbc #searchBox input.searchBoxInput{
  width: 77px;
}

.sbc #login > a:last-child {
top: 53px;
}
*/
  #mainNav {
    position: absolute;
    left: 227px;
    height: 103px;
    top: 0;
  }
  
  #mainNav li.level1 {
    float: left;
    width: 146px;
  }
  
  #mainNav li span,
  #mainNav li a ,
  #countrySelect a {
    font-family: CalvertMT;
    font-weight: normal;
  }

  #mainNav li.level1 a.level1,
  #mainNav li.level1 span.level1 {
    line-height: 18px;
    display: block;
    font-size: 14px;
    color: #666666;
    position: relative;
    width: 146px;
  }
    
  #mainNav li.level1.act a.level1,
  #mainNav li.level1.cur a.level1,
  #mainNav li.level1:hover a.level1,
  #mainNav li.level1.act span.level1,
  #mainNav li.level1.cur span.level1,
  #mainNav li.level1:hover span.level1 {
    background: #0089c6;
    color: #ffffff;
    background: url(../../images/menulevel1act.png) no-repeat bottom center;
    text-shadow: 1px 1px 1px #444444;
    z-index: 509;
  }

  #mainNav li.level1 a.level1 br,
  #mainNav li.level1 span.level1 br {
    line-height: 18px;
  }
  
  #mainNav li.level1 > ul {
    position: absolute;
    left: -228px;
    width: 1168px;
    height: auto;
    top: 88px;
    text-align: left;
    padding-top: 44px;
    padding-left: 28px;
    padding-bottom: 16px;
    background: url(../../images/menulevel2bg.png) no-repeat bottom center;
    z-index: -2;
    display: none;
  }
  
  #mainNav li ul li.level2 {
    width: 258px;
    padding: 0;
    margin: 0;
  }

  #mainNav li ul li.level2 a,
  #mainNav li ul li.level2 span {
    padding: 4px 25px 6px 15px;
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    font-family: Futura;
  }

#mainNav li ul li.level2 sub {
    color: #666666;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    font-family: Futura;
  }

  #mainNav li ul li.level2:hover > a,  
  #mainNav li ul li.level2.act > a,
  #mainNav li ul li.level2.cur > a,
  #mainNav li ul li.level2:hover > span,  
  #mainNav li ul li.level2.act > span,
  #mainNav li ul li.level2.cur > span {
    background: #0089c6;
    color: #ffffff;
    text-shadow: 1px 1px 1px #444444;
    background: url(../../images/menulevel2libg.png) no-repeat right center;
    position: relative;
    border-left: 1px solid #e5e5e5;
    z-index: 507;
  }
  
  #mainNav li li.level2 ul {
    position: absolute;
    top: 0px;
    left: 279px;
    width: 246px;
    height: auto;
    padding-top: 44px;
    padding-left: 0px;
    padding-bottom: 10px;
    background: url(../../images/submenubg.png) repeat-y left bottom;
    z-index: 501;
  }

  #mainNav li li.level2.act > ul
  #mainNav li li.level2.cur > ul {
    display: block !important;
  }
  
  #mainNav li ul li ul  li.level3 {
    width: 246px;
    padding: 0 ;
    margin: 0;
  }
  
  #mainNav li.level3 a,
  #mainNav li.level3 span {
    padding: 4px 25px 6px 15px;
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    font-family: Futura;
  }
    
  #mainNav li.level3:hover > a,  
  #mainNav li.level3.act > a,
  #mainNav li.level3.cur > a,
  #mainNav li.level3:hover > span,  
  #mainNav li.level3.act > span,
  #mainNav li.level3.cur > span {
    background: #0089c6;
    color: #ffffff;
    text-shadow: 1px 1px 1px #444444;
    background: url(../../images/menulevel2libg.png) no-repeat right center;
    position: relative;
    border-left: 1px solid #e5e5e5;
    z-index: 506;
  }
  
  #mainNav li li li.level3 ul {
    position: absolute;
    top: 0px;
    left: 239px;
    width: 258px;
    height: auto;
    padding-top: 44px;
    padding-left: 0px;
    padding-bottom: 10px;
    background: url(../../images/submenubg.png) repeat-y left bottom;
    z-index: 502;
  }

  #mainNav li li li.level3.act > ul,
  #mainNav li li li.level3.cur > ul {
    display: block !important;
  }
  
  #mainNav li li li li.level4 {
    width: 258px;
    padding: 0 ;
    margin: 0;
  }
  
  #mainNav li.level4:hover > a,
  #mainNav li.level4.cur > a,
  #mainNav li.level4.act > a,
  #mainNav li.level4:hover > span,
  #mainNav li.level4.cur > span,
  #mainNav li.level4.act > span {
    background: #0089C6;
    color: #FFFFFF !important;
    text-shadow: 1px 1px 1px #444444;
    background: url(../../images/menulevel2libg.png) no-repeat right center;
    position: relative;
    border-left: 1px solid #e5e5e5;
    z-index: 505;
  }

  #mainNav li.level4:hover > span sub,
  #mainNav li.level4.cur > span sub,
  #mainNav li.level4.act > span sub {
   
    color: #FFFFFF !important;
    text-shadow: 1px 1px 1px #444444;
  }

  #mainNav li li li li.level4 ul {
    position: absolute;
    top: 0px;
    left: 251px;
    width: 427px;
    height: auto;
    padding-top: 56px;
    padding-left: 0px;
    padding-bottom: 10px;
    background: url(../../images/submenubg.png) repeat-y left bottom;
    z-index: 503;
    display: none;
  }
  
  #mainNav li li li li.level4.cur > ul,
  #mainNav li li li li.level4.act > ul {
    display: block !important;
  }  
  
  #mainNav li.level5{
    width: 427px;
    padding: 0;
    position: relative;
    margin: 0;
    z-index: 504;
  }
  
  #mainNav li.level5 a {
    background: none;
  }
  
  /* additional links in level2 */
  
  #mainNav li ul li.level2.additional {
      
  }
  
  #mainNav li ul li.level2.last + li.level2.additional {
      margin-top: 16px;
      padding-top: 17px;
      background: url(../../images/productnav_separator.png) left top no-repeat;
  }
  
  #mainNav li ul li.level2.additional a {
      color: #666666;
      background: url(../../images/productnav_arrow.png) 0 8px no-repeat;
      padding: 4px 25px 7px 21px;
      margin-left: -6px;
  }
  
  #mainNav li ul li.level2.additional:hover a,
  #mainNav li ul li.level2.additional.act a,
  #mainNav li ul li.level2.additional.cur a {
      color: #000000;
      background: url(../../images/productnav_arrow.png) 0 8px no-repeat;
      border-left: none;
      text-shadow: none;
  }
  
  /* navigation for mobile */
  
  .show {
    display: block !important;
  }
  .notshow {
    display: none !important;
  }
  
#midCol {  
  text-align: left;
  position: relative;  
}

  #firmadeco {
    width: 1178px;
    height: 61px;
    background: url(../../images/firmadeco.png) no-repeat 0 0;
  }

  #breadcrumb {
    padding: 14px 20px 25px 20px;
    background-color: #ffffff;
    height: 18px;
    /* nach oben 1px */
    margin-top: -1px;
  }
  
  #breadcrumb ul li {
    float: left;
    padding-left: 2px;
    padding-right: 0;
    margin-right: 10px;
    height: 18px;
    background: url(../../images/rootlineLiLeft.png) no-repeat left top;
  }
  
  #breadcrumb ul li a {
    color: #939393;
    font-size: 11px; /*12px*/
    background: url(../../images/rootlineLiRight.png) no-repeat right top;
    padding: 5px 5px 2px 2px;
    display: block;  
    height: 14px;
    line-height: 5px;
  }
  
  #breadcrumb ul li.last a {
    color: #0089C5;
  }
  
  #breadcrumb br {
    display: none;
  }

  #midCol .ctArea {
    overflow: hidden !important;
    overflow: visible;
    padding-left: 20px;
    padding-right: 20px;
  }

  #midCol .ctArea.whiteArea {
    background-color: #ffffff;
  }

  #midCol .transparentArea.hasContent {
    background: url(../../images/ctArea_bg.png);
    padding: 40px 20px 25px 20px;
  }

  #midCol .ctArea.sliderArea {
    padding: 0 !important;
  }

  #midCol .whiteArea + .transparentArea + .whiteArea.hasContent {
    padding-top: 30px;
  }


/* rootline */

#teaserdeco {  
  position: absolute;
  width: 1300px;
  height: 256px;
  background: url(../../images/teaserdeco.png) no-repeat top left;
  left: -61px;
  top: 299px;
}

#welcome {
  background: #fff;
  margin-top: 40px;
  height: 355px;
  padding-left: 20px;
  padding-right: 20px;
  
}

#welcome .ctElement{
  float: left;  
}

#welcome .welcomeleft {
  width: 680px;
  padding-left: 0;
}

#welcome .welcomeright {
  width: 350px;
  margin-top: 21px;
  padding-left: 0;
  margin-left: 110px;
}

#transparent {
  background: url(../../images/transparent.png) repeat-y top left;
  height: 360px;
  margin: 40px 20px;
}

#transparent .ctElement {
  float: left;
  width: 252px;
  margin: 0px;
  padding-left: 0px;
  height: 360px;
  margin-right: 43px;
  background: #fff;
}
#transparent .ctElement h4 {
  color: #0089c6;
  font-size: 22px;
  margin-left: 15px;
  margin-top: 16px;
  letter-spacing: 2px;
  margin-bottom: 13px;
}
#transparent img {
}
#transparent p {
  margin: 15px 0px ;
  font-size: 13px;
  line-height: 18px;
  padding-left: 14px;
  padding-right: 14px;
}

#transparent a {
  background: url(../../images/morebg.png) no-repeat top center;
  height: 43px;
  width: 141px;
  padding: 10px 16px;
  margin-left: 96px;
  font-size: 14;
  color: #fff;
}

#transparent .ctElement.newslist {
  margin-right: 0px;
}

#transparent .ctElement ul {
  height: 315px;
  overflow-y: auto;
  width: 240px;
  margin-top: -18px;
}

#transparent .ctElement ul li p {
  width: 195px;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
  padding-left: 6px;
}

#transparent .ctElement ul li p b {
  font-size: 12px;
}

#transparent .ctElement li a {
  background: none;
  color: #0089c6;
  font-size: 13px;
  padding: 0;
  height: 15px;
  margin-left: 120px;
}

#productslide {
  background: url(../../images/linien.png) no-repeat bottom center;
  
}

#artikel {
  background: #fff;
  padding: 30px 20px;
  height: 752px;
  
}

#artikel .ctElement {
  float: left;
}

#artikel .anmelden {
  width: 322px;
}

#artikel .anmelden h4 {
  color: #0089C6;
  font-size: 21px;
  line-height: 23px;
}
  

#footer {
  clear: both;  
  position: relative;
  text-align: left;
  background: url(../../images/footerbg.png) no-repeat top center #f3f3f3;
  padding-bottom: 29px;
  min-height: auto !important;
}

#footer .ctElement {
  float: left;
}

#footer h2,
#footer h4 {
  color: #0089c6;
  /*font-size: 20px; xp! */
  font-size: 18px;
  font-family: CalvertMT;
}

#quickcontact {
  padding: 25px 35px;
  width: 400px;
}

#footerRight {
  text-align: right;
  float: right !important;
  padding-top: 29px;
  padding-right: 21px;
}
#adress h4 {
  font-size: 14px;
}

#adress a,
#adress p {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    text-decoration: none;
}

  #copyright {
    font-size: 8px;
    line-height: 9px;
    color: #616161;
    position: absolute;
    bottom: 29px;
    padding-top: 0 !important;
  }
  #copyright p,
  #copyright a {
    line-height: 12px;
    color: #616161;
    font-size: 9px;
  }
  
  #copyright a span {
    display: none;
  }
  
  #metaNav li {
    display: block;
    float: left;    
  }

  #metaNav li a {
    display: block;
    font-weight: bold;
    padding: 0 5px;
    font-size: 14px !important;
    font-weight: bold;
    color: #939393;
    border-right: 1px solid #939393;
    font-family: CalvertMT;
    
  }
  
  #metaNav li.last a {
    border-right: none;
    padding-right: 0;
  }
  
  #metaNav li.cur a,
  #metaNav li a:hover {
    color: #0089c6;
  }

#footer fieldset.defaultForm {
  padding-top: 0;
  width: 328px;
}

#footer .defaultForm input,
#footer .defaultForm select,
#footer .defaultForm textarea {
  padding-left: 10px;
  color: #666666;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}

#footer .defaultForm textarea {
  padding-top: 16px;
}

#footer .defaultForm select {
    width: 328px !important;
}
  
#footer .formRow {
  position: relative;
}
  
#footer label {
  position: absolute;
  padding-left: 10px;
  color: #666666;
  font-size: 14px;
  left: 0;
  top: 11px;
}

#footer .tx_powermail_pi1_fieldwrap_html_specialselect label {
  display: none;
}

#footer .defaultForm .captchaImage img {
    margin: 0 0 11px 0;
}

#footer  input.submit,
#footer  input.tx-powermail-pi1_mandatory_submit{
  color: #FFFFFF;
  background: url("../../images/sendHb.png") no-repeat scroll right center transparent;
  border-left: 1px solid #C1C3C4;
  padding-right: 30px !important;
}

.footer-righ,
.footer-left {
    float: left;
    width: 50%;
}

.footer-left {
    padding-top: 29px;
    padding-left: 21px;
}

#metaNav {
    margin-top: 0 !important;
    float: left !important;
}

.open {
  display: block;
    clear:both;
}

.open a{
    display: block;
    font-weight: bold;
    padding: 0 5px;
    font-size: 14px !important;
    font-weight: bold;
    color: #939393;
    font-family: CalvertMT;
}



#footer #adress a:link,
#footer #adress a:visited{
    color: #0089c6;
}

#footer #adress a:hover,
#footer #adress a:active{
    color: inherit;
}

/* PDM Flyout Navigation für sauter-controls.at*/

.sauter-at #mainNav li.level1 > ul.show {
  height: 600px !important;
}

.sauter-at #mainNav li li.level2 ul.show {
  height: 590px !important;
}

.sauter-at #mainNav li li li.level3 ul.show {
  height: 590px !important;
}

.sauter-at #mainNav li li li li.level4 ul.produktdetails {
  height: 578px !important;
}

.extranet {
}

/* Rules for extranet */
.extranet #countrySelect {
  display: none;
}

.extranet #langNav {
right: 26px;
}

.extranet #login a {
right: 26px;
font-size: 9px;
}

.extranet .tx_cabagccarousel {
  height: 61px;
}

.extranet #midCol .transparentArea.sliderArea.hasContent{
  background-image: none;
}

.extranet .rightCol .sectionFrame6 {
  width: 320px;
}

.extranet #login {
    float: right;
    margin-right: 130px;
}

.extranet #username {
    text-align:left;
    font-size: 14px;    
}

.extranet #login .loggeginAs {
    color: #0089c6;
    font-size: 14px; 
    font-family: CalvertMT;
    font-weight: bold;
}

/* different arrow background for News nav */
.extranet .cabagLinksWrap .list.first {
    background: rgba(0, 0, 0, 0) url("../../images/btnFirst_extranet.png") no-repeat scroll left bottom;
    display: inline-block;
    height: 20px;
    padding-left: 32px;
    padding-right: 9px;
    text-indent: -9999px;
    width: 0;
}

.extranet .cabagLinksWrap .list.second {
    background: rgba(0, 0, 0, 0) url("../../images/btnPrevious_extranet.png") no-repeat scroll left bottom;
    display: inline-block;
    height: 20px;
    padding-left: 19px;
    padding-right: 22px;
    text-indent: -9999px;
    width: 0;
}

.extranet .cabagLinksWrap .list.last2 {
    background: rgba(0, 0, 0, 0) url("../../images/btnNext_extranet.png") no-repeat scroll right bottom;
    display: inline-block;
    height: 20px;
    padding-left: 3px;
    padding-right: 38px;
    text-indent: -9999px;
    width: 0;
}

.extranet .cabagLinksWrap .list.last {
    background: rgba(0, 0, 0, 0) url("../../images/btnLast_extranet.png") no-repeat scroll right bottom;
    display: inline-block;
    height: 20px;
    padding-left: 8px;
    padding-right: 33px;
    text-indent: -9999px;
    width: 0;
}

