Ändere in der template_css.css Datei folgenden Eintrag von:
HTML-Code:
table.moduletable-rechts{
font-size : 11px;
color : #ffffff;
text-align : left;
width : 100%;
letter-spacing : 0px;
text-indent : 4px;
padding-bottom : 6px;
background : url(../images/hintergrund_menu_rot.png) no-repeat;
padding : 5px 0px 5px 0px;
}
in
HTML-Code:
table.moduletable-rechts td{
font-size : 11px;
color : #ffffff;
text-align : left;
width : 100%;
letter-spacing : 0px;
text-indent : 4px;
background : url(../images/hintergrund_menu_rot.png) no-repeat;
padding : 5px 0px 6px 0px;
}
Ändere jetzt nur noch die Schriftfarbe, sie ist weiss auf weissem Hintergrund
Lesezeichen