<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"dtd/xhtml1-transitional.dtd">

<!-- previously public lookup

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
...
    doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"

-->

<xsl:stylesheet version="1.0"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  xmlns="http://www.w3.org/1999/xhtml">

<xsl:output method="xml" encoding="ISO-8859-1"
    doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
    doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
    indent="yes"/>

<xsl:variable name="root" select="/html/head/pathtoroot" />
<xsl:variable name="filename" select="/html/head/filename" />
<xsl:variable name="lastupdate" select="/html/head/lastupdate" />

<xsl:template match="/html">
    <html>
        <xsl:apply-templates/>
    </html>
</xsl:template>

<xsl:template match="head">
    <head profile="http://www.mannhaupt.com/xml/uriprofile/">
        <xsl:apply-templates select="title"/>

        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />

        <xsl:apply-templates select="metadesc"/>
        <meta name="author" content="Danko Mannhaupt" />
        <meta name="publisher" content="Danko Mannhaupt" />
        <meta name="copyright" content="Danko Mannhaupt 2001" />
        <meta name="page-type" content="Private Homepage" />
        <meta name="audience" content="Alle" />
        <meta name="robots" content="INDEX,FOLLOW" />
        <meta name="custodian" content="danko@mannhaupt.com" />
        <meta name="maintainer" content="danko@mannhaupt.com" />
        <meta name="content-language" content="de" />
        <meta name="revisit-after" content="1 week" />
        <meta name="expires" content="never" />

        <link rel="stylesheet" title="Default Style Sheet" href="{$root}styles/default.css" type="text/css" />
        <link rel="SHORTCUT ICON" href="http://www.mannhaupt.com/danko/favicon.ico" />
        <script language="JavaScript" type="text/javascript" src="{$root}../bin/scripts/menuchange.js"> </script>
        <!-- <script language="JavaScript" type="text/javascript" src="http://www.mannhaupt.com/bin/scripts/menuchange.js"> </script> -->
    </head>
</xsl:template>

<xsl:template match="head/title">
    <title>
        <xsl:apply-templates/>
    </title>
</xsl:template>

<xsl:template match="head/metadesc">
    <xsl:apply-templates/>
</xsl:template>

<xsl:template match="/html/body">
    <body bgcolor="#ffffff">
        <a name="top"></a>

