Code:
<style type="text/css">
<!--
.Stil1 {font-size: 12px; font-family: Tahoma; font-weight: bold; }
.Stil2 {font-family: Tahoma; font-size: 12px;}
.Stil11 {font-size: 12px}
.Stil12 {font-size: 14px}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
-->
</style>
Zeilen 1 und 24 können mit IE 5 nicht geparsed werden, und ich kann somitin Dreamweaver Style 1 nicht als Schrift verwenden zum testen.

Die Fehler sind von mir fett geschrieben...
Was daran falsch?
Ist alles durch Dreamweaver erstellt (die Styles)

Dennis