/* DATEI: hcherne.css */

/* In dieser Datei werden Style-Sheets */
/* zur Formatierung der Darstellung definiert. */
/* Oberhalb jedes Befehls steht eine Kurzerklaerung */


/* allgemeine Definition des HTML-Bodies */
/* spezielle Definition direkt in der Datei (nur bei topics.html) */
/* margin-top/-bottom = Abstand zwischen Fensterrand und Inhalt oben/unten */
/* background-color = Hintergrundfarbe, #000066= Dunkelblau */
/* color = Schriftfarbe, font-family = Schriftart */
/* text-align = Textausrichtung */

body  { text-align:center; margin-top:10px; margin-bottom:10px; background-color:#ffffff; color:#000066; font-family:"Times New Roman",Arial,sans-serif; }


/* allgemeine Link-Definition */
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:hover = Verweise, die gerade mit der Maus ueberfahren werden */
/* #ff0000 = Rot */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen (Default-Wert) */

a:link  { text-decoration:underline; color:#ff0000; background-color:#ffffff; }
a:visited  { text-decoration:underline; color:#ff0000; background-color:#ffffff; }
a:hover  { text-decoration:underline; color:blue; background-color:#ffffff; }


/* spezieller Link ueber Image (ohne Border) */
/* funktioniert nur bei IE!, Border=0 weiterbenutzen */
/* a.bd1:link  { color:white; border-style:none;  } */
/* img.bd2  { border-style:none; } */


/* allgemeine Schrift-Definition */
/* font-family = Schriftart */
/* ist eine Schrift nicht vorhanden, wird die naechste verwendet; */
/* ist keine dieser Schriften vorhanden, ist diese Angabe wirkungslos; */


h1  { font-size:250%; }

h2  { font-size:200%; }

h3  { font-size:150%; }

h4  { font-size:110%; }

p  { font-size:100%; }

.a1  { text-align:center; }
.a2  {text-align:left; }
.a3  { text-align:right; }
.a4  { font-size:67%; }
.a5  { font-weight:bold; }

/* spezielle Definition Hauptseite (main.html) */

.m1  { color:#ff0000; background-color:#ffffff; }


/* spezielle Definitionen fuer Tabellen! */

.w1  { text-align:center; color:#000066; background-color:#ffffff; }

/* Tabellen allgemein */
/* Schrift-Definition im Textabschnitt fuer IE noetig! */

.w2  { text-align:left; vertical-align:top; color:#000066; background-color:#ffffff; font-family:"Times New Roman",Arial,sans-serif; }
.w2a  { text-align:left; vertical-align:top; color:#ff0000; background-color:#ffffff; font-family:"Times New Roman",Arial,sans-serif; }
.w3  { row-span:2; text-align:left; vertical-align:top; color:#000066; background-color:#ffffff; }
pre.w4  { font-family:"Times New Roman",Arial,sans-serif; font-size:110%; }
pre.w5  { font-family:"Times New Roman",Arial,sans-serif; text-align:center; font-size:100%; }
.w6  { text-align:left; vertical-align:middle; color:#000066; background-color:#ffffff; font-family:"Times New Roman",Arial,sans-serif; }
.w7  { font-size:67%; color:#000066; background-color:#ffffff; font-family:"Times New Roman",Arial,sans-serif; }
.w7a  { font-size:10px; color:#000066; background-color:#ffffff; font-family:"Times New Roman",Arial,sans-serif; }
.w8  { font-size:67%; text-align:center; vertical-align:top; color:#000066; background-color:#ffffff; font-family:"Times New Roman",Arial,sans-serif; }
.w8a  { font-size:67%; text-align:center; vertical-align:middle; color:#000066; background-color:#ffffff; font-family:"Times New Roman",Arial,sans-serif; }
.w9  { text-align:center; font-size:83%; vertical-align:top; color:#ff0000; background-color:#ffffff; font-family:"Times New Roman",Arial,sans-serif; }
.w10  { text-align:left; font-size:83%; color:#000066; background-color:#ffffff; font-family:"Times New Roman",Arial,sans-serif; }
.w10a  { text-align:left; font-size:67%; color:#000066; background-color:#ffffff; font-family:"Times New Roman",Arial,sans-serif; }
.w10b  { text-align:left; font-size:83%; color:#ff0000; background-color:#ffffff; font-family:"Times New Roman",Arial,sans-serif; }
.w11  { font-size:67%; text-align:center; vertical-align:top; color:blue; background-color:#ffffff; font-family:"Times New Roman",Arial,sans-serif; }
.w12  { text-align:center; font-size:83%; vertical-align:top; color:#000066; background-color:#ffffff; font-family:"Times New Roman",Arial,sans-serif; }

/* Tabelle hinweise.html */

.h1  { text-align:left; font-size:83%; vertical-align:top; color:#ff0000; background-color:#ffffff; font-family:"Times New Roman",Arial,sans-serif; }
.h2  { text-align:center; font-size:100%; vertical-align:top; color:#000066; background-color:#ffffff; font-family:"Times New Roman",Arial,sans-serif; }
.w2 s { font-size:100%; color:blue; background-color:#ffffff; font-family:"Times New Roman",Arial,sans-serif; text-decoration:none; }
.w2 u { font-size:100%; color:#ff0000; background-color:#ffffff; font-family:"Times New Roman",Arial,sans-serif; }

/* spielplan.html */

.w2 i { text-align:center; color:#ff0000; background-color:#ffffff; font-family:"Times New Roman",Arial,sans-serif; }