<table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr>
        <td rowspan="4" width="22"><img src="{$root}images/spacer.gif" width="22" height="1" border="0" alt="" /></td>
        <td rowspan="4" width="152"><a href="{$root}"><img src="{$root}images/logo.jpg" width="202" height="120" border="0" alt="Danko" /></a></td>
        <td rowspan="4" width="22"><img src="{$root}images/spacer.gif" width="22" height="1" border="0" alt="" /></td>
        <td>&#160;</td>
        <td rowspan="4" width="22"><img src="{$root}images/spacer.gif" width="22" height="1" border="0" alt="" /></td>
    </tr>
    <tr>
        <td align="right" width="100%">
            <table border="0" cellspacing="0" cellpadding="0">
                <tr>
                    <td align="right" width="33"><a href="{$root}search/"><img src="{$root}images/search.gif" width="33" height="12" border="0" alt="Search" /></a></td>
                    <td align="right" width="6"><img src="{$root}images/spacer.gif" width="6" height="12" border="0" alt="" /></td>
                    <td align="right" width="1"><img src="{$root}images/bar2.gif" width="1" height="12" border="0" alt="" /></td>
                    <td align="right" width="6"><img src="{$root}images/spacer.gif" width="6" height="12" border="0" alt="" /></td>
                    <td align="right" width="44"><a href="{$root}sitemap/"><img src="{$root}images/sitemap.gif" width="44" height="12" border="0" alt="Sitemap" /></a></td>
                    <td align="right" width="6"><img src="{$root}images/spacer.gif" width="6" height="12" border="0" alt="" /></td>
                    <td align="right" width="1"><img src="{$root}images/bar2.gif" width="1" height="12" border="0" alt="" /></td>
                    <td align="right" width="6"><img src="{$root}images/spacer.gif" width="6" height="12" border="0" alt="" /></td>
                    <td align="right" width="56"><a href="{$root}contact/"><img src="{$root}images/contact.gif" width="56" height="12" border="0" alt="Contact" /></a></td>
                </tr>
            </table>
        </td>
    </tr>
    <tr>
        <td align="right">
            <form id='topnavlistForm' name='topnavlistForm' action='index.html'>
                <select id='topnavlistItems' name='topnavlistItems' onchange='topnavintlmenuchange()'>
                    <option value='http://www.mannhaupt.com/danko/' selected="selected">NAVIGATION</option>
                    <option value='http://www.mannhaupt.com/'>Die Mannhäupter</option>
                    <option value='http://www.mannhaupt.com/danko/'>Dankos Homepage</option>
                    <option value='{$root}bilder/'>Bilder</option>
                    <option value='{$root}contact/'>E-Mail und Kontaktinfos</option>
                    <option value='{$root}freunde/'>Freunde</option>
                    <option value='{$root}home/hobbies.html'>Hobbies</option>
                    <option value='{$root}home/webcam.html'>Webcam</option>
                    <option value='{$root}documents/lebenslauf.html'>Lebenslauf</option>
                </select>
            </form>
        </td>
    </tr>
    <tr>
      <td align="right">
        <a href="http://www.mannhaupt.com/"><img src="http://www.mannhaupt.com/bilder/family/site.png" border="0" alt="www.mannhaupt.com" /></a>
      </td>
    </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr>
    <td width="22"><img src="{$root}images/white.gif" width="22" height="21" border="0" alt="" /></td>
    <td width="62"><a href="{$root}home/hobbies.html"><img src="{$root}images/hobbies.gif" width="62" height="21" border="0" alt="Hobbies" /></a></td>
    <td width="1"><img src="{$root}images/bar.gif" width="1" height="21" border="0" alt="" /></td>
    <td width="63"><a href="{$root}freunde/"><img src="{$root}images/freunde.gif" name="freunde" width="63" height="21" border="0" alt="Freunde" /></a></td>
    <td width="1"><img src="{$root}images/bar.gif" width="1" height="21" border="0" alt="" /></td>
    <td width="80"><a href="{$root}downloads/"><img src="{$root}images/downloads.gif" name="downloads" width="80" height="21" border="0" alt="Downloads" /></a></td>
    <td width="1"><img src="{$root}images/bar.gif" width="1" height="21" border="0" alt="" /></td>
    <td width="50"><a href="{$root}bilder/"><img src="{$root}images/bilder.gif" width="50" height="21" border="0" alt="Bilder" /></a></td>
    <td width="1"><img src="{$root}images/bar.gif" width="1" height="21" border="0" alt="" /></td>
    <td width="48"><a href="{$root}privat/"><img src="{$root}images/privat.gif" width="48" height="21" border="0" alt="Privat" /></a></td>
    <td align="right" valign="top" width="100%"><img src="{$root}images/greyspacer.gif" width="100%" height="21" alt="" /></td>
    <td width="22" align="right"><a href="{$root}contact/"><img src="{$root}images/email.gif" width="111" height="21" border="0" alt="Email me!" /></a></td>
    <td width="22" align="right"><img src="{$root}images/white.gif" width="22" height="21" border="0" alt="" /></td>
    </tr>
</table>

