@charset "UTF-8";
/**
* "Yet Another Multicolum Layout" - (X)HTML/CSS Framework
* "YAML for Joomla Template" - http://www.joomla-template-yaml.de
*
* (en) Horizontal list navigation "Shiny Buttons"
* (de) Horizontale Navigationsliste "Shiny Buttons"
*
* @copyright       Copyright 2005-2007, Dirk Jesse
* @license         CC-A-NC 2.0 (http://creativecommons.org/licenses/by-nc-sa/2.0/de/),
*                  YAML-C (http://www.yaml.de/en/licence.html)
* @link            http://www.yaml.de
* @package         yaml
* @version         3.0
* @revision        $Revision: 63 $
* @lastmodified    $Date: 2007-06-25 15:47:28 +0200 (Mo, 25 Jun 2007) $
*/

@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;
    line-height: 0px;
  }
  
  #nav_main ul {
    float:right;
      /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display:inline;
    margin:0;
    padding: 0;
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    /*margin-left: 50px;
    border-left: 2px #d6dd39 solid;*/
  }
  
  #nav_main ul li {
    float: left;
      /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display:inline;
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    line-height: 1.2em;
    list-style-type: none;
  }
  
  #nav_main ul li a,
  #nav_main ul li strong {
	display:block;
	text-align: right;
	width: 142px;
	height: 365px;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	margin: 0;
	margin-left: 40px;
	padding: 0;
	padding-top: 150px;
	padding-right: 1.1em;
	/*background-color: transparent;
	background-image: url(../../images/marketing.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #996633;*/
  }
  
  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  {
    color: #97be0d;

  }

  .nav01{
    background-color: transparent;
	background-image: url(../../images/marketing.gif);
	background-repeat: no-repeat;
	background-position: right top;
} 

  .nav01 a:focus,
  .nav01 a:hover,
  .nav01 a:active{
	background-color: transparent;
	color: #bdc41c;
	text-decoration: none;
	background-image: url(../../images/marketing_hover.gif);
	background-repeat: no-repeat;
	background-position: right top;
} 
  .nav02{
    background-color: transparent;
	background-image: url(../../images/kommunikation.gif);
	background-repeat: no-repeat;
	background-position: right top;
} 

  .nav02 a:hover{
    background-color: transparent;
    color: #bdc41c;
    text-decoration: none;
	background-image: url(../../images/kommunikation_hover.gif);
	background-repeat: no-repeat;
	background-position: right top;
} 

  .nav03{
    background-color: transparent;
	background-image: url(../../images/grafik.gif);
	background-repeat: no-repeat;
	background-position: right top;
} 

  .nav03 a:hover{
    background-color: transparent;
    color: #bdc41c;
    text-decoration: none;
	background-image: url(../../images/grafik_hover.gif);
	background-repeat: no-repeat;
	background-position: right top;
} 

   
  #nav_main ul li#current {
	/*border-left: 5px #bdc41c solid;
    border-right: 3px #bdc41c solid;
    background: transparent url("gfx/shiny_buttons/h_navi_bg.gif") repeat-x top right;*/
  }
  
  #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 {
    color: #bdc41c;
    background: transparent;
    text-decoration: none;
  }

}
