/* Fuer alles was mit Navigation zu tun hat */


/* linkes Navigations-Menu mit Bullets ueber Typoscript gesteuert */
/* mit Unterstuetzung von Menutiteln */
/* OK geprueft mit IE und Firefox */


/* Generelle Auszeichnung der UL */
ul,
li {
	list-style-type: none;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
}

/* Auszeichnung der Bullets */
.LM1-act {
	FONT-SIZE: 11px;
	COLOR: red;
	font-weight: bold;
	margin: 0 0px 0 0;
}

.LM1-no {
	FONT-SIZE: 11px;
	COLOR: #58585a;
	font-weight: bold;
	margin: 0 0px 0 0;
}

/* Auszeichnung der Position der li Elemente  */
.LM1 li {
	padding: 0 0 0 0;
	margin: 0px 0 15px 20px;
} 
.LM2 li {
	padding: 0 0 0 0;
	margin: 5px 0 5px 20px;
} 
.LM3 li {
	padding: 0 0 0 0;
	margin: 5px 0 5px 20px;
}

/* Auszeichnung der Position mit Border  */
li.line {
	border-bottom: 1px solid red;
}

.LM1 .act a,
.LM2 .act a,
.LM3 .act a {
	DISPLAY: inline;
	FONT-SIZE: 11px;
	COLOR: red;
	TEXT-DECORATION: none;
}

.LM1 .no a,
.LM2 .no a,
.LM3 .no a {
	DISPLAY: inline;
	FONT-SIZE: 11px;
	COLOR: #58585A;
	TEXT-DECORATION: none;
}

/* Auszeichnung der Abstand Elemente  */
li.spc1,
li.spc2,
li.spc3 {
	padding: 3px 0 3px 0;
	margin: 0 0 0 0;
	color: red;
}

/* Ende linkes Navigations-Menu mit Bullets ueber Typoscript gesteuert */