<table border="0" width="100%" cellpadding="0" cellspacing="0">
    <tr>
        <td width="30"><img src="{$root}images/spacer.gif" width="30" height="2" border="0" alt="" /></td>
        <td valign="top" nowrap="nowrap">
            <div class="leftsidebarheading"><img src="{$root}images/spacer.gif" width="1" height="10" border="0" alt="" /><br />
                <div class="leftSidebarHeading">Über mich</div>
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="{$root}documents/lebenslauf.html" class="leftSidebarLink">Lebenslauf</a><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="{$root}documents/origin.html" class="leftSidebarLink">Name/Abstammung</a><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="{$root}bilder/pass/pass.html" class="leftSidebarLink">Alte Passbilder</a><br />
                <div class="leftSidebarHeading">Java-Projects</div>
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="{$root}projects/index.html" class="leftSidebarLink" title="Log4j JDBCAppender">Log4j JDBCAppender</a><br />
                <div class="leftSidebarHeading">Studium</div>
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="{$root}studium/sada.html" class="leftSidebarLink" title="Studienarbeit/Diplomarbeit">Studien-/Diplomarbeit</a><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="http://www-106.ibm.com/developerworks/rational/library/content/RationalEdge/jan01/PatternOrientedDevelopmentwithRationalRoseJan01.pdf" class="leftSidebarLink" title="Paper RationalEdge"  target="_blank">Paper RationalEdge</a><br />
                <a href="{$root}bilder/" class="leftSidebarHeading">Bilder</a><br />
<!--
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="http://photos.yahoo.com/danko_mannhaupt" class="leftSidebarLink" target="_blank">Alte Passbilder...</a><br />
 -->
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="{$root}bilder/florida01/" class="leftSidebarLink" target="_blank">Florida 2001</a><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="http://www.thmundt.com/photos/kreuzfahrtschiffe/" class="leftSidebarLink" target="_blank">Kreuzfahrtschiffe</a><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="{$root}bilder/texas02/" class="leftSidebarLink">Texas 2002</a><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="http://www.informatik.uni-rostock.de/~thm/photos/nz2003/" class="leftSidebarLink">Neuseeland 2003</a><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="{$root}bilder/klassentreffen2003/" class="leftSidebarLink">Klassentreffen 2003</a><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="http://www.informatik.uni-rostock.de/~thm/photos/uae/" class="leftSidebarLink">Dubai/VAE 2005</a><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="http://www.informatik.uni-rostock.de/~thm/photos/lamanga/" class="leftSidebarLink">La Manga 2005</a><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="http://www.informatik.uni-rostock.de/~thm/photos/Irland/" class="leftSidebarLink">Irland 2005</a><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="http://www.informatik.uni-rostock.de/~thm/photos/bahrain/" class="leftSidebarLink">Bahrain 2006</a><br />
                <div class="leftSidebarHeading">Verschiedenes</div>
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="{$root}home/eventscur.html" class="leftSidebarLink">Events</a><!-- <img src="{$root}images/new.png" height="13" width="25" alt="" /> --><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="{$root}home/events2001.html" class="leftSidebarLink">2001</a>,<a href="{$root}home/events2002.html" class="leftSidebarLink">02</a>,<a href="{$root}home/events2003.html" class="leftSidebarLink">03</a>,<a href="{$root}home/events2004.html" class="leftSidebarLink">04</a>,<a href="{$root}home/events2005.html" class="leftSidebarLink">05</a>,<a href="{$root}home/events2006.html" class="leftSidebarLink">06</a><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="{$root}home/restaurants.html" class="leftSidebarLink">Restaurants</a><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="http://www.mannhaupt.com/gaestebuch/index.html" class="leftSidebarLink" target="_blank">Gästebuch</a><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="{$root}sitemap/history.html" class="leftSidebarLink">Site History</a><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="{$root}sitemap/tech.html" class="leftSidebarLink">Technik der Site</a><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="{$root}home/webcam.html" class="leftSidebarLink">Webcam Rostock</a><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="http://www.thmundt.com/wetter/" class="leftSidebarLink">Wetter live!</a><!-- <img src="{$root}images/new.png" height="13" width="25" alt="" /> --><br />
                <div class="leftSidebarHeading">Links</div>
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="http://news.netgaroo.com/comics.shtml" class="leftSidebarLink" target="_blank">Dilbert, Cartoons</a><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="http://www.mdr.de/hier-ab-vier/vorsicht-fettnaepfchen/" class="leftSidebarLink" target="_blank">Gutes Benehmen</a><br />
                <div class="leftSidebarHeading">Werbung</div>
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="http://www.taschen-mode.de/" class="leftSidebarLink" target="_blank">Taschenmode</a><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="http://www.erlebnistour-mv.de/" class="leftSidebarLink" target="_blank">Urlaub an der Ostsee</a><br />
                <img src="{$root}images/spacer.gif" width="10" height="1" alt="" /><a href="http://www.agentur-vergin.de/" class="leftSidebarLink" target="_blank">Internet-Services</a><br />
            </div>
        </td>
		<td width="30"><img src="{$root}images/spacer.gif" width="30" height="2" border="0" alt="" /></td>
		<td width="100%" valign="top"><img src="{$root}images/spacer.gif" width="144" height="10" border="0" alt="" /><br />

            <!-- Content -->
            <xsl:apply-templates/>
            <!-- Content ends-->

		</td>
		<td width="30"><img src="{$root}images/spacer.gif" width="30" height="2" border="0" alt="" /></td>
	</tr>
