/*
CSS - Stylesheet
*/

ul#Navigation {
	float:left;
	width: 7.0em;
	font-size:1.2em;
	margin: 165px 0 0 0;
	padding:0 0 0 25px;
/*	border-width:thin; border-color:red; border-style:solid;*/
}
ul#Navigation li {
	list-style-type: none;
	padding:5px 0 0 0px;
/*	border-width:thin; border-color:green; border-style:solid;*/
}
ul#Navigation li ul li{
/*	list-style-position:outside;*/ /*nur als Memo: ist Grundeinstellung*/
	list-style-type:disc;
	line-height:120%;
	font-size:0.7em;
	margin-left:-20px;
/*	border-width:thin; border-color:green; border-style:solid; */
}
ul#Navigation a:link {
	text-decoration: none;
	color: #000000;
}
ul#Navigation a:visited {
	text-decoration: none;
	color: #000000;
}	
ul#Navigation a:hover {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
ul#Navigation a:active {
  	color: #000000;
	font-weight:bold;
}