<head>
<title></title>
</head>
<body>
<script type=text/javascript>
<!--
function MouseOver(obj)
{obj.style.backgroundColor='#FFFFE1'; obj.style.width='100%'; obj.style.height='16';obj.style.cursor='hand'; obj.style.fontWeight='bold'; obj.style.fontSize='8pt';}
function MouseOut(obj)
{obj.style.backgroundColor='#ffefde'; obj.style.width='98%'; obj.style.fontWeight='normal'; obj.style.fontSize='10pt';}
//-->
</script>
<div style="width:15%; position:relative; border:1px solid #000000;">
<table align="left" width=100% border=0>
<tr><th>
<table><tr><th height="5px"></th></tr></table>
<table width="100%">
<tr><th><span>Klosterfelde</span></th></tr>
</table>
<table width="98%">
<tr><td width="98%" onMouseOver="MouseOver(this)"; onMouseOut="MouseOut(this)"; onclick="location.href='#'; return true;"><span class="menu"><font size="1"> <b>»</b></font><a> Aktuelles</a></span></td></tr>
</table>
<table>
<tr><td width="98%" onMouseOver="MouseOver(this)"; onMouseOut="MouseOut(this)"; onclick="location.href='#'; return true;"><span class="menu"><font size="1"> <b>»</b></font> Gruppen</span></td></tr>
</table>
<table>
<tr><td width="98%" onMouseOver="MouseOver(this)"; onMouseOut="MouseOut(this)"; onclick="location.href='#'; return true;"><span class="menu"><font size="1"> <b>»</b></font> Über uns</span></td></tr>
</table>
<table>
<tr><td width="98%" onMouseOver="MouseOver(this)"; onMouseOut="MouseOut(this)"; onclick="location.href='#'; return true;"><span class="menu"><font size="1"> <b>»</b></font> Kontakt</span></td></tr>
</table>
</th></tr>
</table>
</div>
</body> |