/* ------------------------- main ------------------------------------ */

#navi {
	float:				left;
	background-color:	#9DAB00;
	background-image:	url(../images/navi/navi_hg.jpg);
	background-position:top;
	background-repeat:	no-repeat;
	width:				219px;
	border-right:		1px solid #FFF;
	/*height:				492px;*/
	height:				518px;
	margin:				0;
	padding:			0;
}

#navi .menuepunkt-active {
	background-image:	url(../images/navi/menuepunkt-active.gif);
	background-repeat: 	no-repeat;	
	height: 			17px;
	width:				194px;
	color:				#000;
	font-size:			12px;
	font-weight:		bold;
	text-decoration:	none;
	margin:				0;
	padding:			4px 0 2px 25px;
}
#navi .menuepunkt-visited  {
	background-image:	url(../images/navi/menuepunkt-visited.gif);
	background-repeat: 	no-repeat;	
	height: 			17px;
	width:				194px;
	font-size:			12px;
	font-weight:		bold;
	text-decoration:	none;
	margin:				0;
	padding:			4px 0 2px 25px;
	color:				#FFF;
}
#navi .menuepunkt-ungesehen  {
	background-image:	url(../images/navi/menuepunkt-new.gif);
	background-repeat: 	no-repeat;	
	height: 			17px;
	width:				194px;
	font-size:			12px;
	font-weight:		bold;
	text-decoration:	none;
	margin:				0;
	padding:			4px 0 2px 25px;
	color:				#777777;
}

