@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.1

*/

@media all
{

#nav {  width:960px;  height:26px; border-top:#FFFFFF 1px solid;
   clear:both;  position:relative; top: 28px; left: 0px; padding:0px; margin:0px;
   background:url(../../img/nav/bgreiternav.gif) repeat-x top left; height:32px;
     }
	 
#nav_main { 
  /* (en) containing floats in IE */
  /* (de) Einfassen der Floats im IE */ 
  overflow:hidden; 
  /* (en) containing floats in all other browsers */
  /* (de) Einfassen der Floats in allen anderen Browsern 
   */
  float:left;
  display:inline; height:32px; padding:0px; margin:0px;
}


.rnavli{float:left;background:url(../../img/nav/HN-left-off.gif) no-repeat top left; width:1px; height:32px; }
.rnavmid{padding:5px 0px 10px 0px; float:left; cursor:pointer;font-weight:bold;font-size: 116.67%; }
.rnavre{float:left;background:url(../../img/nav/HN-right-off.gif) no-repeat top left; width:1px; height:32px; }


.rnavli_over{float:left;background:url(../../img/nav/HN-left-over.gif) no-repeat top left; width:1px; height:33px; }
.rnavmid_over{padding:5px 0px 0px 0px; float:left; height:33px; font-weight:bold;font-size: 116.67%; cursor:pointer; }
.rnavre_over{float:left;background:url(../../img/nav/HN-right-over.gif) no-repeat top left; width:1px; height:33px; }

.rnavli_on{float:left;background:url(../../img/nav/HN-left-on.gif) no-repeat top left; width:1px; height:33px; }
.rnavmid_on{padding:5px 0px 0px 0px; float:left; height:33px; font-weight:bold;font-size: 116.67%; cursor:pointer; }
.rnavre_on{float:left;background:url(../../img/nav/HN-right-on.gif) no-repeat top left; width:1px; height:33px; }



a.pas:link, a.pas:active, a.pas:focus, a.pas:visited  {color: #fff;  text-decoration: none; background:url(../../img/nav/HN-mid-off.gif) repeat-x top left; padding:5px 20px 10px 20px; height:33px; }
a.pas:hover{ text-decoration: none; background: url(../../img/nav/HN-mid-over.gif) repeat-x top left; color: #000; padding:5px 20px 10px 20px; height:33px;}

a.act:link, a.act:active, a.act:focus, a.act:visited  { color: #000;  text-decoration: none; background:url(../../img/nav/HN-mid-on.gif) repeat-x top left; padding:5px 20px 10px 20px;height:33px;}
a.act:hover{color: #000; text-decoration: none; padding:5px 20px 10px 20px; height:33px;}

/* Opera */ 
div.rollover { padding:0px; border:0px; float:left; }


/* reiternavigation über formular*/
.rnavli2_on{float:left;background:url(../../img/nav/rnavon_left.gif) no-repeat top left; width:10px; height:25px; color:#000; }
.rnavmid2_on{float:left;background:url(../../img/nav/rnavon_center.gif) repeat-x top left; height:25px; 
padding:5px 1px 0px 1px; color:#fff; font-weight:bold; color:#000; }
.rnavre2_on{float:left;background:url(../../img/nav/rnavon_right.gif) no-repeat top left; width:10px; height:25px; color:#000; }

.rnavli2_off{float:left;background:url(../../img/nav/rnavoff_left.gif) no-repeat top left; width:10px; height:25px;color:#000; }
.rnavmid2_off{float:left;background:url(../../img/nav/rnavoff_center.gif) repeat-x top left; height:25px; 
padding:5px 1px 0px 1px; color:#fff; font-weight:bold; color:#000; }
.rnavre2_off{float:left;background:url(../../img/nav/rnavoff_right.gif) no-repeat top left; width:10px; height:25px; color:#000; }

#formReiter { _margin-bottom:-6px; }
  
#formReiter a:link,#formReiter a:visited,#formReiter a:active, #formReiter a:focus  {  
  color: #878882;
  text-decoration: none;
}
#formReiter a:hover {  
  color: #000;
  text-decoration: none;
}


#nav_main ul li#current {
  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 {
  color: #fff;
  background: transparent;
  text-decoration: none;
}


}