Was konstruktives zu meinem Beitrag weiter oben...

++++++++++++++++
Wenn es so schön & übersichtlich aussehen soll wie auf der Startseite, könnte man in der css.php folgendes modifizieren...

Code:
.threadbit .nonsticky, .threadbit .deleted, .threadbit .discussionrow, .threadbit .ignored {
	border: 1px solid #c4c4c4;

        /*** unuebsichtlich ***/
	border-top: 1px solid ;
        /*** uebsichtlich ***/
	border-top: 0px solid ;
	width:100%;
	float: left;
	display:block;
	clear:both;
	position: relative;
	margin-top: 0;
}
++++++++++++++++

Just my2Cents