
/*
   format.css    Stylesheet fuer Homepage von www.Natur-Spiel-Haus e.V..de und www.Wichtelstuebchen.de
   ***************************************************************************************************

   Ablage:        .\nsh\format.css    und    .\ws\format.css

   Datum:           04-04-04
   Konzept:         Buchholz
   Programmierer:   Buchholz

   Revision
   --------

   04-04-04   Buchholz, Erstausgabe







   ***************************************************************************************************
*/

/* Allgemeine Styles */
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Arial,sans-serif; }
h1 { font-size:26px; margin-bottom:18px; }
h2 { font-size:21px; margin-bottom:18px; }
h2.sh2 { font-size:21px; }
h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:16px; }
h4 { font-size:13px; }
p,ul,ol,li,div,td,th,address,blockquote { font-size:13px; }
li { margin-top:3px; }
pre { font-family:Courier New,Courier; font-size:13px; color:#0000C0; }
code,kbd,tt { font-family:Courier New,Courier; color:#0000C0; }
var { font-style:normal; color:#0000C0; }
blockquote,cite { font-style:italic; }

/* Styles fuer verschiedene Rahmen */
.nsh_nav { background-color:#A9EF7E; margin-top:10px; margin-left:10px; } /* Style fuer NSH-Navigation-Rahmen */
.nsh_kopf { background-color:#A9EF7E; margin-top:15px; margin-left:10px; font:12pt/18pt; } /* Style fuer NSH-Kopfzeile */
.nsh_logo { background-color:#A9EF7E; margin-top:0px; margin-left:10px; } /* Style fuer NSH-Logo-Rahmen */
.nsh_heart { background-color:"white"; margin-top:10px; margin-left:20px; } /* Style fuer NSH-Textfenster (Heart-Rahmen) */
.nsh_heart_kopf { background-color:#A9EF7E; margin-top:15px; margin-left:10px; } /* Style fuer NSH-Text-Kopfzeile */

/* Styles fuer Natur-Spiel-Haus Ueberschriften */
.nsh { font-family:'Comic Sans MS',Comic,sans-serif }
.nsh1 { font-size:34px; margin-bottom:18px; text-align:center; font-weight:bold; font-variant:normal; font-family:'Comic Sans MS',Comic,sans-serif  }
.nsh2 { font-size:21px; margin-bottom:18px; text-align:center; font-weight:bold; font-variant:normal; font-family:'Comic Sans MS',Comic,sans-serif  }
.nsh3 { font-size:18px; margin-bottom:18px; text-align:center; font-weight:bold; font-variant:normal; font-family:'Comic Sans MS',Comic,sans-serif  }
.nsh4_logo { font-size:15px; margin-bottom:5px; text-align:left; font-weight:bold; font-variant:normal; font-family:'Comic Sans MS',Comic,sans-serif  }

/* Styles fuer Wichtelstuebchen Ueberschriften */
.ws { font-family:'Lucida Calligraphy',Lucida,sans-serif  }
.ws1 { font-size:34px; margin-bottom:18px; text-align:center; font-weight:bold; font-variant:normal; font-family:'Lucida Calligraphy',Lucida,sans-serif  }
.ws2 { font-size:21px; margin-bottom:18px; text-align:center; font-weight:bold; font-variant:normal; font-family:'Lucida Calligraphy',Lucida,sans-serif  }
.ws3 { font-size:18px; margin-bottom:12px; text-align:center; font-weight:bold; font-variant:normal; font-family:'Lucida Calligraphy',Lucida,sans-serif  }
.ws4_logo { font-size:14px; margin-bottom:20px; text-align:center; font-weight:bold; font-variant:normal; font-family:'Lucida Calligraphy',Lucida,sans-serif  }

/* Styles fuer Gartenwerkstatt Ueberschriften */
.gw { font-variant:small-caps; font-family:AustereLightCapsSSK,Austere,fantasy  }
.gw1 { font-size:40px; margin-bottom:18px; text-align:center; font-weight:bold; font-variant:small-caps; font-family:AustereLightCapsSSK,Austere,fantasy  }
.gw2 { font-size:21px; margin-bottom:18px; text-align:center; font-weight:bold; font-variant:small-caps; font-family:AustereLightCapsSSK,Austere,fantasy  }
.gw3 { font-size:18px; margin-bottom:18px; text-align:center; font-weight:bold; font-variant:small-caps; font-family:AustereLightCapsSSK,Austere,fantasy  }

/* Styles fuer Links */
a:link { color:blue; font-weight:normal; text-decoration:underline; }
a:visited { color:#772200; font-weight:normal; text-decoration:underline; }
a:active { color:#000000; font-weight:normal; text-decoration:underline; background-color:"white";}

/* Styles fuer Farben */
.nsh_green { background-color:#A9EF7E}
.nsh_white { background-color:white}

/* Styles aus Beispiel von SHTLM */
.xmpcode { border-width:10px; border-style:solid; border-color:#EEEEEE; background-color:#FFFFE0; }
.code { background-color:#FFFFE0; }
.tabxpl { background-color:#E4EEFF; }
.doc { background-color:#EEEEEE; }
.nav { background-color:#FFEEDD; }
.qbar { background-color:#FFFFE0; font-size:13px; font-family:Arial,sans-serif; }
.blue { color:#0000C0; }
pre.normal { color:#000000; }
a.an { text-decoration:none; }
.unicode { font-size:15px; font-family:Arial Unicode MS,Arial,sans-serif }

ins { color:#009900; font-weight:bold; text-decoration:none; }

del { color:#990000; font-weight:bold; text-decoration:line-through; }

