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

body { background-color: #FFFFA3; 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:#000000; font-size:10pt; font-style:normal; font-weight:bold; text-decoration:none; }
a:visited { color:#000000; font-size:10pt; font-style:normal; font-weight:bold; text-decoration:none; }
a:active  { color:#808080; 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                                                                       */
/* text-decoration = Textstil                                                          */
/* underline = unterstrichen, Default-Wert                                             */
/* none = nicht unterstrichen                                                          */
/* text-transform:capitalize = Wortanfang Grossbuchstabe                               */

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

/* z.B. Letztes Update                                                                 */
.update { font-family: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:#000000 }
.fett_8 { font-size:8pt; font-weight:bold; color:#000000 }
.normal_10 { font-size:10pt; font-weight:normal; color:#000000 }
.fett_10 { font-size:10pt; font-weight:bold; color:#000000 }
.fett_10_grau { font-size:10pt; font-weight:bold; color:#808080 }
.normal_12 { font-size:12pt; font-weight:normal; color:#000000 }
.fett_12 { font-size:12pt; font-weight:bold; color:#000000 }
.fett_12_grau { font-size:12pt; font-weight:bold; color:#808080 }
.fett_12_rot { font-size:12pt; font-weight:bold; color:#FF0000 }
.fett_14 { font-size:14pt; font-weight:bold; color:#000000 }
.normal_14 { font-size:14pt; font-weight:normal; color:#000000 }
.fett_14_grau { font-size:14pt; font-weight:bold; color:#808080 }
.fett_18 { font-size:18pt; font-weight:bold; color:#000000 }
.normal_18 { font-size:18pt; font-weight:normal; color:#000000 }
.fett_22 { font-size:22pt; font-weight:bold; color:#000000 }

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

hr { color:#000000 }

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

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

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

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

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