/*** CSS Document ***/

/***** MENUS ******/

/* menu left */
ul.main
	{
	list-style-type: none;
	margin:20 10 0 10;
	padding: 0;
	}
ul.sub
	{
	list-style-type: none;
	margin: 2 10 0 10;
	padding:0;
	}

li.main, li.main a	
	{
	margin-bottom:5;
	font-size: 10pt;
	color:#003366
	}
li.main a:hover
	{
	text-decoration:none;
	font-weight:bold
	}

li.sub, li.sub a
	{
	margin-bottom:5;
	font-size: 8pt;
	color:#788791
	}
li.sub a:hover
	{
	text-decoration:none;
	font-weight:bold
	}
	
/* horizontales Menu */
#menu_hor a
	{	
	text-decoration: none;
	color: #003366;
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	margin: 0 0 2 10 ; /* Abstand oben/rechts/unten/links */
	}
#menu_hor a:hover 
	{	text-decoration: none;
		color: #788791;	}
