Code:
<html>
<head>
<title>Template</title>
<style type="text/css">
<!--
a:aktive {font-family:Verdana,Arial;font-size:8pt;color:blue;font-weight:normal;text-decoration:none;line-height:12pt;}
a:hover {font-family:Verdana,Arial;font-size:8pt;color:Red;text-decoration:none;line-height:12pt;}
body,p {font-family:Verdana,Arial;font-size:8pt;color:black;line-height:12pt;}
a {font-family:Verdana,Arial;font-size:8pt;color:maroon;text-decoration : none;line-height :12pt;}
.tabtex {font-family:Verdana,Arial;font-size:9pt;color:black;line-height :12pt;}
.menu { font-family:Verdana,Arial;font-size:8pt;color:black;}
.head { font-family:Verdana,Arial;font-size:9pt;color:black;line-height:12pt;}
-->
</style>
<script language="JavaScript">
<!--
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if ( (browserName == "Netscape" && browserVer >= 3) ||
(browserName == "Microsoft Internet Explorer" && browserVer >= 4)) compat = "true";
else compat = "false";
function jumpBox(list) {
if (compat == "true") {
location.href = list.options[list.selectedIndex].value;
}
}
function back() {
if (compat == "true") {
history.go(-1)
}
}
function mOvr(src,clrOver)
{
if (!src.contains(event.fromElement))
{
src.style.cursor = 'hand'; src.bgColor = clrOver;
}
}
function mOut(src,clrIn)
{
if (!src.contains(event.toElement))
{
src.style.cursor = 'default';
src.bgColor = clrIn;
}
}
function mClk(src)
{
if(event.srcElement.tagName=='TD')
{
src.children.tags('A')[0].click();
}
}
// -->
</script>
</head>
<body bgcolor="#B9C8D2">
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000">
<tr>
<td valign="top">
<table width="100%" cellspacing="1" cellpadding="3" border="0">
<tr>
<td width="100%" height="15" bgcolor="#ACB8D2" class="menu" background="rowbg.gif">Menü</td>
</tr>
<tr>
<td width="100%" height="300" align="CENTER" valign="TOP" bgcolor="#B5D0E3" class="menu" >
<table bgcolor="#000080" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top">
<table width="100%" cellspacing="1" cellpadding="3" border="0">
<tr>
<td class="menu" bgcolor=#FFFFFF onmouseover="mOvr(this,'#ACB8D2');" onmouseout="mOut(this,'#FFFFFF');"> [b]»[/b] [url=main.html]Homepage[/url]</td>
</tr>
<tr>
<td class="menu" bgcolor=#FFFFFF onmouseover="mOvr(this,'#ACB8D2');" onmouseout="mOut(this,'#FFFFFF');"> [b]»[/b] [url=main.html]weitere Links...[/url]</td>
</tr>
<tr>
<td class="menu" bgcolor=#FFFFFF onmouseover="mOvr(this,'#ACB8D2');" onmouseout="mOut(this,'#FFFFFF');"> [b]»[/b] [url=main.html]weitere Links...[/url]</td>
</tr>
<tr>
<td class="menu" bgcolor=#FFFFFF onmouseover="mOvr(this,'#ACB8D2');" onmouseout="mOut(this,'#FFFFFF');"> [b]»[/b] [url=main.html]weitere Links...[/url]</td>
</tr>
<tr>
<td class="menu" bgcolor=#FFFFFF onmouseover="mOvr(this,'#ACB8D2');" onmouseout="mOut(this,'#FFFFFF');"> [b]»[/b] [url=main.html]weitere Links...[/url]</td>
</tr>
</table></td></tr></table>
</td>
</tr>
<tr>
<td width="150" height="15" bgcolor="#ACB8D2" class="menu" background="rowbg.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>