
<style type="text/css">
.xy { } 
.normal { font-size:100%; font-weight:400; }
.gross { font-size:100%; font-weight:800; }
.intermed { font-size:120%; font-weight:600; }
.klein { font-size:80%; font-weight:600; }
a { text-decorationblabla:underline; color:black; }

.weite {width:94%;}

.grey {color:#888888;}

.green {color::#298b50;}
.research{color::#298b50;}
.blue {color:#003389;}
.blau {color:#003389;}
.home {color:#003389;}
.lightgreen {color:#75e3bb;}
.CV {color:#75e3bb;}
.lightblue {color:#95AAFF;} 

.bridgered {color:#ff6f6f;}
.yellow {color:#ffff00;}
</style>

<p><script language="javascript"> 
function toggle2(showHideDiv, switchTextDiv) {
	var ele = document.getElementById(showHideDiv);
	var text = document.getElementById(switchTextDiv);
	if(ele.style.display == "block") {
    		ele.style.display = "none";
		text.innerHTML = "restore";
  	}
	else {
		ele.style.display = "block";
		text.innerHTML = "collapse";
	}
}
</script></p>