function markiereUrl(urlBoxId) {
	var urlBox = $(urlBoxId);
	urlBox.select();
	urlBox.setStyle({color: 'black'});
}

