body { margin-top:10px; margin-bottom:10px; }

h1, h2, h3
     { font-family:Verdana,sans-serif; }

/* font-family = Schriftart fuer Textelemente */

h1 { font-size:16pt; }

h2 { font-size:14pt; }

h3 { font-size:12pt; }

p.main { font-family:Verdana, sans-serif; font-size:14pt; font-weight:bold; color:#000080;}

p.legende { font-family:Verdana, sans-serif; font-size:8pt; color:#000000;}

p.tab { font-family:Verdana, sans-serif; font-size:10pt; color:#000000;}

p, ul, ol, li, div, td, th, address, nobr, b, i { font-family:Verdana,sans-serif; font-size:10pt; }

/* normaler Text */

a:link { font-weight:bold; color:#0000FF; text-decoration:none; }
a:visited { font-weight:bold; color:#0000FF; text-decoration:none; }
a:active { font-weight:bold; color:#FF3300; text-decoration:none; }
a:hover { font-weight:bold; color:#FF3300; text-decoration:none; }
a.nlink:link { font-size:10pt; font-weight:bold; line-height:20pt; color:#FFFFFF; text-decoration:none; }
a.nlink:visited { font-size:10pt; font-weight:bold; line-height:20pt; color:#FFFFFF; text-decoration:none; }
a.nlink:active { font-size:10pt; font-weight:bold; line-height:20pt; color:#FF3300; text-decoration:none; }
a.nlink:hover { font-size:10pt; font-weight:bold; line-height:20pt; color:#FF3300; text-decoration:none; }
a.flink:link { font-size:8pt; font-weight:bold; color:#FFFFFF; text-decoration:none; }
a.flink:visited { font-size:8pt; font-weight:bold; color:#FFFFFF; text-decoration:none; }
a.flink:active { font-size:8pt; font-weight:bold; color:#FF3300; text-decoration:none; }
a.flink:hover { font-size:8pt; font-weight:bold; color:#FF3300; text-decoration:none; }


/* 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, z.B. underline */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }