/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2008, 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.5
 * @revision        $Revision: 189 $
 * @lastmodified    $Date: 2008-05-24 08:26:23 +0200 (Sa, 24 Mai 2008) $
 */
/* colors: (grün) e5e5b3;cccc66
 * 			(blau) acb9ed;
 * 			(main-font-black) 4c4b4b;
 */ 
@media all
{
	
	#run_title {
    /* (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) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color: #fbdb6b;
    line-height: 0;
  }
   #run_title ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    margin: 0;
    /* (en) Left margin of the first button  */	
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin-left:40px;
    padding: 0;
  }

  #run_title ul li {
  /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 1.4em;
    line-height: 1.5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #run_title ul li a,
  #run_title ul li strong {
    background: transparent;
    color: #4c4b4b;
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
    text-decoration: none;
    width: auto;
  }

  #run_title ul li a:focus,
  #run_title ul li a:hover,
  #run_title ul li a:active  { background: transparent; color: #f86917; text-decoration: none; }

  #run_title ul li#current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
  
  }

  #run_title ul li#current strong,
  #run_title ul li#current a,
  #run_title ul li#current a:focus,
  #run_title ul li#current a:hover,
  #run_title ul li#current a:active { background: transparent; color: #f86917; text-decoration: none; }

 
  }
  
  

  