/* DATEI: formate.css */

a:link { color:#000000; font-style:italic; }
a:visited { color:#000000; font-style:italic; }
a:active { color:#000000; font-style:italic; }

/* a:link = Link unbenutzt */
/* a:visited = Link besucht */
/* a:active = gerade aktivierter Link */


body { margin-left:0px; margin-top:0px; }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel */


p, td, th, blockquote { font-size:12pt; font-family:Times; } 

/* normaler Text */
/* font-size = Schriftgroesse */
/* font-family = Schriftart */



td { text-align:left; vertical-align:top; background-repeat:no-repeat; background-position:0px 0px;
 } 


h1 { color:#880000; font-size:30pt; font-family:Times; letter-spacing:0.2mm; } 

/* color = Schriftfarbe */
/* font-size = Schriftgroesse */
/* font-family = Schriftart */
/* letter-spacing = Abstand zwischen den Buchstaben */

h2 { color:#880000; font-size:25pt; font-family:Times; letter-spacing:0.2mm; } 

h3 { color:#660000; font-size:14pt; font-family:Times; } 

h4 { color:#660000; font-size:12pt; font-family:Times; } 
