div#main-navigation ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

/* KONFIGURATION NAVIGATION */
/* Level 1 normaler Zustand */
a.nml,
a:link.nml, 
a:visited.nml,
a:active.nml {
	height:23px;
	color:#7B6214;
	display:block;
	font-size:12px;
	text-decoration:none;
	padding:7px 0px 0px 17px;
	background:url('/fileadmin/templates/images/nav-bg-nml.gif') no-repeat;
}

/* Level 1 aktiver Zustand */
a.act,
a:link.act, 
a:visited.act,
a:active.act {
	height:23px;
	color:#7B6214;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:7px 0px 0px 17px;
	background:url('/fileadmin/templates/images/nav-bg-act.gif') no-repeat;
}

/* Level 2 normaler Zustand */
a.nmlL2,
a:link.nmlL2, 
a:visited.nmlL2,
a:active.nmlL2 {
	color:#7B6214;
	display:block;
	font-size:11px;
	font-style:normal;
	text-decoration:none;
	padding:2px 0px 2px 26px;
	background:url('/fileadmin/templates/images/nav-bg-nmlL2.gif') no-repeat;
}

/* Level 2 aktiver Zustand */
a.actL2,
a:link.actL2, 
a:visited.actL2,
a:active.actL2 {
	color:#7B6214;
	display:block;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	padding:2px 0px 2px 26px;
	background:url('/fileadmin/templates/images/nav-bg-actL2.gif') no-repeat;
}

/* Hover alle Ebenen */
a:hover.nml,
a:hover.act,
a:hover.nmlL2,
a:hover.actL2{
	color:#000000;
}

/* KONFIGURATION Zusatznavigation (Impressum, Druckversion, Sitemap, Gästebuch) */
/* normaler Zustand */
a.zunav {
	color:#333333;
	font-size:11px;
	font-style:normal;
	text-decoration:none;
}

/* Maus darüber */
a:hover.zunav {
	color:#333333;
}
