div#main-navigation ul#ul-main,
div#main-navigation * ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
/*
div#main-navigation ul#ul-main {
	padding-bottom:3px;
	background:bottom url('/fileadmin/templates/images/bg-mainnav-item.gif') no-repeat;
} */

div#main-navigation ul#ul-main li#act-li {
	background:url('/fileadmin/templates/images/bg-mainnav-l1act.jpg') no-repeat;
}

/* KONFIGURATION NAVIGATION */
/* Level 1 normaler Zustand */
a.nml,
a:link.nml, 
a:visited.nml,
a:active.nml, 
a:hover.nml {
	color:#154c59;
	display:block;
	font-size:12px;
	font-style:normal;
	text-decoration:none;
	padding:3px 0px 3px 10px;
	background:url('/fileadmin/templates/images/bg-mainnav-item.gif') no-repeat;
}

/* Level 1 aktiver Zustand */
a.act,
a:link.act, 
a:visited.act,
a:active.act, 
a:hover.act {
	color:#154c59;
	display:block;
	font-size:12px;
	font-style:normal;
	font-weight: bold;
	text-decoration:none;
	padding:3px 0px 3px 10px;
	background:url('/fileadmin/templates/images/bg-mainnav-item.gif') no-repeat;
}

/* Level 1 aktiver Zustand */
a.actifsub,
a:link.actifsub, 
a:visited.actifsub,
a:active.actifsub, 
a:hover.actifsub {
	color:#154c59;
	display:block;
	font-size:12px;
	font-style:normal;
	font-weight: bold;
	text-decoration:none;
	padding:3px 0px 0px 10px;
	background:url('/fileadmin/templates/images/bg-mainnav-item.gif') no-repeat;
}

/* Level 2 normaler Zustand */
a.nmlL2,
a:link.nmlL2, 
a:visited.nmlL2,
a:active.nmlL2, 
a:hover.nmlL2 {
	color:#154c59;
	display:block;
	font-size:11px;
	font-style:normal;
	text-decoration:none;
	padding:0px 0 2px 20px;
}

/* Level 2 aktiver Zustand */
a.actL2,
a:link.actL2, 
a:visited.actL2,
a:active.actL2, 
a:hover.actL2 {
	color:#154c59;
	display:block;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	padding:0px 0 2px 20px;
}

/* Level 3 normaler Zustand */
a.nmlL3,
a:link.nmlL3, 
a:visited.nmlL3,
a:active.nmlL3, 
a:hover.nmlL3 {
	color:#154c59;
	display:block;
	font-size:10px;
	font-style:normal;
	text-decoration:none;
	padding:2px 0 2px 20px;
}

/* Level 3 aktiver Zustand */
a.actL3,
a:link.actL3, 
a:visited.actL3,
a:active.actL3, 
a:hover.actL3 {
	color:#154c59;
	display:block;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	padding:2px 0 2px 20px;
}