</table>

<br />

<table border="0" cellpadding="0" cellspacing="0">
<tr>
  <td rowspan="6"><img src="{$root}images/spacer.gif" width="30" height="1" border="0" alt="" /></td>
  <td colspan="2" width="100%"><img src="{$root}images/spacer.gif" width="600" height="1" border="0" alt="" /></td>
  <td rowspan="6"><img src="{$root}images/spacer.gif" width="30" height="1" border="0" alt="" /></td>
</tr>

<tr>
    <td>
    <a href="{$root}home/hobbies.html" class="newBottomNavLinkBold">Hobbies</a>&#160;&#160;
    <a href="{$root}freunde/" class="newBottomNavLinkBold">Freunde</a>&#160;&#160;
    <a href="{$root}downloads/" class="newBottomNavLinkBold">Downloads</a>&#160;&#160;
    <a href="{$root}bilder/" class="newBottomNavLinkBold">Bilder</a>&#160;&#160;
    <a href="{$root}privat/" class="newBottomNavLinkBold">Privat</a>
    </td>

    <td align="right">
        <a href="{$filename}_noframe.html" class="footing">Rahmen ausblenden / Druckansicht</a>&#160;&#160;<a href="#top" class="footing">nach oben</a>
    </td>
</tr>
<tr>
    <td colspan="2">
        <hr size="1" noshade="noshade" />
    </td>
</tr>
<tr>
  <td>
    <div class="footing">
      <a href="{$root}contact/">
        Copyright &#xA9; 2008 Danko Mannhaupt. Alle Rechte vorbehalten.&#160;&#160;Rechtliche Hinweise.
      </a>
      &#160;&#160;&#160;&#160; Letzte Änderung <xsl:value-of select="$lastupdate"/>
    </div>
  </td>
  <td align="right">&#160;&#160;
    <a href="{$root}search/" class="footingBold">Suche</a>&#160;&#160;
    <a href="{$root}contact/" class="footingBold">Kontakt</a>
  </td>
</tr>
<tr>
  <td colspan="2"><img src="{$root}images/spacer.gif" height="1" border="0" alt="" /></td>
</tr>
<tr>
  <td colspan="2" align="right">
    <a href="http://validator.w3.org/check/referer"><img
      src="http://www.w3.org/Icons/valid-xhtml10"
      alt="Valid XHTML 1.0!" height="31" width="88" border="0" />
    </a>
  </td>
</tr>
</table>
    </body>
</xsl:template>



<!-- identity copy -->

<xsl:template match="@* | node()">
    <xsl:copy>
        <xsl:apply-templates select="@* | node()"/>
    </xsl:copy>
</xsl:template>

</xsl:stylesheet>