	/* menu 6 */
	/* oberste ebene */
#navcontainer_sub { margin-left: 0px; }

	/* erste ebene liste */
#navcontainer_sub li { margin: 0 0 1px 0; }

	/* zweite ebene liste */
#navcontainer_sub ul ul li { margin: 0 0 1px 0; }

	/* erste ebene allgemein */
	#navcontainer_sub ul
{
	margin: 0;
	padding: 1px 0px 0px 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #A6BE4B;
	}

	/* links erste ebene allgemein */
	#navcontainer_sub a
{
	display: block;
	padding: 10px 0px 7px 9px;
	width: 134px;
	height:16px;
	color: #454934;
	background-image: url(/media/screen/ebene1_norm.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size:12px;
	}

	/* links erste ebene hover */
	#navcontainer_sub a:hover
{
	background-image: url(/media/screen/ebene1_height.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #454934;
	}

	/* links zweite ebene allgemein */
	#navcontainer_sub ul ul a
{
	display: block;
	padding: 9px 0px 10px 22px;
	width: 119px;
	height:14px;
	color: #454934;
	background-image: url(/media/screen/ebene2_norm.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: #A6BE4B;
	font-size:10px;
	}

	/* links zweite ebene hover */
	#navcontainer_sub ul ul a:hover
{
	background-image: url(/media/screen/ebene2_height.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #454934;
	}

	/* aktiv erste ebene */
	#active_sub a
{
	background-image: url(/media/screen/ebene1_height.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #454934;
	}

	/* aktiv erste ebene hover */
	#active_sub a:hover
{
	}

	/* aktiv zweite ebene */
	#navcontainer_sub ul ul #subactive_sub a
{
	background-image: url(/media/screen/ebene2_height.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #454934;
	}

	/* aktiv zweite ebene hover */
	#navcontainer_sub ul ul #subactive_sub a:hover
{
	}

