/* CSS Document */
/* Formatierung aktiver Menüpunkt */
body#start a#id-start, 
body#uebersicht a#id-uebersicht, 
body#philosophie a#id-philosophie, 
body#anlage a#id-anlage, 
body#module a#id-module, 
body#bau a#id-bau, 
body#vorbild a#id-vorbild, 
body#impressionen a#id-impressionen,
body#links a#id-links
{
	color: #E9DFAC;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	float: left;
	position: relative;
	text-transform: uppercase;
	display: inline;
}
