function buerodienst(buerodienst) {
	string = 'm' + 'a' + 'i' + 'l' + 't' + 'o' + ':' + 'i' + 'n' + 'f' + 'o' + '@' + buerodienst + '-' + 'b' + 'w' + '.' + 'd' + 'e';
	window.location.replace(string);
	}