/* ............................................................. reset'em all */

* {
  margin: 0;
  padding: 0;
}



/* ............................................................. Basics */

body {
  background-color: #fff;
  color: #444;
  text-align: center;
  font-size: 12px;
  font-family: arial, helvetica, swiss, sans-serif;
}

img {
  border: none;
}

hr {
  margin: 0 0 -1px 0;
  width: 1px;
  height: 1px;
  border: none;
  visibility: hidden;
  clear: both;
}




/* ............................................................. Seitennaufbau */

#metanavi {
  margin: 12px auto 0 auto;
  width: 810px;
  text-align: left;
}
#page {
  margin: 0 auto 30px auto;
  width: 810px;
  text-align: left;
  /*background-color: #f3f3f3;*/
}
#head {
  height: 146px;
  background-image: url(../images/back-head.jpg);
  background-repeat: no-repeat;
}
    #head h1 {
      position: relative;
      margin: 66px 0 0 26px;
      width: 129px;
      height: 30px;
      overflow: hidden;
      z-index: 0;
    }
    #head h1 a {
      color: #D7D7D7;
      font-size: 1px;
    }
    #head h1 span {
      position: absolute;
      top: 0;
      left: 0;
      width: 129px;
      height: 30px;
      z-index: 2;
      background-image: url(../images/back-logo.gif);
      cursor: pointer;
    }

#wrapper {
  background-image: url(../images/back-content.gif);
}

#content {
  margin: 66px 0 24px 314px;
  width: 452px;
  min-height: 300px;
  font-size: 12px;
  line-height: 150%;
}

#pix {
  margin: 0 0 0 5px;
  width: 270px;
  height: 308px;
  overflow: hidden;
  float: left;
}
    #pix.index {
      padding: 80px 0 0 0;
    }
    #pix.company {
/*      padding: 140px 0 0 0;*/
      padding: 80px 0 0 0;
    }
    #pix.profile {
/*      padding: 100px 0 0 0;*/
      padding: 80px 0 0 0;
    }
    #pix.business-developement {
/*      padding: 150px 0 0 0;*/
      padding: 80px 0 0 0;
    }
    #pix.quality-management {
/*      padding: 20px 0 0 0;*/
      padding: 80px 0 0 0;
    }
    #pix.products {
/*      padding: 60px 0 0 0;*/
      padding: 80px 0 0 0;
    }
    #pix.contact {
      padding: 80px 0 0 0;
    }
    #pix.plastic-surgery {
/*      padding: 120px 0 0 0;*/
      padding: 80px 0 0 0;
    }
    #pix.pressurecare-products {
      padding: 80px 0 0 0;
    }
    #pix.patient-hygiene {
      padding: 80px 0 0 0;
    }
    #pix.other-medical-sectors {
/*      padding: 40px 0 0 0;*/
      padding: 80px 0 0 0;
    }


#brands {
  margin: 0 0 0 5px;
}
#footer {
  padding: 10px 20px;
  font-size: 10px;
}
    #footer p {
      padding: 4px;
      border: 1px solid #cfcfcf;
      background-color: #fff;
      text-align: center;
    }
    #footer a {
      color: #E02D67;
      text-decoration: none;
    }


/* ............................................................. Content */

#content h2 {
  margin: 18px 0 6px 0;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px dotted #888;
  z-index: 0;
}
    #content h2 span {
      padding: 0 0 1px 0;
      border-bottom: 1px solid #f3f3f3;
      z-index: 2;
    }
#content h3 {
  margin: 24px 0 0 0;
  font-weight: bold;
  font-size: 12px;

}


#content p, #content li {
  margin: 0 0 18px 0;
}
#content ul, #content ol {
  padding: 0 0 0 25px;
}

#content p.nomargin {
  margin: 0 0 8px 0;
}


