Monika Treipl: Hilfe! Netscape und CSS - Ausdruck

Beitrag lesen

Sorry.
Anbei der Text der CSS-Datei:

/* DATEI: formate.css */

/* - - ALLGEMEINES - - */
body { margin-left:70px; margin-top:18px; margin-bottom:30px;
       width:500px; background-color:white; }
p  { width:500px; font-family:Verdana,Tahoma,Times; font-size:9pt; }
body,h1,h2,h3,h4 { font-family:Verdana,Tahoma,Times; }
br,div,caption,ul,ol,table,tr,th,td { font-family:Verdana,Tahoma,Times; font-size:9pt; }
#rot { color:#CC3333; }
#klammer { color:black; font-size:8pt; font-weight:normal; }
  /* fuer Leistungsbericht, mit span verwendet */
#pfeillink { margin-top:4px; color:#CC3333; font-weight:bold; }
  /* fuer Links mit Pfeilimage */
#thema { margin-left:20pt; }

/* Schriftgroessen */
#klein { font-size:8pt; }
#sehrklein { font-size:7pt; }

/* - - fuer KOPFZEILE - - */
#ganzLinks { margin-left:-65px; }

/* - - LINKS - - */
#link { color:#CC3333; text-decoration:underline; target:Hauptfenster; }
#linkOhne { color:white; text-decoration:none; }

#fremdKlein { color:#CC3333; font-size:8pt; text-decoration:underline; }
#fremderLink { color:#CC3333; text-decoration:underline; target:_parent; }

/* - - fuer UEBERSCHRIFTEN - - */
h2 { margin-left:-55px; margin-top:20px; line-height:14pt;
     font-family:Verdana; font-size:12pt; color:black; }
h3 { margin-left:-55px; margin-top:20px; line-height:12pt;
     font-family:Verdana; font-size:11pt; color:#CC3333; }
#ueberschrift { margin-top:20px; line-height:12pt; color:#CC3333;
     font-family:Verdana,Tahoma,Times; font-size:9pt; font-weight:bold; }
#schwarzeUeberschrift { margin-top:20px; margin-top:12pt; color:black;
     font-family:Verdana,Tahoma,Times; font-size:9pt; font-weight:bold; }

/* - - FIXE BREITEN - - */
#fixeBreite { width:500px; }
#fixBottom { position:absolute; margin-left:-65px; margin-bottom:20px; text-align:center; color:black; width:585px;}

/* - - BOTTOMLINKS - - */
hr { margin-left:-60px; margin-top:5px; color:#CC3333; width:590px; text-align:left; }
   /* rote Trennlinie vor Bottomlinks */
#bottomlink { margin-top:10px; font-size:7pt; }
#webmaster  { margin-top:5px; font-size:6pt; }
#linie { margin-left:-1px; width:511px; color:#CC3333; }

/* - - LISTEN - - */
ul { width:470px; font-family:Verdana,Tahoma,Times; font-size:9pt; list-style-type:disc; }
ul.none,ol.none { width:470px; font-family:Verdana,Tahoma,Times; font-size:9pt; list-style-type:none; }

/* - - TABELLEN - - */
table.leistdat { font-size:8pt; font-family:Verdana;
                 border-width:1pt; border-color:black; align:center; width=470px; }
caption.top { padding-top:4pt; caption-side:top; background-color:#FA6450; font-weight:bold; }
tr,td,th { padding-top:1pt; padding-bottom:1pt; padding-left:2pt; padding-right:2pt; font-size:8pt; }  
#font9  { font-size:9pt; }
tr.drot { background-color:#FA6450; }
tr.hgrau { background-color:#D3D3D3; }
tr.hrot { background-color:#FFE4B5; }
tr.hrotfett,td.hrotfett { font-weight:bold; background-color:#FFE4B5; }

a:link { color:#CC3333; text-decoration:underline; }
a:active { color:#080808; text-decoration:underline; }
a:visited { color:#990000; text-decoration:underline; }
a.haupt { target:Hauptfenster; }
a:anker { text-decoration:none; }