diff --git a/css/ticker.css b/css/ticker.css
index 1dc951a..4b9dcb2 100644
--- a/css/ticker.css
+++ b/css/ticker.css
@@ -1,8 +1,10 @@
-#marquee-cont {
+/* Der Lauftext kommt auf der Startseite zweimal vor - deshalb Klasse
+ statt id, doppelte id-Attribute waeren ungueltiges HTML. */
+.marquee-cont, #marquee-cont {
background: #ff6363;
margin-top:10px;
}
-#marquee-cont marquee {
+.marquee-cont marquee, #marquee-cont marquee {
margin-top: 5px;
background: #ff6363;
}
diff --git a/index.php b/index.php
index f649e10..e0616c5 100644
--- a/index.php
+++ b/index.php
@@ -120,11 +120,34 @@
?>
-
-