/* DATEI: formate.css */

body { margin:15px; }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */



p,h1,h2,h3,h4,h5, ul,ol,li,div,td,th,address,blockquote,nobr,b,i,q
     { font-family:Arial,sans-serif; }


body { background-color:#CCCCFF; }
.cit { font-weight:normal; font-style:italic; }




p,ul,ol,li,div,td,th,address,nobr,b,i, h5 { text-decoration:none; }


a  { text-decoration:none; }

em { font-weight:bold; font-style:normal; }
q { font-weight:normal; font-style:italic; }
.titel  { font-size: smaller; text-align:center}

pre.normal { color:#000000; }

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */


a:link { color:#0000FF; text-decoration:underline; }
a:visited { color:#660066; text-decoration:underline; }
a:active { color:#ff0033; 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 = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }

