<html>
<head>
<title>Menu</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script langguage="javascript">
<!--
function zeigeStatus() {
var Text = "Sie verlassen unser Angebot, wenn Sie diesem Link folgen";
window.status=Text;
}
var gelb = new Image ();
gelb.src = "gelb.jpg";
var trans = new Image ();
trans.src = "trans.jpg";
function links1 () {
window.document.images[2].src=gelb.src; }
function links2 () {
window.document.images[2].src=trans.src; }
//>
</script>
</head>
<body background="bg01.jpg">
<table width=100% cellspacing=0>
<tr><td height=130 width=100% background="trans.gif"><img src="gelb.jpg">
<tr><td height=40 width=100% background="trans.gif">
<a href="zahlen.htm" target="text" onMouseOver="links1 ()" >Zahlen & Fakten</a>
<tr><td height=40 width=100% background="trans.gif" onMouseOver="zeigeStatus(); return true">
<a href="prgnosen.htm" target="text">Zukunftspronosen</a>
<tr><td height=40 width=100% background="trans.gif">
<a href="bilder.htm" target="text">Bildergalerie</a>
<tr><td height=40 width=100% background="trans.gif">
<a href="foerderung.htm" target="text">Wie EU-Förderung erhalten?</a>
</body>
</html>
KANN MIR BITTE JEMAND SAGEN WELCHEN FEHLER ICH GEMACHT HABE!!!!!!!!
*BETTEL*