div#subnavigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#subnavigation ul li {
	float: left;
	font-size: 86%;
	padding: 0 10px 6px 19px;
	width: 171px;
}

div#subnavigation ul li a {
	display: block;
	/* START Farbwechsel Layout:  
		Orange: #fff4e2
		Rot:    #fee2ec
		Grün:   #ecfecf
		Blau:   #def4fd
	*/
	color: #fff4e2; 
	/*
	Farbwechsel ENDE
	*/
	text-decoration: none;
	line-height: 13px;
}

div#subnavigation ul li a.active {
	font-weight: bold;
	color: white;
}
