/**
 * Container fuer die NAC
 **/
 div#nac {
	margin:0px 0px 0px 0px;
	padding:0px 0px 2px 0px;
	width:100%;
	float:left;
 }

html>body div#nac {
	padding:0px 0px 0px 0px;
}
 
/**
 * Ueber diese Liste generieren wir die NAC. Diese Liste umfasst je ein aeusseres
 * NAC. Innerhalb dieser Listenelemente gibt es eine DL (Defintionsliste)
 **/
 ul#navigationsEbene5 {
	 margin:0px 0px -2px 0px;
	 padding:0px 0px 0px 0px;
	 width:100%;
	 list-style-type:none;
	 background:transparent;
}

*+html ul#navigationsEbene5 {
	 margin:0px 0px 0px 0px;	
}


/**
 * Listenelement fuer einen inaktiven NAC (aeusseres Listenelement)
 **/
 #navigationsEbene5 li.nac {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 2px 0px 0px;
	height:45px;
	font-size:8pt;
	width:121px;
	overflow:hidden;
}

/**
 * Listenelement fuer einen inaktiven NAC  (aeusseres Listenelement)
 **/
 #navigationsEbene5 li.aktiv {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 2px 0px 0px;
	height:45px;
	font-size:8pt;
	width:121px;
	overflow:hidden;
}

/**
 * Definitionsliste welche je Punkt in der NAC in ein LI geschrieben wird
 * Ausrichtung und Abstaende
 **/
 #navigationsEbene5 li dl {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
}

/**
 * Listenelement fuer einen inaktiven NAC  (inneres Listenelement [Zahl])
 **/
 #navigationsEbene5 li dl dd.zahl {
	float:left;
	margin:0px 0px 0px 0px;
	padding:8px 0px 17px 6px;
	font-weight:bold;
	font-size:14px;
	height:20px;
	width:10px;
}

/**
 * Listenelement fuer einen inaktiven NAC  (inneres Listenelement [Text])
 **/
 #navigationsEbene5 li dl dd.text {
	float:left;
	margin:1px 0px 0px 0px;
	padding:9px 13px 10px 4px;
	line-height:14px;
	height:23px;
	font-size:11px;
	width:87px;
	overflow:hidden;
}

/**
 * Listenelement fuer einen aktiven NAC  (inneres Listenelement [Zahl])
 **/
 #navigationsEbene5 li dl dd.zahlAktiv {
	float:left;
	margin:0px 0px 0px 0px;
	padding:4px 0px 17px 7px;
	font-weight:bold;
	font-size:14px;
	height:26px;
	line-height:13px;
	width:9px;
}

/**
 * Listenelement fuer einen aktiven NAC  (inneres Listenelement [Text])
 **/
 #navigationsEbene5 li dl dd.textAktiv {
	float:left;
	margin:0px 0px 0px 0px;
	padding:4px 13px 10px 4px;
	line-height:14px;
	font-weight:bold;
	height:32px;
	line-height:14px;
	font-size:11px;
	width:85px;
	overflow:hidden;
}

html>body #navigationsEbene5 li dl dd.zahlAktiv {
	margin:0px 0px 0px 0px;
	padding:4px 0px 17px 7px;
}

html>body #navigationsEbene5 li dl dd.text {
	width:88px;
	height:25px;
	padding:10px 13px 17px 4px;
}
html>body #navigationsEbene5 li dl dd.textAktiv {
	width:87px;
	height:26px;
	padding:5px 13px 17px 5px;
}
