// Teaserboxen, zum vollflaechigen klicken
function teaserclick(element) {
	element.rows[0].cells[1].firstChild.onclick();
}

function teaserlocation(element) {
	window.location.href = element.href;
}
