function over(objekt){
	document.getElementById(objekt).style.background="#3A3A57";
}
	
function out(objekt){
	document.getElementById(objekt).style.background="#171739";
}

function detail(ref){
	window.open(ref,"detail", "toolbar=0,menubar=0,scrollbars=0,resizable=0,width=340,height=540,left=100,top=100");
}

function pdf(ref){
	window.open(ref,"detail", "toolbar=0,menubar=0,scrollbars=0,resizable=1,width=640,height=450,left=100,top=100");
}

function fenster(ref){
	window.open(ref,"detail", "toolbar=0,menubar=0,scrollbars=0,resizable=0,width=390,height=550,left=100,top=50");
}