heiner: zentrale css-Datei wird nicht erkannt

Beitrag lesen

Hallo zusammen,

wie bei selfhtml erstklassig beschrieben habe ich versucht, mit einem link auf eine centrale css-datei zu verweisen. Leider wird diese nicht erkannt.

anbei der quelltext:
<link rel="stylesheet" type="text/css" href="vorgaben.css">
Die Datei liegt unter dem gleichen Namen im selben Ordner.

Anbei noch der Inhalt der Datei (von hier kopiert und ein bisschen drin geändert, aber ohne irgendeine Auswirkung auf mein Dokument)

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
 font-family:Helvetica,sans-serif; }

h1, h2, h3, h4 { font-size:9px; margin-bottom:18px; }

p,ul,ol,li,div,td,th,address,blockquote { font-size:9px; }

li { margin-top:0px; }

pre { font-family:Helvetica,; font-size:9px; color:#000000; }

code,kbd,tt { font-family:Helvetica,; font-size:9px; color:#000000; }

var { font-style:normal; color:#0000C0; }

blockquote,cite { font-style:italic; }

.xmpcode { border-width:10px; border-style:solid; border-color:#EEEEEE; background-color:#FFFFE0; }

.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; font-weight: normal; font-variant: normal; text-decoration: none; font-style: normal;}

.Menue { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; font-weight: normal; font-variant: normal; text-decoration: none; color: #181918}

a:link { color:#666666; text-decoration:none; }

a:visited { color:#666666; text-decoration:none; }

a:hover { color:#000000; text-decoration:none; }

a:active { color:#000000; text-decoration:none; }

a.an { text-decoration:none; }

.unicode { font-size:9px; font-family:Arial Unicode MS,Arial,sans-serif }

ins { color:#009900; font-weight:bold; text-decoration:none; }

del { color:#990000; font-weight:bold; text-decoration:line-through; }

Firefox, Opera und Safari zeigen alle das gleiche an, nämlich keinen Einfluss des vorgaben-Dokuments auf das html-dokument. Weiß jemand Rat?

Grüße
heiner