/* Anzeige aktueller Link im Menü als Active */
	li.start a{
		color: #243b68;
		font-weight: bold;
	}
	
	/* IE6 Hack */
	 
	*html #start a{
		color: #243b68;
		font-weight: bold;
	}
	
	/* Anpassung der Contenthöhe je nach Inhalt */
	div.content {
		height: 720px;
	}