/* datei formate.css */
/* style sheet von gunnar michaelsen */
/* jetzt muss eigentlich nur noch in */
/* jeder html-datei die schriftfarbe */
/* weiss oder schwarz definiert werden */
/* je nach hintergrund. die anchor-farben */
/* sind so gewählt, dass sie am besten */
/* auf schwarzem hintergrund wirken. */
/* die befehle ul,ol,li,div,td,th, */
/* adress,nobr,b,i können je nach datei */
/* und geschmack formatiert werden */

/* fontauswahl */
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{ font-family:verdana,arial,sans-serif; }
h1 { font-size:20pt; color:#FFFFFF; margin-top:25px;   }
h2 { font-size:18pt; color:#FFFFFF; margin-top:25px;   }
h3 { font-size:16pt; color:#FFFFFF; margin-top:25px;   }
h4 { font-size:14pt; color:#FFFFFF; margin-top:25px;   }


/* textgrösse */
p.normal { font-size:12pt; color:#FFFFFF; line-height:18pt }
p.klein { font-size:10pt; color:#FFFFFF; line-height:16pt }
p.winzig { font-size:8pt; color:#FFFFFF; line-height: 14pt }
p.rot { font-size:12pt; color:#FF0000; line-height:18pt }

/* extrastyles */
blockquote { font-style:italic }

/* linker rand und ausrichtung */
body { text-align=justify;  margin-right:0,8cm }
p { text-align=justify;  margin-right:0,8cm }

/* pseudoformate */
a:link { color:#000080; font-family:verdana,arial,sans-serif; font-size:12pt}
a:visited { color:#6666FF; font-family:verdana,arial,sans-serif; font-size:12pt }
a:active { color:#CC3333; font-family:verdana,arial,sans-serif; font-size: 12pt }

/* unabhängige formate */
#fett { font-weight:bold; }
#kursiv { font-style:italic; }
#fettkursiv { font-weight:bold; font-styleitalic; }
