Ich geb's auf: CSS will nicht funktionieren (alle Links blau & kein Hintergrundbild)

NeLL
Der Titel sagt schon alles.
Ich ärgere mich wirklich schon seit Stunden im Designpack mit dem CSS Code herum, aber nein - es will sich nichts tun ... Auch wenn ich dort alles gelöscht habe und es als Datei abgespeichert und verlinkt habe - nichts.

Alle Links sind blau, visited lila - und mein Hintergrundbild will auch nicht angenommen werden.
InternetExplorer, Firefox, Safari, eben ganz egal wo.

Mein headinclude.tpl sieht im Moment so aus, quasi leer:

code:
1:
2:
3:
4:
5:
6:
7:
<STYLE TYPE="TEXT/CSS">
<!--
{ css }
-->
</STYLE>

Auch da habe ich schon versucht das { css } zu entfernen und mal mit dem ganzen CSS-Code zu ersetzen. Ohne Erfolg ...

CSS:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
body {
background-image: url(images/bg.gif);
background-attachment: fixed;
background-repeat:repeat-y;
background-position:top center;

scrollbar-base-color:#44382E;
scrollbar-3d-light-color:#C5C0BC;
scrollbar-arrow-color:#44382E;
scrollbar-darkshadow-color:#44382E;
scrollbar-face-color:#44382E;
scrollbar-highlight-color:#C5C0BC;
scrollbar-shadow-color:#C5C0BC;
scrollbar-track-color:#44382E;
}

select {
font-size: 12px;
font-family: Trebuchet MS;
color: #000000;
background-color: #CFCFCF;
}

textarea {
font-size: 12px;
font-family: Trebuchet MS;
color: #000000;
background-color: #CFCFCF;
}

.input {
font-size: 12px;
font-family: Trebuchet MS;
color: #000000;
background-color: #CFCFCF;

border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}

#topnavi {
color: #FFFFFF;
}

#topnavi a, #topnavi a:active, #topnavi a:visited {
align: center;
background: transparent;
color: #44382E;
font-weight:bold;
text-decoration: none;
margin: 0px;
border-width: 0px;
padding: 0px 5px;
height: 23px;
vertical-align: top;
text-transform: none;
}

#topnavi a:hover {
background: #44382E;
color: #C5C0BC;
font-weight:normal;
text-transform: uppercase;
}

#bg a:link, #bg a:visited, #bg a:active {
color: #000000; text-decoration: none; }
#bg a:hover { color: #000000; text-decoration: none;
}

#tablea a:link, #tablea a:visited, #tablea a:active { color: #FF0000; text-decoration: underline; }
#tablea a:hover { color: #FF0000; text-decoration: none;
}

#tableb a:link, #tableb a:visited, #tableb a:active { color: #000000; text-decoration: underline; }
#tableb a:hover { color: #000000; text-decoration: none;
}

#tablecat a:link, #tablecat a:visited, #tablecat a:active { color: #ffffff; text-decoration: underline; }
#tablecat a:hover { color: #ffffff; text-decoration: none;
}

#tabletitle a:link, #tabletitle a:visited, #tabletitle a:active { color: #000000; text-decoration: none; }
#tabletitle a:hover { color: #000000; text-decoration: underline;
}

#tabletitle { background-image: url(images/cellpic.gif); }
.clsCursor { cursor: hand}


Ich hoffe so, so sehr, dass ihr mir dabei helfen könnt. Ich drehe echt DURCH! Suche mich schon die ganze Zeit durch Foren und lande immer nur bei uralten Themen, in denen auch nie was Gutes dabei raus kam ... traurig traurig traurig
Maniac_81
Installier dir mal das Addon "Firebug" für den Mozilla Firefox.
Mit diesem kannst du den Quelltext, Scripte und CSS für die aktuelle Seite auslesen. Einfach firebug öffnen, auf Untersuchen klicken und das element mit der maus auswählen. dann wird auf der rechten seite die dazugehörigen klassen und definitionen angezeigt. damit kannst du dann weiterarbeiten.
Agi
Kannst du mal den Link zum entsprechenden Forum posten?