   /* ----------------------SLIDING DOOR Start-------------------------- */
  

  .contentpaddingSlidingDoor{width:400px;padding:15px 30px 18px 30px;}

    .sliding_door { 
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist grtenteils transparent */
    background: transparent url(../../img/layout/slidingdoor/round/first_corner.gif) no-repeat top left;
    float: left;
    width: 100%;
    height:16px;
  }

  .sliding_door ul {
    line-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
    white-space: nowrap;
  }

  .sliding_door li {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #e0ecf8 url(../../img/layout/slidingdoor/round/left.gif) no-repeat top left;
    /* border-bottom: 1px solid #000000; */
    float: left;
    margin: 0;
    padding: 0 0 0 3px;
    line-height:16px;
  }

  .sliding_door a,
  .sliding_door strong {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist grtenteils transparent */
    background: transparent url(../../img/layout/slidingdoor/round/right.gif) no-repeat top right;
    color: #667;
    display: block;
    font-weight: normal;
    padding: 0px 13px 0px 8px;
    text-decoration: none;
    text-transform: none;

    /**
     * @bugfix
     * @affected   IE5.x, IE6
     * @css-for    all browsers
     * @valid      yes
     */
    width: auto; /* only IE 5.x */
    width/**/:/**/ .1em; /* only IE 6.0 */
  }

  /**
   * @bugfix
   * @affected   IE5.x, IE6
   * @css-for    all browsers
   * @valid      yes
   */
  .sliding_door > ul a,
  .sliding_door > ul strong { width: auto; }  /* for other browsers */

  .sliding_door ul li:focus,
  .sliding_door ul li:hover,
  .sliding_door ul li:active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color: #c4d0dc;
    background-position: 0 -150px;
  }

  .sliding_door li:focus a,
  .sliding_door li:hover a,
  .sliding_door li:active a { background-position: 100% -150px; }

  .sliding_door a:focus,
  .sliding_door a:hover,
  .sliding_door a:active { background-color: transparent; color: #223; }

  .sliding_door .current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #fff url(../../img/layout/slidingdoor/round/left_on.gif) no-repeat top left;
    border: 0;
	height:18px;

  }

  .sliding_door .current a,
  .sliding_door .current strong {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist grtenteils transparent */
    background: transparent url(../../img/layout/slidingdoor/round/right_on.gif) no-repeat top right;
    color: #333;
    font-weight: bold;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  
  /* ------------------------------- SLIDING DOOR END ----------------------------*/
