<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='de' >
<head>
<title>Titel</title>
<script type="text/javascript">
// <![CDATA[
<!--
var msg = "Angebot: Roller für 500€ - Event am 15.10. BIKE & QUAD - SHOP GELSENKIRCHEN ---DIES Ist ein Lauftext- Es kann noch mehr hinzugefügt werden...bla bla bla";
function startScroller()
{
document.getElementById('scrolling_message').value = msg;
msg = msg.substring(1, msg.length) + msg.substring(0, 1);
setTimeout("startScroller()", 150);
}
//-->
// ]]>
</script>
<style type="text/css">
#home {display:block; background-image:url(pix/images/home1.jpg); width:108px; height:23px }
#home:hover {background-image:url(pix/images/home2.jpg);}
#quads {display:block; background-image:url(pix/images/quads1.jpg); width:108px; height:23px }
#quads:hover {background-image:url(pix/images/quads2.jpg);}
#roller {display:block; background-image:url(pix/images/roller1.jpg); width:108px; height:23px }
#roller:hover {background-image:url(pix/images/roller2.jpg);}
#fahrrad {display:block; background-image:url(pix/images/fahrrad1.jpg); width:108px; height:23px }
#fahrrad:hover {background-image:url(pix/images/fahrrad2.jpg);}
#verleih {display:block; background-image:url(pix/images/verleih1.jpg); width:108px; height:23px }
#verleih:hover {background-image:url(pix/images/verleih2.jpg);}
#gb {display:block; background-image:url(pix/images/gb1.jpg); width:108px; height:23px }
#gb:hover {background-image:url(pix/images/gb2.jpg);}
#imp {display:block; background-image:url(pix/images/impressum1.jpg); width:108px; height:23px }
#imp:hover {background-image:url(pix/images/impressum2.jpg);}
#menu {position: relative; left: 24px; top: 129px; width: 92px; height: 161px;}
#main {background-image:url(pix/images/layout.jpg); margin-left:auto; margin-right:auto; width:1010px; height:664px;}
#content {position: relative; left: 140px; top: -35px; width: 850px; height: 440px;}
#scroller {position: relative; left: 120px; top: 10px; width: 724px; height: 63px;}
</style>
</head>
<body onload='startScroller()'>
<div id='main'>
<div id="menu">
<a href="http://eddy-4u.de/buqs/site2.htm" id='home'></a>
<a href="http://eddy-4u.de/buqs/quads" id='quads'></a>
<a href="http://eddy-4u.de/buqs/roller.htm" id='roller'></a>
<a href="http://eddy-4u.de/buqs/fahrrad.htm" id='fahrrad'></a>
<a href="http://eddy-4u.de/buqs/verleih.htm" id='verleih'></a>
<a href="http://eddy-4u.de/buqs/gb.htm" id='gb'></a>
<a href="http://eddy-4u.de/buqs/impressum.htm" id='imp'></a>
</div>
<div id='content'>
Hier kommt der Inhalt rein...
</div>
<div id="scroller">
<form action=''>
<p>
<input id="scrolling_message" value="" size="138" type="text" />
</p>
</form>
</div>
</div>
</body>
</html>