	#navLevel1 {
		height: 20px;
		padding: 16px 0px 0px 3px;
		margin: 0px 0px 0px 0px;
		font-weight: bold;
		word-spacing: 2px;
		background-image: url(../img/leftNavSpacer.gif);
		background-repeat: repeat;
	}

	#navLevel2 {
		height: 18px;
		padding: 0px 0px 0px 20px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		word-spacing: 2px;
	}
		
	#navLevel2selected {
		height: 18px;
		padding: 0px 0px 0px 20px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		word-spacing: 2px;
		background-image: url(../img/navPfeil.gif);
		background-repeat: no-repeat;
	}
		
	a.standard, a.standard:link , a.standard:visited {
	color: #666666;
	text-decoration: none;
	}
	
	a.standard:hover, a.standard:active , a.standard:focus {
	color: #003366;
	text-decoration: none;
	}
	
	#selected {
	color: #666666;
	text-decoration: none;
	font-size: 16px;
	}