div#divMidLeft_mnu
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:65%;
	text-decoration:none;
}

/*---------------------*/
/* Anchor-Formatierung */
/*---------------------*/
a.cMenuI1Label {color: #000000; background-color:transparent;}
a.cMenuI1Label:link, a.cMenuI1Label:visited {text-decoration:none; color: #000000; background-color:transparent;}
a.cMenuI1Label:hover, a.cMenuI1Label:active {text-decoration:none; color: #CC0033; background-color:transparent;}

a.cMenuI1LabelSel {color: #000000; background-color:transparent;}
a.cMenuI1LabelSel:link, a.cMenuI1LabelSel:visited {text-decoration:none; color: #000000; background-color:transparent;}
a.cMenuI1LabelSel:hover, a.cMenuI1LabelSel:active {text-decoration:none; color: #CC0033; background-color:transparent;}

a.cMenuI2Label {color: #000000; background-color:transparent;}
a.cMenuI2Label:link, a.cMenuI2Label:visited {text-decoration:none; color: #000000; background-color:transparent;}
a.cMenuI2Label:hover, a.cMenuI2Label:active {text-decoration:none; color: #CC0033; background-color:transparent;}

a.cMenuI2LabelSel {color: #000000; background-color:transparent;}
a.cMenuI2LabelSel:link, a.cMenuI2LabelSel:visited {text-decoration:none; color: #000000; background-color:transparent;}
a.cMenuI2LabelSel:hover, a.cMenuI2LabelSel:active {text-decoration:none; color: #CC0033; background-color:transparent;} 

/* Indent-Klassen (Einrückungen) */

/*------------*/
/* Indent 1,2 */
/*------------*/

/*-------------------- Zeile normal -------------------------*/
.cMenuI1Row
{
	
	display: block;
	background-image:url(/images/design/line_mnu.jpg);
	background-repeat:no-repeat;
	padding:5px 0px 5px 0px;
	width:180px;
}
/*-------------------- Zeile ausgewählt ---------------------*/
.cMenuI1RowSel
{
  	display: block;
	background-image:url(/images/design/line_mnu.jpg);
	background-repeat:no-repeat;
	padding:5px 0px 5px 0px;
	width:180px;
}
/*-------------------- Icon-Spalte normal --------------------*/
.cMenuI1ColIcon
{
	float:left;
	width:30px;
	background-image:url(/images/design/arrow_blue_1.gif);
	background-repeat:no-repeat;
	background-position:10px;
	
}
/*-------------------- Icon-Spalte ausgewählt ----------------*/
.cMenuI1ColIconSel
{
	float:left;
	width:30px;
	background-image:url(/images/design/mnu_selected.gif);
	background-repeat:no-repeat;
	background-position:10px;
}
/*-------------------- Text-Spalte ---------------------------*/
.cMenuI1ColLabel
{
	

	padding: 0px 0px 0px 30px;

}

.cMenuI2ColLabel
{
	padding: 0px 0px 0px 50px;

}
/*-------------------- Text normal ---------------------------*/
.cMenuI1Label
{
	font-weight:bold;

}
/*-------------------- Text ausgewählt -----------------------*/
.cMenuI1LabelSel, .cMenuI2LabelSel
{
	font-weight:bold;
}

/*------------*/
/* Indent 2   */
/*------------*/
.cMenuI2Row
{
	
	display: block;
	background-image:url(/images/design/line_mnu.jpg);
	background-repeat:no-repeat;
	padding:5px 0px 5px 0px;
	width:180px;
}

/*-------------------- Zeile ausgewählt ---------------------*/
.cMenuI2RowSel
{
	
	display: block;
	background-image:url(/images/design/line_mnu.jpg);
	background-repeat:no-repeat;
	padding:5px 0px 5px 0px;
}/*-------------------- Icon-Spalte normal --------------------*/
.cMenuI2ColIcon
{
	margin-left:20px;
	float:left;
	width:30px;
	background-image:url(/images/design/arrow_blue_1.gif);
	background-repeat:no-repeat;
	background-position:10px;
}
/*-------------------- Icon-Spalte ausgewählt ----------------*/
.cMenuI2ColIconSel
{
	margin-left:20px;
	float:left;
	width:30px;
	background-image:url(/images/design/mnu_selected.gif);
	background-repeat:no-repeat;
	background-position:10px;
}
.cMenuI2Label
{
	font-weight:normal;
}
