

	/**************************************************************************
	*
	*  navmain
	*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	*	Basis: Fortgeschr. CCS Techniken, p. 300ff
	*  Erweiterung: doNotLinkit=1
	*
	***************************************************************************/

	/**************************************************************************
	*
	*  Grundeinstellungen
	*
	***************************************************************************/
	 #navigation {
		margin-top: 0em;
	 }

	 #navigation ul {
		list-style: none;

		/* remove top margin */
		margin-top:0;

	 }

	 /* sub */
	 #navigation ul ul {
		margin-top: 0em;
		margin-bottom: 0em;
	 }

	 #navigation ul li {
		border-bottom: 0px solid #fff;
		/* font-weight: bold; */
		text-transform: uppercase;

		background-image: url(bg/stp/navmain/bg_navmain_item.jpg);
		background-repeat: no-repeat;
		background-position: top left;
	 }

	 #navigation                   ul li a,
	 #navigation             ul li ul li a,
	 #navigation                   ul li.cur strong,
	 #navigation             ul li ul li.cur strong {
		display: block;
		color: #505050;  /* STP Grau */
		text-decoration: none;
		padding-top   : 0.4em;
		padding-bottom: 0.4em;
		padding-left  : 24px;
		padding-right : 0.2em;

		/* background-color: #C7D0BA; */  /* not used for this project */

		/* default icon */
		background-image: url(icon/stp/navmain/navmain_icon.gif);  /* icon default */
		background-repeat: no-repeat;
		background-position: 16px center;


	 }





	/**************************************************************************
	*
	*  -Einrueckung des LI inhaltes fuer den zweiten Level
	*  -Default BG color
	*
	***************************************************************************/
	/* sub */
	#navigation ul li ul li a,
	#navigation ul li ul li.cur strong {
		padding-left: 34px;
		font-weight: normal;
		/* text-transform: none; */

		/* background-color: #DFE4D8;   */  /* not used for this project */
		background-position: 24px center;
	}

	#navigation ul li ul li.cur strong {
		background-image: url(icon/stp/navmain/navmain_icon_hi.gif);   /* icon hi */
	}
	/* sub act - falls subsubs da sind. */
	#navigation ul li ul li.act a {
		font-weight: bold;
	}





	/**************************************************************************
	*
	*  -hover farben
	*
	***************************************************************************/
	/* main */
	#navigation ul li a:hover {
		background-color: #EEE;
		color: #000;
		background-image: url(icon/stp/navmain/navmain_icon_hi.gif);   /* icon hi */
	}
	/* sub */
	#navigation ul li ul li a:hover {
		/* background-color: #EFEFEF; */
		color: #8C0080;  /* STP Lila */
		background-image: url(icon/stp/navmain/navmain_icon_hi.gif);   /* icon hi */

	}

	/**************************************************************************
	*
	*  -Schriftart und Farbe f.d. aktuellen Menuepunkt
	*
	***************************************************************************/
	 #navigation                   ul li.cur strong,
	 #navigation             ul li ul li.cur strong {
		color: #8C0080;  /* Lila */
		font-weight: bold;
		background-image: url(icon/stp/navmain/navmain_icon_hi.gif);   /* icon hi */

		/* background-color: #858980; */  /* not used for this project */

	 }


