/* DATEI: morserformate.css */


p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Verdana,Arial,Helvetica; }

/* font-family = Schriftart fuer Textelemente */

p,ul,td { font-size:10pt; }

.pt8 { font-size:8pt; }
.pt8g { font-size:8pt; color:#ffc000; }
.pt8s { font-size:8pt; color:#000000; }

.pt10 { font-size:10pt; }
.pt10g { font-size:10pt; color:#ffc000; }
.pt10s { font-size:10pt; color:#000000; }

.pt12 { font-size:12pt; }
.pt12g { font-size:12pt; color:#ffc000; }
.pt12s { font-size:12pt; color:#000000; }

.pt14 { font-size:14pt; }
.pt14g { font-size:14pt; color:#ffc000; }
.pt14s { font-size:14pt; color:#000000; }

.pt16 { font-size:16pt; }
.pt16g { font-size:16pt; color:#ffc000; }
.pt16s { font-size:16pt; color:#000000; }

.ge { color:#ffc000; }
.autor { font-size:8pt; color:#ffc000; }

h4 { font-size:10pt; }

a:link { color:#ffc000; text-decoration:none; font-weight:bold; }
a:visited { color:#ffffff; text-decoration:none; font-weight:bold; }
a:active { color:#ffd800; text-decoration:none; }
a:hover { color:#ffc000; text-decoration:underline; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */
