/* DATEI: tropheus2.css */

/* Definiert die Schriftarten/Größen für die Seite
   http://frakuras.bei.t-online.de */

/* Vielen Dank an Stefan Münz für sein astreines SelfHTML */

/* Hier wird der Standard definiert, für Text der keine Tags enthält */

body {
  margin-top:10px;
  margin-bottom:10px;
  font-size:10pt;
  font-family:Arial,sans-serif;
  font-weight:590;
  background-image:url(Bild333.jpg);
  background-color:black;
  color:#000252;
}
/ * color: #99ccff , #ff9966, #000000  */
a:link { color: #800000; text-decoration:underline; }
a:visited { color: rgb(128, 0 64) ; text-decoration:underline; }
a:active { color: #000000; text-decoration:underline; }

/* 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,ul,ol,li,div,td,th,address,blockquote,nobr,i {
  font-family:Arial,sans-serif;
  color:#000252;
}

h1,h2,h3,h4,b {
  font-family:Andy;
  color:#000252;
}

h1 {
  font-size:36pt;
   }
h2 {
  font-size:24pt;
}

h2.sh2 {
  font-size:18pt;
}

h3,h3.xmp,h3.xpl,h3.inf,h3.tip,b {
  font-size:14pt;
}

h4,b {
  font-size:12pt;
}

h5, {
  font-size:10pt;
}

p,ul,ol,li,div,td,th,address,nobr,i {
  font-size:10pt;
}
