/* Motormodern Stylesheets */

/* = Grundeinstellung: Raender und Abstaende sowie Schriftgroessen setzen === */

* {
  margin: 0;
  padding: 0;  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000;	
}

body {
  background: #415369 url(/images/system/background/schattenkante.jpg) top left repeat-x;
  text-align: center; 
  overflow: auto;
  font-size: 100.01%;
}

/* = alles umgebender Container === */
div#wrapper {
  position: relative;
  top: 0;
  let: 0;
  width: 1000px;
  height: auto;
  background: transparent url(/images/system/background/hintergrund.jpg) top left repeat-y;
  margin: 0 auto;
  text-align: left;
}


  /* = Kopfbereich === */
  div#wrapper div#header {
    position: relative;
    margin: 0 33px 0 33px;
    height: 100px;
    background: transparent url(/images/system/background/header.jpg) top left no-repeat;
  }

  div#wrapper div#header a#homeLink {
    position: absolute;
    top: 14px;
    left: 230px;
    width: 370px;
    height: 60px;
    display: block;
    background-color: transparent;
  }
    /* = Navigation === */
    div#wrapper div#header div#navigation {
      position: absolute;
      top: 81px;
      left: 0px;
      height: 20px;
    }

    div#wrapper div#header div#navigation ul {
      position: relative;
      list-style-type: none;
      height: 20px;
    }

    div#wrapper div#header div#navigation ul li {
      position: relative;
      float: left;
      height: 20px;
    }
    /* / Navigation === */
  /* / Kopfbereich === */


  /* = Inhaltcontainer === */
  div#wrapper div#content_wrapper {
    position: relative;
    margin: 40px 33px 0px 33px;
    width: 935px;
    background: transparent;
  }

    /* = Sidebar === */
    div#wrapper div#content_wrapper div#sidebar {
      position: relative;
      float: right;
      width: 168px;
      margin: 0 0 0 0;
    }

    div#wrapper div#content_wrapper div#sidebar h3 {
      margin: 0px;
    }

    div#wrapper div#content_wrapper div#sidebar div.sidebar_block {
      margin-left: 18px;
      padding: 6px 18px 18px 0;
      font-size: 0.7em;
      background: transparent url(/images/system/background/balken_hintergrund.jpg) bottom right no-repeat;
      line-height: 1.3em;
    }

    div#wrapper div#content_wrapper div#sidebar div.sidebar_block a.sidebar_item_title_link {
      display: block;
      font-weight: bold;
      text-decoration: none;
      font-size: 1.1em;
      margin-bottom: 0.5em;
    }

    div#wrapper div#content_wrapper div#sidebar div.sidebar_block div.de {
      color: #080808;
      margin-bottom: 18px;
    }

    div#wrapper div#content_wrapper div#sidebar div.sidebar_block div.de strong,
    div#wrapper div#content_wrapper div#sidebar div.sidebar_block div.de b {
      color: #fff;
    }

    div#wrapper div#content_wrapper div#sidebar div.sidebar_block div.de a.sidebar_item_title_link {
      color: #fff !important;
    }

    div#wrapper div#content_wrapper div#sidebar div.sidebar_block div.en {
      color: #fff;
    }

    div#wrapper div#content_wrapper div#sidebar div.sidebar_block div.en strong,
    div#wrapper div#content_wrapper div#sidebar div.sidebar_block div.en b {
      color: #0270bb;
    }
    div#wrapper div#content_wrapper div#sidebar div.sidebar_block div.de a.sidebar_item_title_link {
      color: #0270bb;
    }

    /* / Sidebar === */

    /* = Inhalt === */
    div#wrapper div#content_wrapper div#content {
      position: relative;
      margin-left: 52px;
      margin-right: 217px;
      padding-left: 5px;
      font-size: 0.75em;
      line-height: 1.3em;
    }

      /* = Überschriften im Inhalt === */
      div#wrapper div#content_wrapper div#content h1 {
        margin: 0 0 18px -5px;
      }

      div#wrapper div#content_wrapper div#content h2 {
        margin: 0 0 25px -5px;
        padding: 0 0 10px 5px;
        background: url(/images/system/background/linie-headline-grau.jpg) bottom left no-repeat;
      }

      div#wrapper div#content_wrapper div#content ul.tippList li h2 {
        margin: 0 0 10px -5px;
        padding: 0 0 0 5px;
        background: none !important;
      }


      /* / Überschriften im Inhalt === */

      /* = Absätze im Inhalt === */
      div#wrapper div#content_wrapper div#content div p,
      div#wrapper div#content_wrapper div#content p {
        margin-bottom: 18px;
      }
      /* / Absätze im Inhalt === */

      /* = Boxen und Absätze im Inhalt === */

      div#wrapper div#content_wrapper div#content div.en,
      div#wrapper div#content_wrapper div#content div.en * {
        color: #0270bb;
      }
      /* / Boxen und Absätze im Inhalt === */

      /* = Produktbilder Detailansicht === */
      div#wrapper div#content_wrapper div#content div#product_images {
        position: relative;
        height: 380px;
        margin-bottom: 19px;
      }

      div#wrapper div#content_wrapper div#content div#product_images div#main_image {
        position: absolute;
        top: 0px;
        left: -5px;
        background-color: #ebebeb;
        padding: 5px;
      }

      div#wrapper div#content_wrapper div#content div#product_images img#product_image {
        position: relative;
        border: 1px #080808 solid;
      }

      div#wrapper div#content_wrapper div#content div#product_images ul {
        position: absolute;
        list-style-type: none;
        top: 5px;
        left: 570px;
        margin: 0;
      }

      div#wrapper div#content_wrapper div#content div#product_images ul li {
        margin-bottom: 19px;
      }

      div#wrapper div#content_wrapper div#content div#product_images ul li img {
        background-color: #ebebeb;
        border: 1px #080808 solid;
      }  
      /* / Produktbilder Detailansicht === */

      div#wrapper div#content_wrapper div#content ul,
      div#wrapper div#content_wrapper div#content ol {
        margin: 0 0 18px 15px;
      }


      div#wrapper div#content_wrapper div#content ul.tippList {
      }

      div#wrapper div#content_wrapper div#content ul.tippList ol {
        margin: 0 0 18px 20px;
      }

      div#wrapper div#content_wrapper div#content ul.tippList li div.tipp {
        display: none;
      }

      div#wrapper div#content_wrapper div#content ul.tippList li div.current {
        display: block !important;
      }

      div#wrapper div#content_wrapper div#content div.image {
        margin-left: -5px;
        padding: 4px;
        background-color: #f3f3f3;
        float: left;
        margin-right: 10px;
        clear: left;
      }

      div#wrapper div#content_wrapper div#content div.fullsize {
        float: none !important;
        clear: none !important;
        width: 602px;
      }

      div#wrapper div#content_wrapper div#content div.image img {
        border: 1px #000 solid;
      }

      div#wrapper div#content_wrapper div#content table td h3.en {
        margin-top: 10px;
      }
    /* / Inhalt === */

  /* / Inhaltcontainer === */


  /* = Fusszeile === */
  div#wrapper div#footer {
    position: relative;
    height: 45px;
    width: 1000px;
    background: transparent url(/images/system/background/bottom.jpg) top left no-repeat;
    clear: right;
  }
  /* / Fusszeile === */

  /* = Container fuer schattenkante oben rechts/links === */
  div#wrapper div#shadow_left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 250px;
    background: transparent url(/images/system/background/header_schatten-L.jpg) top left no-repeat;
  }

  div#wrapper div#shadow_right {
    position: absolute;
    top: 0px;
    left: 968px;
    width: 32px;
    height: 250px;
    background: transparent url(/images/system/background/header_schatten-R.jpg) top left no-repeat;
  }
  /* / Container fuer schattenkante oben rechts/links === */

/* / alles umgebender Container === */

/* = allgemeine Klassen === */

  .listNavigation {
    text-align: center;
  }
  /* = englische Bereiche === */
    .en {
      color: #0270bb;
    }

    .marginTop {
      margin-top: 10px;
    }
  /* / englische Bereiche === */

  /* = verlinkte Bilder === */
    a img {
      border: 0;
    }
  /* / verlinkte Bilder === */

  /* = PDF-Links === */
  a.PDF {
    padding-left: 18px !important;
    background-image: url(/images/system/pdf-symbol.gif) !important;
    background-position: top left !important;
    background-repeat: no-repeat !important;
    display: block !important;
  }
  /* / PDF-Links === */
/* / allgemeine Klassen === */
