/* menueformate :: Viktor Frankl Insitut */
/* last update : 29-01-005 by ai */

	/* NAVIGATION :: menu_items.js */
.mnav { /*main navigation : zB.: AKTUELLES*/
	font-family:verdana,helvetica,sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#999999;
	white-space:nowrap;
	text-indent:5pt;
}
	.mnavh{ /*main navigation :: hover*/
		font-family:verdana,helvetica,sans-serif;
		font-size:8pt;
		color:#FFFFFF;
		text-decoration:none;
		background-color:#999999;
		white-space:nowrap;
		text-indent:5pt;
	}
	
/*/\...................\/*/

.snav { /*sub navigation : zB.: Ankündigungen und Berichte*/
	font-family:verdana,helvetica,sans-serif;
	font-size:8pt;
	color:#999999;
	text-decoration:none;
	background-color:#FFFFFF;
	white-space:nowrap;
	text-indent:5pt;
}
	.snavh { /*sub navigation :: hover*/
		font-family:verdana,helvetica,sans-serif;
		font-size:8pt;
		color:#666666;
		text-decoration:none;
		background-color:#FFFFFF;
		white-space:nowrap;
		text-indent:5pt;
	}