/* DATEI: formate.css */


body { margin-left:25px; margin-right:25px; background-color:#F5F5F5; font-family:verdana,arial; color:#000032; font-size:12px; line-height:18px}

/* margin-left = Abstand zwischen Fensterrand und Inhalt links */
/* margin-right = Abstand zwischen Fensterrand und Inhalt rechts */
/* 20px = 20 Pixel, Wert aenderbar */
/* background-color = Hintergrundfarbe */
/* font-family = Schriftart fuer Textelemente */
/* color = Schriftfarbe */
/* font-size = Schriftgr??e */
/* font-weight = Schriftgewicht */
/* line-height = Abstand zwischen den Zeilen */


h1 { font-size:25px; font-style:italic; color:#000064; font-weight:700; line-height:30px}

/* font-size = Schriftgroesse */
/* 35pt = 35 Punkt, Wert aenderbar */
/* font-style = Schriftstil */
/* color = Schriftfarbe */
/* font-weight = Schriftgewicht */


h2 { font-size:20px; font-style:italic; color:#000064; font-weight:600; line-height:24px}

/* font-size = Schriftgroesse */
/* 28pt = 28 Punkt, Wert aenderbar */
/* font-style = Schriftstil */
/* color = Schriftfarbe */
/* font-weight = Schriftgewicht */



h3 { font-size:18px; font-style:italic; color:#000064; font-weight:500; line-height:22px}

/* font-size = Schriftgroesse */
/* 20pt = 20 Punkt, Wert aenderbar */
/* font-style = Schriftstil */
/* color = Schriftfarbe */
/* font-weight = Schriftgewicht */


table { font-size:12px; font-family:verdana,arial; color:#000032;}

sup { font-size:8px;}

/* sup = hochgestellter Text */


/* Formate für Klassen definieren */
.bildtext { font-size:11px; font-family:verdana,arial; }



a:link { font-size:12px; font-weight:500; color:#0000FF; text-decoration:none; }
a:visited { font-size:12px; font-weight:500; color:#000080; text-decoration:none; }
a:active { font-size:12px; font-weight:500; color:#0F004B; text-decoration:none; }
a:hover { font-size:12px; font-weight:500; color:#8C3200; text-decoration:none; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* a:hover = Verweise, während der Anwender mit der Maus über den Verweistext fährt */
/* color = Farbe */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

