/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.highresolution.info/webdesign/yaml/) #
** ######################################################################################################
**
**  YAML Version: 2.4
**  Dateiversion: 15.05.06
**  Datei       : nav_slidingdoor.css
**  Funktion    : Formatierung der Hauptnavigation: Reiternavigation "Sliding Doors"
**
*/

@media all
{
/* ######################################################################################################
** ### Hauptnavigation: "Sliding Doors" von A List Apart ################################################
** ######################################################################################################
*/



#nav { 	position: absolute; top: 95px; left: 50%; height: 26px; width: 880px; margin-left: -440px; 
				background-image: url('../../img/nav/bg.gif'); background-repeat: repeat-x; }
#nav_main { }



#nav_main {
	font-size: 0.8em;
	width:100%;
	float:left;
	color: #6B7165;
	height: 2.5em;
}
#nav_mainUDM {
	width:100%;
	float:left;
	color: #fff;
}

#nav_main ul {
  white-space: nowrap;
  line-height: 1em;
  margin: 2px 0 0 310px;
	height: 24px;
  padding:0 0 0 0px;
  list-style:none;
}

#nav_main li {
  float:left;
/*  margin-right: 2px;  nur einfügen bei ECKIGEN Ecken */
  padding: 0 0 0.8em 1px;
  line-height: 1.3em;
  margin: 0;
}

#nav_main a {
  float:left;
  display:block;
  color:#fff;
	font-size: 12px;
	font-weight: normal;
  background: transparent;
  padding:5px 11px 3px 11px;
  text-transform: none;
  text-decoration:none;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac 
#nav_main a {float:none;}
/* End IE5-Mac hack */
#nav_main a:hover {
    color:#fff;
    background-color: transparent;
		text-decoration: underline;
  }

#nav_main #current {background: url(../../img/nav/bg-aktiv-links.gif) no-repeat top left;}
	
#nav_main #current a {
  color:#237B91;
  background: url(../../img/nav/bg-aktiv-rechts.gif) no-repeat top right;
}

}