@charset "UTF-8";
/* CSS Document */



/* ------------------- navi-left 2 links  -------------- */

ul#navigation-left {
	list-style:none;
	margin-left:0;
	padding-left:0;
	font-size:0.95em;
	font-weight:bold;
	
}


/* ---------------------------------- 1. Hirarchie ------------------- */ 


li.navi-left a {
	display: block;
	width: 140px;
	padding:2px;
	color: #fff;
	text-decoration: none;
	text-shadow:#333 0px 1px 3px;
	text-decoration:none;
}


li.navi-left a:hover, .selected a, li.navi-left_ACT a:hover {
	color:#333;
	text-decoration: none;
	text-shadow:#fff 1px 1px 1px;
}


li.navi-left_ACT a {
	display: block;
	width: 140px; 
	padding:2px;
	color:#c33;
	text-decoration: none;
	text-shadow:#fff 1px 1px 1px;
}

/*li.navi-left_ACT a:hover, .selected a{
	text-decoration:none;
	color: #d44;
}