#content ul.nomargin li, #content ol.nomargin li {
  margin: 0 0 8px 0;
}

    #content p.important {
      margin: 18px 0 18px 0;
      padding: 4px;
      background-color: #E54C7E;
      color: #fff;
      text-align: center;
    }
    #content .important a {
      color: #fff !important;
      border: none !important;
      font-weight: bold;
    }


#content a {
  color: #E02D67;
  text-decoration: none;
  border-bottom-color: #E02D67;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
#content a:visited {
  color: #59B5F5;
  border-bottom-color: #59B5F5;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
#content a:hover {
  border-bottom-style: solid;
}
#content a.inline {
  color: #E02D67 !important;
  border-bottom-color: #E02D67;
}

#content .small {
  font-size: 10px;
  line-height: 115%;
}



/* Startseite Spalten */

.leftcol {
  margin: 20px 20px 20px 0;
  padding: 5px;
  width: 200px;
  /*float: left;*/
  background-color: #fbfbfb;
  -moz-border-radius:10px;
  -moz-box-shadow: 0px 3px 3px #dadada;
  -webkit-box-shadow: 0px 3px 3px #dadada;
  box-shadow: 0px 3px 3px #dadada;
}
.rightcol {
  margin: 20px 0 0 230px;
  padding: 5px;
  width: 200px;
  float: right;
  background-color: #fbfbfb;
  -moz-border-radius:10px;
  -moz-box-shadow: 0px 3px 3px #dadada;
  -webkit-box-shadow: 0px 3px 3px #dadada;
  box-shadow: 0px 3px 3px #dadada;
}


/* Milestones */
#milestones {
  margin: 20px 0 0 0;
  border-collapse: collapse;
  border: 1px solid #cfcfcf;
}
    #milestones td {
      padding: 5px 5px 0 5px;
      vertical-align: top;
      text-align: left;
      background-color: #fbfbfb;
    }
    #milestones th {
      padding: 5px 10px 0 25px;
      vertical-align: top;
      text-align: left;
      background-color: #eee;
      font-size: 14px;
      font-weight: bold;
    }
    #milestones tr.alt th{
      background-color: #D4E0E9;
    }
    #milestones tr td {
      background-color: #fbfbfb;
    }
    #milestones tr.alt td {
      background-color: #DFECF6;
    }
    #milestones p {
      margin: 0 0 5px 0;
    }

/* suppliers */
.supphl {
  margin: 20px 0 0 0 !important;
  padding: 0 0 1px 20px;
  color: #444 !important;
  background-color: #E02D67;
  background-color: #DFECF6;
  cursor: pointer;
  background-image: url(../images/bu_updown.gif);
  background-repeat: no-repeat;
  background-position: 2px 3px;
}
.supphl:hover {
  background-image: url(../images/bu_updown_hl.gif);
}

.suppliers {
  border-collapse: collapse;
  font-size: 11px;
  line-height: 130%;
}
    .suppliers th {
      padding: 4px 3px 0 4px;
      width: 164px;
      vertical-align: middle;
      text-align: center;
      background-color: #f9f9f9;
    }
    .suppliers td {
      padding: 4px 3px 0 7px;
      width: 286px;
      vertical-align: top;
      text-align: left;
      background-color: #e7e7e7;
    }
    .suppliers tr.alt td {
      background-color: #ebebeb;
    }
    .suppliers tr.alt th {
      background-color: #fff;
    }
    .suppliers p {
      margin: 0 0 4px 0 !important;
    }

    .suppliers a {
      border: none !important;
    }




/* ............................................................. Metanavi */

#metanavi ul {
  padding: 2px 0;
  margin: 0 14px 0 0;
  float: right;
  list-style-type: none;
  font-size: 10px;
  background-image: url(../images/back-metanavi.gif);
  background-repeat: no-repeat;
  background-position: top right;
}
    #metanavi ul li {
      display: inline;
      padding: 2px 10px;
    }
    #metanavi ul li.first {
      background-image: url(../images/back-metanavi-first.gif);
      background-repeat: no-repeat;
    }
    #metanavi a {
      color: #777;
      text-decoration: none;
    }
    #metanavi a:hover, #metanavi a.active {
      color: #E02D67;
    }


