diff options
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index bf1a183..7db7d55 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -48,14 +48,11 @@ E-Mail: <a href="mailto:franzke.buetzow@t-online.de">franzke.buetzow@t-online.de</a> <hr style="margin-top: 3px"/> <br/> - <div class="redbox"> - <a href="contact{$suffix}"> - <strong>Kostenlose Analyse Ihrer Gründungsidee.</strong> - <br/> - Die Kostenlose Analyse schafft Klarheit darüber, welches Umsatzpotential Ihre Idee bietet. - </a> - </div> - + <a href="contact{$suffix}" class="redbox"> + <strong>Kostenlose Analyse Ihrer Gründungsidee.</strong> + <br/> + Die Kostenlose Analyse schafft Klarheit darüber, welches Umsatzpotential Ihre Idee bietet. + </a> <a style="margin-left: -5px" href="http://www.idz-zertifikat.de/voraussetzung-fachberater-existenzgruender"> <img src="idz-siegel.jpg" @@ -68,11 +65,10 @@ href="http://www.fuer-gruender.de/beratung/dienstleister-finden/firma/beratung-controlling/"> <img src="fuer-gruender.de-siegel.png" alt="Für-Gründer.de" /> </a> - <div class="redbox" style="text-align: center; font-size: 14px"> - <a href="https://beraterboerse.kfw.de/index.php?ac=consultant_projects&id=100021"> - Referenzen - </a> - </div> + <a class="redbox" style="text-align: center; font-size: 14px" + href="https://beraterboerse.kfw.de/index.php?ac=consultant_projects&id=100021"> + Referenzen + </a> </div> <div style="position:relative"> <xsl:apply-templates mode="html" /> |