@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media all
{
  .hlist {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    /* (en|de) Bugfix: IE - collapsing horizontal margins */
    position:relative;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
	background: #fff;

  }

/* -------------- style webpublic und extranet SEWO --------------- */

  .hlist ul, .hlist ul.extranet {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin: 0 0 0 240px; /* LTR */
    padding: 0;
	border-bottom:1px solid #f80000;

  }

	.hlist ul.extranet {
	border-bottom:1px solid #5e5e5e;
  }


  .hlist ul li {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
 	list-style-type: none;
    margin: 0 4px 0 0;
    padding: 0;
	width:154px;
	overflow:hidden;
	height:30px;
	background: url(../../img/top_nav_btn.png);
	background-repeat: no-repeat;
	background-position:top left;
		
  }
  
  
    .hlist ul.extranet li {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
 	list-style-type: none;
    margin: 0 4px 0 0;
    padding: 0;
	width:154px;
	overflow:hidden;
	height:30px;	
	background: url(../../img/top_nav_btn_grau.png);
	background-repeat: no-repeat;
	background-position:top left;
		
  }
  
  
  
  .hlist ul li:last-child { margin: 0 0 0 0px; }

  .hlist ul li a,
  .hlist ul li a:visited,
  .hlist ul li strong {
    color: #ffffff;
    display: block;
    margin: 0;
	padding: 5px 15px;
    width: auto;
	font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
	font-family: arial,helvetica,verdana,sans-serif;
	vertical-align: middle;
  }

  .hlist ul li a.active ,
  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active {  
  
  	background: url(../../img/top_nav_btn_hover.png);
	background-repeat: no-repeat;
	background-position:top left;
  
  }
  
/* -------------- style extranet SEWO --------------- */

  .hlist ul.extranet li a.active,
  .hlist ul.extranet li a:focus,
  .hlist ul.extranet li a:hover,
  .hlist ul.extranet li a:active {  
  
  	background: url(../../img/top_nav_btn_grau_hover.png);
	background-repeat: no-repeat;
	background-position:top left;
  
  }
  

/*

  .hlist ul li a.active {
  	background: url(../../img/top_nav_btn_hover.png);
	background-repeat: no-repeat;
	background-position:top left;
  }
  
*/

  .hlist ul li.active strong,
  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active { color: #fff; text-decoration: none; }
  
}
