/* Navigation CSS Document */

/*  body und schrift deffinitionen */

#navlist li.navigationstart {
	padding: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-bottom: 3px;
	font-weight: bold;
	color: #666666;
}

#navlist li.navigationtitel {
	padding: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 5px;
	margin-bottom: 3px;
	font-weight: bold;
	color: #666666;
}



