@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-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.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

@media all
{
  #nav_main {
    /* (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 */
    line-height: 0;
  }

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

  #nav_main ul li {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
	display:inline;
	background: transparent left top no-repeat;
    float: left;
    font-size: 1.0em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #nav_main ul li a,
  #nav_main ul li strong {
	display: block;
	height:52px;
	overflow:hidden;
    background: transparent left top no-repeat;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
	padding:0;
	text-indent:-9999px;
    text-decoration: none;
    width: auto;
  }
  
  
  #nav_main ul .btn1 a{ background: url(images/header_logo.gif); width:189px}
  #nav_main ul .btn2 a{ background: url(images/header_btn1.gif); width:137px}
  #nav_main ul .btn3 a{ background: url(images/header_btn2.gif); width:127px}
  #nav_main ul .btn4 a{ background: url(images/header_btn3.gif); width:102px} 
  #nav_main ul .btn5 a{ background: url(images/header_btn4.gif); width:85px}
  #nav_main ul .btn6 a{ background: url(images/header_btn5.gif); width:71px}
  #nav_main ul .btn7 a{ background: url(images/header_btn6.gif); width:77px}
  #nav_main ul .btn8 a{ background: url(images/header_btn7.gif); width:67px}
  #nav_main ul .btn9 a{ background: url(images/header_btn8.gif); width:105px}


  #nav_main ul  .btn1 a:hover { background:url(images/header_logo.gif) bottom ; }
  #nav_main ul  .btn2 a:hover { background:url(images/header_btn1.gif) bottom ; }
  #nav_main ul  .btn3 a:hover { background:url(images/header_btn2.gif) bottom ; }
  #nav_main ul  .btn4 a:hover { background:url(images/header_btn3.gif) bottom ; }
  #nav_main ul  .btn5 a:hover { background:url(images/header_btn4.gif) bottom ; }
  #nav_main ul  .btn6 a:hover { background:url(images/header_btn5.gif) bottom ; }
  #nav_main ul  .btn7 a:hover { background:url(images/header_btn6.gif) bottom ; }
  #nav_main ul  .btn8 a:hover { background:url(images/header_btn7.gif) bottom ; }
  #nav_main ul  .btn9 a:hover { background:url(images/header_btn8.gif) bottom ; }





  #nav_main ul li#current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #272727 url("images/shiny_buttons/background_active.gif") repeat-x center right;
    border-left: 1px #444 solid;
    border-right: 1px #888 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: #fff; text-decoration: none; }
  
  #subnav_all{ height:28px; display:block; overflow:hidden}
  #subnav{ background:url(images/subheader.gif) left top no-repeat; height:28px; margin-left:190px; margin-right:320px; padding:0 8px }
   #subnav a{ line-height:28px; padding:0px 10px; color:#2a60a8}
   #subnav a:hover{ color: #FF4E02}
}


