<!-- DATEI: mfg.css -->

<!--
Diese Datei dient dazu, um CSS Stylesheets in HTML einzubinden<br>
Wenn man Angaben in der separaten Datei ändernt, wirken die Änderungen sich<br>
auf alle Dateien aus, in denen die separate CSS-Datei eingebunden ist. -->

<!--body { background-color:#000000;      <!-- Definiert den Inhalt des body-->
       background-image:url(../website/images/patch_ohneRahmen_sw_blas_neg.jpg);
       background-attachment:fixed;
       background-repeat:no-repeat;
       background-position:center center;
       font-family:"sans-serif";
       font-color:#FF0000; }-->


<!-- Definiert den Inhalt des body, ... -->

@font-face {
  font-family:iglesia-light;
  src:url(IGLESIA0.eot);
}


body { cursor: url(metalhand.cur); font-family:"Arial"; "MS Sans-Serif"; "Iglesia-Light"; font-color:#FF0000; src: url('../IGLESIA0.eot');}

<!-- Definiert z.B die Überschriften, ... -->

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i

{ font-family:Arial, MS Sans-Serif, Iglesia-Light; font-color:#FF0000 }

h1 { font-size:48px; margin-bottom:18px; }

h2 { font-size:24px; margin-bottom:8px; }

h3 { font-size:16px; }

h4 { font-size:13px; }

p,ul,ol,li,div,td,th,address,blockquote { font-size:13px; }

