<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<!-- Styles begin ::: Diesen Abschnitt zwischen die Tags <head> und </head> einfügen -->
<style type="text/css">
<!--
#menueback {
width: 140px;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 10px;
border-top: 1px solid #dddddd;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #dddddd;
background-color: #FAFCFB;
}
#menueback ul {
list-style: none;
margin: 0px;
padding: 0px;
}
#menueback ul br {
line-height: 5px;
}
#menueback li {
margin: 0px;
padding: 0px;
}
a:link.user, a:visited.user, a:active.user {
display: block;
font-family: 'verdana', verdana, arial, helvetica, sans-serif;
font-size: 8pt;
color: #333333;
line-height: 9.6pt;
text-align: left;
letter-spacing: 0pt;
text-decoration: none;
vertical-align: baseline;
background-color: #FAFCFB;
background-image: url(images/weiss_01.png);
background-repeat: repeat-x;
background-position: left center;
width: 118px;
padding-top: 5px;
padding-right: 3px;
padding-bottom: 5px;
padding-left: 5px;
margin: 0px;
border-top: 4px double #dddddd;
border-right: 4px double #cccccc;
border-bottom: 4px double #cccccc;
border-left: 4px double #dddddd;
}
a:hover.user {
display: block;
font-family: 'verdana', verdana, arial, helvetica, sans-serif;
font-size: 8pt;
color: #000000;
line-height: 9.6pt;
text-align: left;
letter-spacing: 0pt;
text-decoration: none;
vertical-align: baseline;
background-color: #F6F8F7;
background-image: url(images/blau_01.png);
background-repeat: repeat-x;
background-position: left center;
width: 118px;
padding-top: 5px;
padding-right: 3px;
padding-bottom: 5px;
padding-left: 5px;
margin: 0px;
border-top: 4px double #cccccc;
border-right: 4px double #dddddd;
border-bottom: 4px double #dddddd;
border-left: 4px double #cccccc;
}
/* mozilla hacks */
html>body #menueback li a {
display: block;
width: auto;
}
-->
</style>
<style type="text/opera">
<!--
/* opera hack */
head:first-child+body #menueback li a {
width: 118px;
}
head:first-child+body #menueback {
width: auto;
}
-->
</style>
<!-- Styles end -->
</head>
<body style="background-Color: #ffffff;">
<!-- Menue begin ::: Diesen Abschnitt zwischen die Tags <body> und </body> einfügen -->
<div id="menueback" align="center">
<ul>
<li><a class="user" href="http://">Linktext</a></li><br />
<li><a class="user" href="http://">Linktext</a></li><br />
<li><a class="user" href="http://">Linktext</a></li><br />
<li><a class="user" href="http://">Linktext</a></li><br />
<li><a class="user" href="http://">Linktext</a></li>
</ul>
</div>
<!-- Menue end -->
</body>
</html>