/* KONFIGURATION NAVIGATION */
/* Level 1 normaler Zustand */
a.nml,
a:link.nml, 
a:visited.nml,
a:active.nml, 
a:hover.nml {
	color:#6f5c2e;
	display:block;
	font-size:12px;
	font-style:normal;
	text-decoration:none;
}

/* Level 1 aktiver Zustand */
a.act,
a:link.act, 
a:visited.act,
a:active.act, 
a:hover.act {
	color:#6f5c2e;
	display:block;
	font-size:12px;
	font-style:normal;
	font-weight: bold;
	text-decoration:none;
}

/* Level 2 normaler Zustand */
a.nmlL2,
a:link.nmlL2, 
a:visited.nmlL2,
a:active.nmlL2, 
a:hover.nmlL2 {
	height:20px;
	color:#6f5c2e;
	display:block;
	font-size:11px;
	font-style:normal;
	text-decoration:none;
	padding:2px 0 2px 15px;
}

/* Level 2 aktiver Zustand */
a.actL2,
a:link.actL2, 
a:visited.actL2,
a:active.actL2, 
a:hover.actL2 {
	height:20px;
	color:#6f5c2e;
	display:block;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	padding:2px 0 2px 15px;
}
/* KONFIGURATION Zusatznavigation (Impressum, Druckversion, Sitemap, Gästebuch) */
/* normaler Zustand */
a.zunav {
	color:#6f5c2e;
	font-size:11px;
	font-style:normal;
	text-decoration:none;
}

/* Maus darüber */
a:hover.zunav {
	color:#333333;
}