#navcontainer { /*width: 120px;*/
	width: 160px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#navcontainer li
{
	margin-bottom: 2px;
/*	display: block;
	width: auto;*/
}
#navList .abstand1
{
	padding-top: 10px;
}


/*NO Normaler Zustand
--------------------------------------------------*/
/*#navList .no,.no2,.no3
{

	border-right: 1px solid #666666;

	}*/

#navList .no,.no2,.no3
{
	display: block;
	width: auto;
	}
#navList .no
{
	background: #CCC;
	font-size: 13px;
	margin-top: 5px;
	}
#navList .no2
{
	background: #EEE;
	font-size: 12px;
	margin-left: 20px;
	}
#navList .no3
{
	background: #EEE;
	font-size: 11px;
	margin-left: 30px;
	}
/*ACT Aktiver Zustand (ausgewählter Menuepunkt und jeweils der Ordner)
--------------------------------------------------*/
#navList .act,.act2,.act3
{
	background: #FFFFFF;
	display: block;
	width: auto;
	}
#navList .act
{
	font-size: 13px;
	margin-top: 5px;	
	}
#navList .act2
{
	font-size: 12px;
	margin-left: 20px;
}	
#navList .act3
{
	font-size: 11px;
	margin-left: 30px;
}
/*CUR Aktiver Zustand (ausgewählter Menuepunkt)
--------------------------------------------------*/
#navList .cur,.cur2,.cur3
{
	background: #FFFFFF;
	font-weight: bold;
	display: block;
	width: auto;
	border-right: 2px solid #FF0000;
	}
#navList .cur
{
	font-size: 13px;
	margin-top: 5px;	
	}
#navList .cur2
{
	font-size: 12px;
	margin-left: 20px;
}	
#navList .cur3
{
	font-size: 11px;
	margin-left: 30px;
}	

/*IFSUB Ist Untermenue
--------------------------------------------------*/
#navList .ifsub,.ifsub2,.ifsub3
{
	background: url(../img/lupe.gif) no-repeat right;
	}

/*Link
--------------------------------------------------*/
#navList a
{
	display: block;
	padding: 3px;
	width: auto;
	margin: 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	overflow: hidden;
}

#navList a:link, #navlist a:visited
{
color: #333333;
text-decoration: none;
}

#navList a:hover
{
	background-color: #FFFFFF;
	color: #333333;

	border-right: 1px solid #FF0000;

}
#navList a:active
{
	color: #333333;
	background: #FFCCCC;
}
#navList a:visited
{
	color: #333333;
	text-decoration: none;
}

