@charset "UTF-8";
/**
 * Extension of nav_slidingdoor.css default stylesheet for TYPOlight CMS
 *
 * (en) Added "trail" class definition for active mainmenus
 * (de) "trail" Klassendefinition für aktive Hauptmenüeinträge hinzugefügt
 *
 * @copyright       Copyright 2008, Helmut Schottmüller
 */

@media all
{
  .hlist .trail {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: white url("navigation/images/sliding_door/round/left_on.gif") no-repeat top left!important;
    border: 0!important;
  }

    .hlist .trail a,
    .hlist .trail strong {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist größtenteils transparent */
    background: transparent url("navigation/images/sliding_door/round/right_on.gif") no-repeat top right!important;
    color: #334!important;
    font-weight: bold!important;
    padding-bottom: 4px!important;
    padding-top: 5px!important;
  }
    .hlist{
  	background:url(../../../img/logo.jpg) no-repeat 31px bottom;
	height:81px;
	position:relative;
} 
.hlist ul{
	position:absolute;
	bottom:0;
}

}
