Hat leider nicht geklappt

P.S. So jung ist der Mann nicht mehr

Code: Alles auswählen
a.class1:link {
color:#AA0000;
font-weight:bold;
text-decoration:underline;
}
a.class1:visited {
color:#AA0000;
font-weight:bold;
text-decoration:underline;
}
a.class1:hover {
color:#0066CC;
font-weight:bold;
text-decoration:underline;
}
Code: Alles auswählen
a.class2:link {
color:#3A3A3A;
font-weight:normal;
font-size:11px;
text-decoration:underline;
}
a.class2:visited {
color:#3A3A3A;
font-weight:normal;
font-size:11px;
text-decoration:underline;
}
a.class2:hover {
color:#AA0000;
font-weight:normal;
font-size:11px;
text-decoration:underline;
background: url("http://pfadzumbild/irgendeintransparentessterne.gif");
}
Code: Alles auswählen
<a href="#" title="..." class="class1">• Linkbezeichnung</a>
Code: Alles auswählen
#footer {
color: #AAAAAA;
}
Code: Alles auswählen
#footer {
background: #242424 url('{T_THEME_PATH}/images/footer-bg.png') 0 0 repeat-x;
color: #ba1b1b;