/**
 * "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: orange:f86917; 
 
 */
@media all
{
	

	
  #nav_main {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
	overflow:visible;
    float: left;
    display: inline;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #fff;
    line-height: 0;
  }

  #nav_main ul {
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
    /* (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: 30px;
    padding: 0;
  }

  #nav_main ul li {
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #nav_main ul li a,
  #nav_main ul li strong {
    background: transparent;
    color: #4c4b4b;
    display: block;
	font-weight:bold;
    font-size: 1.0em;
    margin: 0;
    padding: 0.5em 1.5em 0.1em 0.6em;
    text-decoration: none;
    width: auto;
  }

  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  { background: #fff; color: #d67c16; text-decoration: none; }

  #nav_main ul li#current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color: #fff;
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
  }

  #nav_main ul li#current strong,
  #nav_main ul li#current a,
  #nav_main ul li#current a:focus,
  #nav_main ul li#current a:hover,
  #nav_main ul li#current a:active { background: transparent; color: #d67c16; text-decoration: none; }




#sub_nav {
	/* (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: right;
    display: inline;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color: #fff;
    line-height: 0;
  }

 #sub_nav 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: 30px;
    padding: 0;
  }

 #sub_nav ul li {
     /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

 #sub_nav ul li a,
 #sub_nav ul li strong {
    background: transparent;
    color: #4c4b4b;
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 0.5em 0.2em 0.5em 0.8em;
    text-decoration: none;
    width: auto;
  }

 #ome ul li a:focus,
 #sub_nav ul li a:hover,
 #sub_nav ul li a:active  { background: transparent; color: #d67c16; text-decoration: none; }

 #sub_nav ul li#current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    }

 #sub_nav ul li#current strong,
 #sub_nav ul li#current a,
 #sub_nav ul li#current a:focus,
 #sub_nav ul li#current a:hover,
 #sub_nav ul li#current a:active { background: transparent; color: #d67c16; text-decoration: none; }



#subnav {
	/* (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: right;
    display: inline;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color: #fff;
    line-height: 0;
  }

 #subnav 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: 30px;
    padding: 0;
  }

 #subnav ul li {
     /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

 #subnav ul li a,
 #subnav ul li strong {
    background: transparent;
    color: #4c4b4b;
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 0.5em 0.2em 0.5em 0.8em;
    text-decoration: none;
    width: auto;
  }

 #ome ul li a:focus,
 #subnav ul li a:hover,
 #subnav ul li a:active  { background: transparent; color: #d67c16; text-decoration: none; }

 #subnav ul li#current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    }

 #subnav ul li#current strong,
 #subnav ul li#current a,
 #subnav ul li#current a:focus,
 #subnav ul li#current a:hover,
 #subnav ul li#current a:active { background: transparent; color: #d67c16; text-decoration: none; }


#indent_nav {
	/* (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: right;
    display: inline;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color: #fff;
    line-height: 0;
  }

 #indent_nav 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: 265px;
    padding: 0;
  }

 #indent_nav ul li {
     /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

 #indent_nav ul li a,
 #indent_nav ul li strong {
    background: transparent;
    color: #4c4b4b;
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 0.5em 0.2em 0.5em 0.8em;
    text-decoration: none;
    width: auto;
  }

 #ome ul li a:focus,
 #indent_nav ul li a:hover,
 #indent_nav ul li a:active  { background: transparent; color: #d67c16; text-decoration: none; }

 #indent_nav ul li#current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    }

 #indent_nav ul li#current strong,
 #indent_nav ul li#current a,
 #indent_nav ul li#current a:focus,
 #indent_nav ul li#current a:hover,
 #indent_nav ul li#current a:active { background: transparent; color: #d67c16; text-decoration: none; }




  
  
}