/***************************************************************************************/
/* DATEI: format.css                                                                   */
/* Format definitionen fuer katharinaulrich.de                                         */
/* Einbinden in <head> der HTML-Seite mit:                                             */
/* <link rel=stylesheet type="text/css" href="script7format.css">                      */
/* Kommentar ein: SLASH-STERN, Komentar aus: STERN-SLASH                               */
/* Autor : Wolfgang Ulrich                                                             */
/***************************************************************************************/

body { background-color: #FFFFFF; margin-top:20px; margin-bottom:20px; }
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben                           */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten                       */
/* 20px = 20 Pixel                                                                     */

a:link    { color:#000030; font-size:10pt; font-style:normal; font-weight:bold; text-decoration:underline; }
a:visited { color:#000030; font-size:10pt; font-style:normal; font-weight:bold; text-decoration:underline; }
a:active  { color:#0030FF; font-size:10pt; font-style:normal; font-weight:bold; text-decoration:none; }
/* a:link = Verweise zu noch nicht besuchten Seiten                                    */
/* a:visited = Verweise zu bereits besuchten Seiten                                    */
/* a:active = Verweise, die aktiv sind                                                 */
/* color = Farbe                                                                       */
/* #000030 = dunkelblau                                                                */
/* #FFFFFF = weiss                                                                     */
/* #000000 = schwarz                                                                   */
/* text-decoration = Textstil                                                          */
/* underline = unterstrichen, Default-Wert                                             */
/* none = nicht unterstrichen                                                          */
/* text-transform:capitalize = Wortanfang Grossbuchstabe                               */

/* Menuepunkte auf der linken Seite                                                    */
.menu { font-family:Comic Sans MS,Arial,Helvetica,sans-serif; text-decoration:none; font-size:12pt; font-style:normal; font-weight:bold }

/* z.B. Letztes Update                                                                 */
.update { font-family:Comic Sans MS,Arial,Helvetica,sans-serif; font-size:8pt; font-style:italic; color:#0030FF }

/* alle Hinweise                                                                       */
.hinweis { font-size:8pt; color:#0000A0 }

/* diverse Schriftstärken                                                              */
.normal_8 { font-size:8pt; font-weight:normal; color:#000030 }
.fett_8 { font-size:8pt; font-weight:bold; color:#000030 }
.normal_10 { font-size:10pt; font-weight:normal; color:#000030 }
.fett_10 { font-size:10pt; font-weight:bold; color:#000030 }
.fett_10_gelb { font-size:10pt; font-weight:bold; color:#FFFFCC }
.normal_12 { font-size:12pt; font-weight:normal; color:#000030 }
.fett_12 { font-size:12pt; font-weight:bold; color:#000030 }
.fett_12_gelb { font-size:12pt; font-weight:bold; color:#FFFFCC }
.fett_14 { font-size:14pt; font-weight:bold; color:#000030 }
.normal_14 { font-size:14pt; font-weight:normal; color:#000030 }
.fett_18 { font-size:18pt; font-weight:bold; color:#000030 }
.normal_18 { font-size:18pt; font-weight:normal; color:#000030 }
.fett_22 { font-size:22pt; font-weight:bold; color:#000030 }

p,ol,li,div,td,th,tr,address,blockquote,br,nobr,i,b,a,span
     { font-family:Comic Sans MS,Arial,Helvetica,sans-serif; font-size:10pt; font-style:normal; color:#000030 }
/* font-family = Schriftart fuer Textelemente                                          */
/* Arial,Helvetica,sans-serif = Arial/Helvetica und serifenlose Schrift                */

hr { color:#000030 }

ul { list-style-type:disc; list-style-position:inside; }
/* list-style-type: Aufzählungszeichen                                                 */
/* cirlce : leerer Kreis                                                               */
/* disc : gefüllter Kreis                                                              */
/* list-style-position inside: eingerückt                                              */

h1 { font-family:Comic Sans MS,Arial,Helvetica,sans-serif; font-size:18pt; color:#000030 }
/* gilt z.B. fuer 'Willkommen...' auf der Einstiegsseite                               */
/* font-size = Schriftgroesse                                                          */

h2 { font-family:Comic Sans MS,Arial,Helvetica,sans-serif; font-size:12pt; color:#000030 }
/* Ueberschriften                                                                      */
/* font-size = Schriftgroesse                                                          */

h3 { font-family:Comic Sans MS,Arial,Helvetica,sans-serif; font-size:10pt; color:#000030 }
/* Ueberschriften                                                                      */

h4 {font-family:Comic Sans MS,Arial,Helvetica,sans-serif; font-size:8pt; font-weight:bold; color:#000030 }
/* Bildunterschriften für Galerie                                                      */