@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-2007, 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.0.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */

@media all
{


  #nav_main { width: 100%; overflow: hidden; float: left; display: inline; line-height: 0;background-color: #336}
  /**
   * (en) Modifying "shiny buttons" navigation
   * (en) Anpassung der "Shiny Buttons" Navigation
   */  
  #nav * { border: 0px none !important}
  #nav_main { background: #0099ff;}
  #nav_main ul.nav {display: inline; float: left; margin: 0 0 0 20px; list-style-type: none; }
  #nav_main ul.nav li {line-height: 1.2em; font-size: 1.0em; list-style-type: none; display: inline; float: left; margin: 0; padding: 0;}
  
  #nav_main ul.nav li a,
  #nav_main ul.nav li strong {text-decoration: none; width: auto; display: block; font-size: 1em; color: #fff; font-weight: bold; padding: 0.5em 0.8em 0.5em 0.8em;}
  
  #nav_main ul.nav li a:focus,
  #nav_main ul.nav li a:hover,
  #nav_main ul.nav li a:active,
  #nav_main ul.nav li a.active  { background: #0099ff; text-decoration: underline; color: #fff }
}