/* ............................................................. Navi */

#navi {
  margin: 14px 0 0 13px;
  width: 784px;
  height: 36px;
  background-image: url(../images/back-navi.gif);
}
    #navi ul {
      list-style-type: none;
    }
    #navi ul li {
      float: left;
      padding: 6px 1px 0 0;
      width: 255px;
      height: 28px;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: bold;
      text-align: center;
      border-right: 1px solid #DEA694;
    }
    #navi ul li.first {
      margin: 0 0 0 6px;
      border-left: 1px solid #DEA694;
    }
    #navi ul li:hover, #navi ul li.active {
      background-image: url(../images/back-navi-hover.gif);
    }
    #navi ul li a {
      display: block;
      padding: 0 0 6px 0;
      color: #E02D67;
      text-decoration: none;
    }


/* ............................................................. Subnavi */
#subnavi  {
  margin: 14px 15px 0 0;
  height: 23px;
  float: right;
  background-image: url(../images/back-subnavi.gif);
  background-position: top right;
}
#subnavi ul {
  list-style-type: none;
  height: 23px;
}
    #subnavi li {
      float: left;
      height: 23px;
      padding: 4px 9px 0 9px;
    }
    #subnavi li.first {
      background-image: url(../images/back-subnavi-first.gif);
      background-repeat: no-repeat;
    }
    #subnavi li a {
      text-decoration: none;
      color: #777;
    }
    #subnavi a:hover, #subnavi a.active {
      color: #E02D67;
    }



/* ............................................................. Brands-Laufband */
#brands-back {
  position: relative;
  z-index: 0;
  width: 800px;
  height: 67px;
  overflow: hidden;
}
    #brands-back span {
      position: absolute;
      z-index: 2;
      top: 4px;
      left: 0;
      width: 800px;
      height: 59px;
    }

    #outerContainer {
      width:800px;
      height:67px;
      margin:auto;
      position:relative;
      background-image: url(../images/back-brands-trans.png);
    }
    #imageScroller {
      width:800px;
      height:59px;
      position:relative;
    }
    #viewer {
      width:800px;
      height:59px;
      overflow:hidden;
      margin:auto;
      position:relative;
      top: 4px;
    }
    #controls {
      display: none;
    }
    .wrapper {
      margin: 0 20px;
    }





/* ............................................................. Formmailer */
#contact {
  padding: 10px;
  background-color: #f9f9f9;
}
    #contact input {
      padding: 2px;
      width: 300px;
      float: right;
      border: 1px solid #e7e7e7;
      font-family: arial, helvetica, sans-serif;
      font-size: 11px;
      color: #222;
      background-color: #e7e7e7;
    }
    #contact p {
      clear: right;
    }
    #contact textarea {
      width: 430px;
      height: 100px;
      border: 1px solid #e7e7e7;
      font-family: arial, helvetica, sans-serif;
      font-size: 11px;
      color: #222;
      background-color: #e7e7e7;
    }
    #contact #cb-check {
      width: 12px;
      height: 12px;
    }
    #contact #togglecallback {
      margin: 0 0 10px 160px;
      width: 120px;
      font-size: 11px;
      border: 1px solid #cfcfcf;
      cursor: pointer;
      text-align: center;
    }
    #contact #togglecallback:hover {
      border: 1px solid #999;
    }


    #contact #timezone {
      margin: 0 10px 0 30px;
      width: 80px;
      float: right;
    }


    #contact #time {
      width: 180px;
    }


    #contact #submit {
      width: 120px;
      color: #E02C66;
      font-weight: bold;
    }
    #contact #submit:hover {
      border: 1px solid #999;
    }

    #contact label.error {
      color: #E02C66 !important;
      font-weight: bold !important;
    }


