/* DATEI: formate.css */


body { margin-left:25px; margin-right:25px; background-color:#D2F5F0; font-family:verdana,arial; color:#19006E; font-size:14px; font-weight:300; }

/* 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 */


h1 { font-size:25px; font-style:italic; color:#C23540; font-weight:700; }

/* font-size = Schriftgroesse */
/* 35pt = 35 Punkt, Wert aenderbar */
/* font-style = Schriftstil */
/* color = Schriftfarbe */
/* font-weight = Schriftgewicht */


h2 { font-size:20px; font-style:italic; color:#19006E; font-weight:600;}

/* font-size = Schriftgroesse */
/* 28pt = 28 Punkt, Wert aenderbar */
/* font-style = Schriftstil */
/* color = Schriftfarbe */
/* font-weight = Schriftgewicht */



h3 { font-size:18px; font-style:italic; color:#19006E; font-weight:500;}

/* font-size = Schriftgroesse */
/* 20pt = 20 Punkt, Wert aenderbar */
/* font-style = Schriftstil */
/* color = Schriftfarbe */
/* font-weight = Schriftgewicht */


table { font-size:15px; font-style:arial; color:#19006E;}

sup { font-size:10px;}

/* sup = hochgestellter Text */

font.bildtext { font-size:12px; font-style:verdana,arial; }

a:link { font-size:15px; font-weight:500; color:#0000FF; text-decoration:none; }
a:visited { font-size:15px; font-weight:500; color:#000000; text-decoration:none; }
a:active { font-size:15px; font-weight:500; color:#0F004B; text-decoration:none; }
a:hover { font-size:15px; 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 */