function go_anchor(n){
	document.getElementById("hauptteil").scrollTop = document.getElementById(n).offsetTop
}
