jQuery.noConflict();
jQuery(document).ready(function($) {
	$(document).ready(function() {
							   
		// alternierende Tabellendarstellung
		$(".contenttable tr:nth-child(odd)").addClass("alt");

	});
});

startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="IMG") {
node.onmouseover=function() {
this.className+=" over";
}
node.onmouseout=function() {
this.className=this.className.replace(" over", "");
}
}
}
}
}
function getHeight() {
	var layout07Height= document.getElementById('layout07').offsetHeight;  
	
		document.getElementById('layout08').style.height = layout07Height+"px";
		document.getElementById('layout13').style.height = layout07Height+"px";
			

}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
    if (restore) selObj.selectedIndex=0;
}

