diff --git a/src/main/webapp/WEB-INF/stylesheets/epub.xsl b/src/main/webapp/WEB-INF/stylesheets/epub.xsl
index 514945bf7999eb12617bbdffae17f535b84d9896..b7fa1fd4b896fe818cd7cb1340df260ba90a032a 100644
--- a/src/main/webapp/WEB-INF/stylesheets/epub.xsl
+++ b/src/main/webapp/WEB-INF/stylesheets/epub.xsl
@@ -26,9 +26,9 @@
 
   <!-- aus tei-param.xsl, hier angeben, da sonst der Fehler kommt, dass die Datei nicht gefunden wird -->
   <xsl:param name="cssFile" as="xs:string"
-    >http://www.tei-c.org/release/xml/tei/stylesheet/tei.css</xsl:param>
+    >../xml/tei/stylesheet/tei.css</xsl:param>
   <xsl:param name="cssPrintFile" as="xs:string"
-    >http://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css</xsl:param>
+    >../xml/tei/stylesheet/epub-print.css</xsl:param>
 
 
   <!-- ************************** Templates ****************************************** -->