/* Navigation */body {	background-color: #235D0C;}/* Hauptnav */#mainnavi li {	height: 22px;	display:block;	list-style-type: none;}/* Subnav */#subnavi ul{	width: 167px;	height: auto;	list-style-type: none;	padding:0;	margin: 0;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;}#subnavi ul ul{	width: 167px;	height: auto;	list-style-type: none;	padding:0;	margin: 0;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;}#subnavi li {	display: block;	width: 167px;	height: auto;	list-style-type: none;	padding: 0;	margin: 0;}/* Subnav Ebene 1 normal */#subnavi ul#mainlevel li.mainlevel a.mainlevel:link,#subnavi ul#mainlevel li.mainlevel a.mainlevel:visited {	color: #CD8A46;	text-decoration: none;	display: block;	line-height: 16px;	background-color: #577908;	padding:0 4px 0 4px;	margin:0 0 2px 0;	width: auto;	height: 16px;	}/* Subnav Ebene 1 hover */#subnavi ul#mainlevel li.mainlevel a.mainlevel:hover {	color: #CD8A46;	text-decoration: none;	display: block;	line-height: 16px;	background-color: #235D0C;	padding:0 4px 0 4px;	margin:0 0 2px 0;	border-right: 2px solid #CD8A46;}/* Subnav Ebene 1 aktiv */#subnavi ul#mainlevel #active_menu:link,#subnavi ul#mainlevel #active_menu:visited {	color: #CD8A46;	text-decoration: none;	display: block;	line-height: 16px;	background-color: #235D0C;	padding:0 4px 0 4px;	margin:0 0 2px 0;	border-right: 2px solid #CD8A46;}/* Subnav Ebene 1 passiv-aktiv */#subnavi ul#mainlevel li.mainlevel_active a.mainlevel:link,#subnavi ul#mainlevel li.mainlevel_active a.mainlevel:visited {	color: #CD8A46;	text-decoration: none;	display: block;	line-height: 16px;	background-color: #235D0C;	padding:0 4px 0 4px;	margin:0 0 2px 0;	border-right: 2px solid #CD8A46;}/* Subnav Ebene 1 passiv-aktiv-hover !!MUSS IM CODE NACH LINK UND VISITED STEHEN!! */#subnavi ul#mainlevel li.mainlevel_active a.mainlevel:hover {	color: #CD8A46;	text-decoration: none;	display: block;	line-height: 16px;	background-color: #235D0C;	padding:0 4px 0 4px;	margin:0 0 2px 0;	border-right: 2px solid #CD8A46;}/* Subnav Ebene 2 normal */#subnavi ul#mainlevel li.mainlevel_current li.sublevel a.sublevel:link,#subnavi ul#mainlevel li.mainlevel_current li.sublevel a.sublevel:visited,#subnavi ul#mainlevel li.mainlevel_active li.sublevel a.sublevel:link,#subnavi ul#mainlevel li.mainlevel_active li.sublevel a.sublevel:visited {	color: #D4B000;	line-height: 14px;	text-decoration: none;	display: block;	background-color: #5A7C0B;	padding:0 4px 0 8px;	margin:0 0 2px 0;	width: auto;	height: 14px;}/* Subnav Ebene 2 hover */#subnavi ul#mainlevel li.mainlevel_current li.sublevel a.sublevel:hover,#subnavi ul#mainlevel li.mainlevel_active li.sublevel a.sublevel:hover {	line-height: 14px;	text-decoration: none;	display: block;	color: #D4B000; 	background-color: #235D0C;	padding:0 4px 0 8px;	margin:0 0 2px 0;	border-right: 2px solid #D4B000;}/* Subnav Ebene 2 aktiv */#subnavi ul#mainlevel li.mainlevel_active li.sublevel_current a.sublevel#active_menu:link,#subnavi ul#mainlevel li.mainlevel_active li.sublevel_current a.sublevel#active_menu:visited {	line-height: 14px;	text-decoration: none;	display: block;	color: #D4B000; 	background-color: #235D0C;	padding:0 4px 0 8px;	margin:0 0 2px 0;	border-right: 2px solid #D4B000;}/* Subnav Ebene 2 passiv-aktiv */#subnavi ul#mainlevel li.mainlevel_active li.sublevel_active a.sublevel:link,#subnavi ul#mainlevel li.mainlevel_active li.sublevel_active a.sublevel:visited {	line-height: 14px;	text-decoration: none;	display: block;	color: #D4B000; 	background-color: #235D0C;	padding:0 4px 0 8px;	margin:0 0 2px 0;	border-right: 2px solid #D4B000;}/* Subnav Ebene 2 passiv-aktiv-hover */#subnavi ul#mainlevel li.mainlevel_active li.sublevel_active a.sublevel:hover {	line-height: 14px;	text-decoration: none;	display: block;	color: #D4B000; 	background-color: #235D0C;	padding:0 4px 0 8px;	margin:0 0 2px 0;	border-right: 2px solid #D4B000;}