/* DATEI: formate.css  */
/* zu webwort - Web-Informationen von und zu Balthas Seibold */

body { margin-top:20px; margin-left:20px; margin-right:5px; margin-bottom:5px; background-color:#FFCC99; }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,span
     { font-family:Arial,sans-serif; }

/* font-family = Schriftart fuer Textelemente */

h1 { font-size:20pt; color:#000000; font-weight:normal;  }

/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */


h1.baum { font-size:12pt; color:#000000; }

h1.button { font-size:14pt; }

h2 { font-size:16pt; }

/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */

h3 { font-size:16pt; color:#000000; }

/* Zwischenueberschriften  */
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */


h4 { font-size:10pt; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


.mittig { text-align:center; }

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt;color:#000000; }

p.zitat { margin-left:1cm; margin-right:1cm; font-size:18pt; color:#000000; font-style:italic; text-align:center; }

div.uebersicht { font-size:16pt; color:#000000; background-color:#FFD7AF; border-style:none; border-width:thin; width:87%; padding:3pt; }
/* Das macht die Zwischenueberschriften mit Hintergrund (ohne Zeilenumbruch) */

div.bloed { font-size:16pt; color:#000000; background-color:#FFD7AF; border-style:none; border-width:thin; width:100%; padding:3pt; }
/* Das macht die Zwischenueberschriften mit Hintergrund (ohne Zeilenumbruch) */

div.navi { font-size:8pt; color:#000000; background-color:#FFD7AF; border-style:none; border-width:thin; width:100%; padding:2pt; }
/* Das macht die Untere Navigation mit Hintergrund (ohne Zeilenumbruch) */

div.quelle { font-size:8pt; color:#000000; }
/* Das macht die Quellenangaben unter den Bildern */


div.inhalt { margin-bottom:8pt; font-size:12pt; color:#000000; }

div.untueber{ margin-bottom:10pt; font-size:12pt; color:#000000; margin-top:2pt; }

li.inhalt { font-size:10pt; color:#000000; }

div.link { font-size:10pt; }

/* normaler Text */
/* font-size = Schriftgroesse */

a:link { font-weight:bold; color:#961E13; text-decoration:none }
a:visited { font-weight:bold; color:#961E13; text-decoration:none }
a:hover { font-weight:bold; color:#961E13; text-decoration:underline }
a:active { font-weight:bold; color:#961E13; text-decoration:underline }
a:focus { font-weight:bold; color:#961E13; text-decoration:underline }


/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */
