<?xml version='1.0'?>
<xsl:stylesheet  
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

<xsl:import href="../docbook-xsl-ns/xhtml/chunk.xsl"/>


<xsl:param name="use.extension" select="1"/>
<xsl:param name="html.stylesheet.type" select="'text/css'"/>
<xsl:param name="html.stylesheet" select="'../../css/layout_2col_left_13.css ../css/ratgeber_recht.css'"/>
<xsl:param name="section.autolabel" select="1"/>
<xsl:param name="chunk.section.depth" select="2"/>
<xsl:param name="chunk.first.sections" select="1"/>
<xsl:param name="chunk.tocs.and.lots" select="1"/>
<xsl:param name="toc.list.type" select="'ul'"/>
<xsl:param name="generate.toc">
	book toc,title
	chapter toc,title
	sect1 toc,title
	sect2 toc,title
	sect3 toc,title
</xsl:param>
<xsl:param name="toc.section.depth" select="3"/>
<xsl:param name="generate.section.toc.level" select="2"/>
<xsl:param name="navig.graphics" select="1"/>
<xsl:param name="inherit.keywords" select="0"/>
<xsl:param name="generate.meta.abstract" select="1"/>
<xsl:param name="use.id.as.filename" select="1"/>
<xsl:param name="section.label.includes.component.label" select="1"/>


<xsl:template name="user.head.content">
	<link rel="shortcut icon">
		<xsl:attribute name="href">../../images/favicon.ico</xsl:attribute>
	</link>
	<meta name="dc.date">
		<xsl:attribute name="content">2009-09-30</xsl:attribute>
	</meta>
	<meta name="dc.author">
		<xsl:attribute name="content">Ralph Puschert</xsl:attribute>
	</meta>
	<xsl:text disable-output-escaping="yes">
	  	&lt;!-- [if IE]>
	  		&lt;link href="yaml/core/iehacks.css" rel="stylesheet" type="text/css" />
	  	&lt;![endif]-->
		&lt;!-- [if lte IE 7]>
			&lt;link href="css/patches/patch_2col_left_13.css" rel="stylesheet" type="text/css" />
		&lt;![endif]-->
	</xsl:text>
</xsl:template>

<xsl:template name="user.header.navigation">
   <xsl:variable name="codefile" select="document('../html/structure/headersub_utf.html',/)"/>
   <xsl:copy-of select="$codefile/htmlcode/node()"/>
</xsl:template>

<!-- Der folgende Abschnitt ist in chunk-common.xsl fest codiert
	Anders ist eine Einbettung des Buches in das fertige Web-Layout
	nicht möglich gewesen; beta!!! -->
<!-- 
<xsl:template name="user.header.content">
	<xsl:variable name="codefile" select="document('../html/structure/nav_index_utf.html',/)"/>
	<xsl:copy-of select="$codefile/htmlcode/node()"/>
</xsl:template>
 -->
<xsl:template name="user.footer.navigation">
   <xsl:variable name="codefile" select="document('../html/structure/footer_utf.html',/)"/>
   <xsl:copy-of select="$codefile/htmlcode/node()"/>
</xsl:template>

</xsl:stylesheet>
