/* KONFIGURATION MAINNAVIGATION */
div#main-navigation ul#ulL1 {
	margin:0px;
	width:149px;
	list-style:none;
	padding:0px 0px 0px 24px;
}

/* Level 1 normaler Zustand */
a.nml,
a:link.nml,
a:visited.nml,
a:active.nml {
	height:22px;
	width:149px;
	color:#8B1513;
	display:block;
	font-size:14px;
	text-decoration:none;
	padding:7px 0px 0px 1px;
	border-bottom:1px solid #8B1513;
}

/* Level 1 normaler Zustand  letzter Menüpunkt */
a.nmlLast,
a:link.nmlLast,
a:visited.nmlLast,
a:active.nmlLast {
	height:22px;
	width:149px;
	color:#8B1513;
	display:block;
	font-size:14px;
	text-decoration:none;
	padding:7px 0px 0px 1px;
}

/* Level 1 aktiver Zustand */
a.act,
a:link.act,
a:hover.act, 
a:visited.act,
a:active.act {
	height:22px;
	width:149px;
	color:#8B1513;
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:7px 0px 0px 1px;
	border-bottom:1px solid #8B1513;
}

a:hover.nml {
	font-weight:bold;
}

/* Level 1 aktiver Zustand letzter Menüpunkt */
a.actLast,
a:link.actLast,
a:hover.actLast, 
a:visited.actLast,
a:active.actLast {
	height:22px;
	width:149px;
	color:#8B1513;
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:7px 0px 0px 1px;
}

a:hover.nmlLast {
	font-weight:bold;
}

/* LEVEL 2 */
div#main-navigation ul#ulL2 {
	margin:0px;
	padding:0px;
	list-style:none;
}

/* Level 2 normaler Zustand */
a.nmlL2,
a:link.nmlL2, 
a:visited.nmlL2,
a:active.nmlL2 {
	color:#8B1513;
	display:block;
	font-size:12px;
	font-style:normal;
	text-decoration:none;
	padding:2px 0px 4px 20px;
}

/* Level 2 aktiver Zustand */
a.actL2,
a:link.actL2, 
a:visited.actL2,
a:active.actL2 {
	color:#8B1513;
	display:block;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	padding:2px 0px 4px 20px;
}

/* Hover */
a:hover.nmlL2,
a:hover.actL2{
	color:#8B1513;
}
