/* Hintergrund infodatei */

body { background:#cd2333; 
      color:#ffffff;
       
}

/* Ueberschrift Kopfdatei */

h1.gross {
 font-family:monospace;
 font-size:x-large;
 font-weight:bold;
 font-style:italic;
 text-align:center;
 alignment:center;
 color:#000000; 
}

/* Text Überschrift Kopf */

h1.klein {
 font-family:monospace;
 font-size:15pt;
 font-weight:bold;
 text-align:center;
 color:#ffffff;
}

/* Link Kopfdatei */

h1.link {
 font-family:monospace;
 font-size:14pt;
 font-weight:bold;
 text-align:center;
 color:#ffffff;
 text-decoration:none;
}

/* Links, noch nicht besucht */

a:link {
 font-family:monospace;
 font-size:12pt;
 font-weight:bold;
 text-align:left;
 color:#ffffff;
 text-decoration:none;
}

/* Links, besucht */

a:visited {
 font-family:monospace;
 font-size:12pt;
 font-weight:bold;
 text-align:left;
 color:#000000;
 text-decoration:none;
}

/* Links, beim besucht werden */

a:active {
 font-family:monospace;
 font-size:12pt;
 font-weight:bold;
 text-align:left;
 color:#8f8f8f;
 text-decoration:none;
}

/* Leerer Hintergrundpunkt */

h2.leer {
 font-size:4pt;
 text-align:center;
 color:#CD2333;
}

/* Textseitenüberschrift gross */

h2.gross {
 font-family:monospace;
 font-size:large;
 font-weight:bold;
 text-align:center;
 text-decoration:underline;
 color:#000000;
}

/* Textseitenüberschrift klein */

h2.klein {
 font-family:monospace;
 font-size:12pt;
 font-weight:bold;
 color:#ffffff;
}

/* Textseiten Text */

p {
 font-family:sans-serif;
 font-size:10pt;
 font-weight:standard;
 color:#ffffff;
}

/* Textseiten Textflussüberschriften */

h3 {
 font-family:serif;
 font-size:11pt;
 font-weight:200;
 color:#ffffff;
}

/* Schrift von Layern in Tabelle auf Startseite */

td.layer {
 font-family: sans-serif;
 font-size: 8pt;
 font-weight: bold;
 text-align: center;
 color: #000000;
}