Code:
<div style="height: 34px; background: url({$theme['imgdir']}/bar1.png) top left repeat-x; width: 100%; border-bottom: #505050; font-family: arial; font-size: 13px; color: #939393;">
<ul id="nav">
<li style="padding-left: 13px; padding-right: 20px; text-align: center;"><a href="{$mybb->settings['bburl']}/portal.php">Portal</a></li>
<li style="padding-left: 13px; padding-right: 20px; text-align: center;"><a href="{$mybb->settings['bburl']}/memberlist.php">Mitgliederliste</a></li>
<li style="padding-right: 20px;"><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">Aktuelle Beiträge</a></li>
<li style="float:right;padding-right:19px;"><a style="font-size: 13px;" href="{$mybb->settings['bburl']}/search.php">Erweiterte Suche</a></li>
<li style="width: 270px; float:right;padding-right:15px;">
<form method="post" action="http://www.bronies.bplaced.net/forum/search.php">
<input type="hidden" name="action" value="do_search" />
<input type="hidden" name="postthread" value="1" />
<input type="hidden" name="forums" value="all" />
<input type="hidden" name="showresults" value="threads" />
<input type="text" name="keywords" value="Suche..." onfocus="if(this.value == 'Suche...') { this.value = ''; }" onblur="if(this.value=='') { this.value='Suche...'; }" class="textbox" size="25" padding="0" style="padding-left: 20px; color: #d7d7d7; background: url(images/sweetdreams/searchbar1.png) center no-repeat; border: 0px; height: 20px; width: 171px;" />
<input type="submit" class="button" value="Los" style="color: #b8b8b8; background: url(images/sweetdreams/searchbar2.png) center center no-repeat; border: 0px; height: 22px; width: 60px;" />
</form>
</li>
</ul>
</div>