<!-- EDIT Thomas - HTML-Tags entfernt
<html>
<head>
<title>:: planetSearch+ :: Trefferanzeige</title>
-->

<!-- Start INCLUDE search_result.htm aus PLANETSEARCH HTML-Seite -->
<style type="text/css">
<!--
body {
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-size: 11px;
color: #666666;
<!-- EDIT Thomas - IE Scrollbar-Befehle entfernt -->
}

td { font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 11px; color: #000000}
.blue {  font-family:Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 11px; color: #336699}
.hitword { font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 11px; color: #000000; font-weight: bold}
.sform {  font-size: 11px; color: #000000; width: 160; height: 17; border-left: 1px solid #999999; border-bottom: 1px solid #999999; border-right: 1px solid #999999; border-top: 1px solid #999999 }
.sbutton { font-size: 11px; width: 160; color: #990000; font-weight: bold; background-color: #E8E8E8; border-left: 1px solid #576675; border-bottom: 1px solid #576675; border-right: 1px solid #576675; border-top: 1px solid #576675}


a:link, a:visited {  font-size: 11px; color: #820000; text-decoration: none; font-weight: normal}
a:hover {  font-size: 11px; color: #FFFFFF; text-decoration: none; font-weight: normal}

/*  Ziffern  */
a.digits:link, a.digits:visited { color: #990000; font-size: 11px; text-decoration: none;}
a.digits:hover { color: #FFFFFF;}

/*  Vor-/zurück-Pfleile  */
a.first_last:link, a.first_last:visited { color: #999; font-size: 10px; text-decoration: none;}
a.first_last:hover { color: #FFFFFF;}

a.copy:link, a.copy:visited { color: #666; font-size: 10px; text-decoration: none;}
a.copy:hover { color: #FFFFFF; text-decoration: underline;}
-->
</style>

<!-- EDIT Thomas - HTML-Tags entfernt
</head>
<body bgcolor=#4F6587>
-->


<div align=center>
  <table width="890" border="0" cellspacing="0" cellpadding="0" style="border-right: 1px solid #657593; border-bottom: 1px solid #657593; border-top: 1px solid #FFFFFF;; border-left: 1px solid #999999;">
    <tr>
      <td colspan=2 bgcolor="#657593" align="right" style="padding: 15px 0 15px 0; font-weight: bold; font-size: 12px; color: #FFFFFF;">
        Trefferanzeige&nbsp;&nbsp;&nbsp; </td>
    </tr>
    <tr>

      <!-- EDIT Thomas - linke Tabelle entfernt
      <td rowspan="2" bgcolor="#B4B4B4" width="120">&nbsp;&nbsp;&nbsp;</td>
      -->

      <td bgcolor="#DCDCDC" style="padding: 25px 0 25px 0;">
        <form method=post action="../suchen/ergebnisse.php">
          <table width="490" border="0" cellspacing="0" cellpadding="1" bgcolor="#999999" align="center">
            <tr>
              <td>
                <table width="800" border="0" cellspacing="5" cellpadding="0" bgcolor="#F6F6F6">
                  <tr>
                    <td>
                      <input type="text" name="search_exp" value="[SEARCH_WORDS]" class="sform">
                    </td>
                    <td rowspan="2"><b>Groß-/Kleinschreibung...</b><br>
                      <input type="radio" name="exp_capital" value="yes">
                      beachten<br>
                      <input type="radio" name="exp_capital" value="no" checked>
                      ignorieren</td>
                    <td rowspan="2"><b>Nur&nbsp;ganze&nbsp;Wörter?</b><br>
                      <input type="radio" name="exp_full" value="yes">
                      Ja<br>
                      <input type="radio" name="exp_full" value="no" checked>
                      Nein</td>
                  </tr>
                  <tr>
                    <td>
                      <input type="submit" value="Suche starten" name="submit2" class="sbutton">
                    </td>
                  </tr>
                </table>
              </td>
            </tr>
          </table>
        </form>
      </td>
    </tr>
    <tr>
      <td bgcolor="#FFFFFF" style="padding: 25px 0 25px 0;">
        <table width="800" border="0" align="center" cellpadding="3">
          <tr>
            <td colspan="2"><b>Deine Suche nach * [SEARCH_WORDS] * hat folgende Treffer
              auf [SEARCH_PAGES] Seiten ergeben:</b></td>
          </tr>
          <tr>
            <td colspan="2">&nbsp;</td>
          </tr>
          [SEARCH_START]
  <!-- kat_start --><tr><td colspan="2" style="font-weight:bold; border-top:1px solid #CCCABB; border-bottom:1px solid #CCCABB; color:#666;">[SEARCH_CATEGORY]</td></tr><!-- kat_stop -->
          <tr>
            <td rowspan="3" valign="top" width="10">
              <div align="right"><b>[SEARCH_NR].&nbsp;</b></div>
            </td>
            <td><a href="[SEARCH_LINK]"><b>[SEARCH_TITLE]</b></a></td>
          </tr>
          <tr>
            <td>[SEARCH_CONTENT]<br>
              <br>
              [SEARCH_DESC] </td>
          </tr>
          <tr>
            <td><span class="blue">[SEARCH_COUNT] Treffer</span>&nbsp;|&nbsp;<a href="[SEARCH_LINK]">[SEARCH_URL]</a>&nbsp;&nbsp;&nbsp;&nbsp;
            </td>
          </tr>
          <tr>
            <td colspan="2">&nbsp;</td>
          </tr>
          [SEARCH_STOP]
        </table>
        [SHOW_PAGES]<br>
      </td>
    </tr>
  </table>
</div>
<!-- Ende INCLUDE search_result.htm aus PLANETSEARCH HTML-Seite -->

<!-- EDIT Thomas - HTML-Tags entfernt
</body>
</html>
-->