
/*
Haupt-Farben 8/2011 :
Seiten-Hintergrund: #201000; seit 9/2011: #FFFFFA;
Seiten-Vordergrund: #FF9900; seit 9/2011: #000000;
Lyrik-Hintergrund: #84470A; seit 9/2011: #FFFFFA;
Lyrik-Vordergrund: #FF9900;
Rahmen um anklickbare Bilder: #FF9900; bei Maus-Drueber: #FFFFFA;
Links #FF9900; bzw. #FFFF99;  seit 9/2011: #0066FF; und #FF9900; bzw #FF0000;
Links im Footer: #FF9900;
 */


body.ipage {
   background-color:#FFFFFA;
   color:#000000;
   border-left-style:solid;
   border-left-width:4px;
   border-left-color:#FF9900;
   border-right-style:solid;
   border-right-width:4px;
   border-right-color:#FF9900;
   padding-left: 0.5cm;
   padding-right: 1cm;   
   }



/* Header-Bereich */


/* section (verm. auch nav) sollten nicht für Layoutzwecke verwendet werden */

/* Navigation */
/* height: auto geht 7/10 nicht im FF */
/* ohne height färbt FF 3.6 nicht (Stand 7/10)*/
div.navdiva {width:100%; min-height:2.3cm; 
            color:#000000;
            background-color:#FFFF99;
            display:block;
            border-top: solid 2px #FF9900;
            border-bottom: solid 2px #FF9900;
            border-left: solid 2px #FF9900;
            border-right: solid 2px #FF9900;
            }

/* Navigation erster Block*/
ul.navula {list-style-type: none; float: left;  
           color:#000000;
           background-color:#FFFF99;
           margin:0px; 
           padding: 10px; 
           padding-right: 20px;
           }

/* Navigation weitere Bloecke */
ul.navulb {list-style-type: none; float: left; 
           color:#000000;
           background-color:#FFFF99;
           margin:0px; padding: 10px;
           }

/* Navigation rechter Block*/
ul.navulc {list-style-type: none; float: right;
           color:#000000;
           background-color:#FFFF99;
           margin:0px; padding: 10px;
           font-size:70%; 
           }


/* Navigationslinks (auf hellem Hintergrund)*/
a.nava:link { color:#000000; background-color:#FFFF99; text-decoration:underline; }
a.nava:visited { color:#FF9900; background-color:#FFFF99; text-decoration:underline;  }
a.nava:hover { color:#FFFF99; background-color:#FFFF99; text-decoration:underline; background-color:#FF9900; }
a.nava:active { color:#FFFF99; background-color:#FFFF99; text-decoration:underline;  background-color:#FF9900; }


/* Hauptbereich der Seite ... */

/* Ueberschriften... */
h1.ihead {clear:both; text-align: center;}
h1.h1oben {clear:both; text-align: center;}
h1.h1mitte {clear:both; text-align: center;}
h1.h1unt {clear:both; text-align: center;}
h1.suchbegriffeueberschrift {clear:both; text-align: center;}

/* Textabsaetze... */
/* a1 = erster wichtiger Absatz einer Seite z. B. Einführung */
p.a1 {clear:both; padding-bottom: 5mm; }

/*fta = Fließtextabsatz (ganz normaler Text, mittendrin) */
p.fta {clear:both; padding-bottom: 5mm; }

/* hw = Hinweise, = letzte unwichtige Absaetze einer Seite */
p.hw {clear:both; padding-bottom: 5mm; }

/* Absatz unten fuer die Suchbegriffe */
p.suchbegriffe {clear:both; padding-bottom: 5mm; }


/* Lyrische Absätze... */
p.verscent {text-align:center; margin-right:0px; font-size:18pt; font-family:"Harlow Solid Italic",Verdana,sans-serif;
            color:#FF9900; background-color:#FFFFFA;}



/* Bilder... */
/* Absatz für ein w3 Bild (fuer viele Absaetze nebeneinander)*/
/* Aug. 2011 width auto entfernt */
p.w3pic { float: left; text-align: center; padding-bottom: 1cm;} 
/* float left bedeutet: Element nach links, Umfluss an der rechten Seite */

/* durch zusaetzlichen Rand werden w3 Bilder immer auf 272 x 252 gebracht*/
img.qh {margin-left: 52px; margin-right: 52px;} /*Zusatzrand li+re bei w3 Hochbild 168x252*/
img.qb {margin-top: 84px; margin-left: 10px; margin-right: 10px;} /*Zusatzrand oben bei w3 Querbild 252 */

/* anklickbare Bilder... */
a img { border: solid 2px #FF9900;}
a:hover img { border: solid 2px #FFFFFA;}
p.w3pic a.lnk {text-decoration:none;}   /* vgl. unten strong.lnkbut, sonst zusaetzliche Linie unter anklickbarem Bild in FF 3.6 */


/* 100x100 Bildreihen */
/* Absatz für ein 100er Bild (fuer viele Absaetze nebeneinander)*/
p.quadpic { float: left; width: auto; text-align: center; padding-bottom: 1cm;}
img.quad {margin-left: 5px; margin-right: 5px;} 



/* Umbrueche (8/11 eingefuegt -noch nicht in allen HTML-Dateien enthalten) 
 * z.B. fuer das Ende von Bilderreihen*/
div.umbruch {clear: both;}

/* Links im Text (auf derzeit dunklem Hintergrund)*/
a.lnk:link { color:#0066FF; text-decoration:underline; }    /* vgl. oben: p.w3pic a.lnk*/
a.lnk:visited { color:#FF9900; text-decoration:underline;  }
a.lnk:hover { color:#FF0000; text-decoration:underline; background-color:#FFFFFA; }
a.lnk:active { color:#FF9900; text-decoration:underline; background-color:#FFFFFA; }

/* Fliesstext... */
strong.but { font-style: italic; }  /*Bilduntertitel */
strong.lnkbut { font-style: italic; text-decoration:underline;}  /*Bilduntertitel anklickbares Bild vgl. oben: p.w3pic a.lnk */
mark {color: #0066FF; background-color:#FFFFFA;}




/* Fussbereich...  */ 
div.footerdiv {clear:both; font-size: 9pt; text-align:center; }
a.afooter:link { color:#FF9900; text-decoration:underline; font-style:normal; }
a.afooter:visited { color:#FF9900; text-decoration:underline; font-style:normal; }



