/* ------------------------------- */
/* Grundeinstellungen              */
/* ------------------------------- */
html, body, textarea {
  background-color:#C4DEF4;
  color:#C4DEF4;
  scrollbar-base-color:#C4DEF4;
  scrollbar-3d-light-color:#C4DEF4;
  scrollbar-arrow-color:#C4DEF4;
  scrollbar-darkshadow-color:#C4DEF4;
  scrollbar-face-color:#99ccff;
  scrollbar-highlight-color:#C4DEF4;
  scrollbar-shadow-color:#C4DEF4;
  scrollbar-track-color:#C4DEF4;
}
body.b2 {background-color:#FFFFFF;}

/* Beachte: Die Reihenfolge der Pseudoklassen im Stylesheet ist wichtig! */
/* 1. a:link */
/* 2. a:visited */
/* 3. a:hover und a:focus (Reihenfolge egal) */
/* 4. a:active */

/* Verweise zu noch nicht besuchten Seiten */
   a:link {text-decoration:none;}
   /* td:link {color:#000099; } */

/* Verweise zu bereits besuchten Seiten */
   a:visited {text-decoration:none;}
   /* td:visited {color:#800000; } */

/* Verweise, während der Anwender mit der Maus über den Verweistext fährt */
   a:hover {text-decoration:none; background-color:#ffff33; padding-bottom:0px; padding-top:3px;}
   /* td:hover {background-color:#ffff33; } */

/* Verweise, wenn diese mit der Tastatur angesprungen werden */
   a:focus {text-decoration:none;}
   /* td:focus {background-color:#cff;} */

/* Verweise, während sie angeklickt werden */
   a:active {text-decoration:none; }
   /* td:active {background-color:#cff;} */





/* 1.Überschrift für Inhaltsangabe */
/* ------------------------------- */
.ih1 {font-family:Bookman Old Style;
      font-size:18px;
      font-weight:bold;
      color:#000000;}

/* 2.Überschrift für Inhaltsangabe */
/* ------------------------------- */
.ih2 {font-family:Bookman Old Style;
      font-size:12px;
      font-style:normal;
      color:#000099;
      font-weight:normal;
      text-decoration:underline;}

/* StandardText: Überschrift1      */
/* ------------------------------- */
.sth1 {font-family:Bookman Old Style;
      font-size:36px;
      font-weight:bold;
      color:#000000;
      text-align:center;}

/* StandardText: Überschrift2      */
/* ------------------------------- */
.sth2 {font-family:Bookman Old Style;
      font-size:18px;
      font-weight:bold;
      color:#000000;
      text-align:center;
      text-decoration:underline;}

/* StandardText: Blocksatz         */
/* ------------------------------- */
.std {font-family:Bookman Old Style;
      font-size:16px;
      text-align:justify;
      color:#000000;}

/* StandardText: Anmerkungen       */
/* ------------------------------- */
.stda {font-family:Bookman Old Style;
       font-size:14px;
       color:#000000;}

/* =============================== */
/*    hinzugefügt am 29.05.2007    */
/* =============================== */

/* StandardText: zentriert         */
/* ------------------------------- */
.stdc {font-family:Bookman Old Style;
      font-size:16px;
      text-align:center;
      color:#000000;}

/* StandardText: rechts            */
/* ------------------------------- */
.stdr {font-family:Bookman Old Style;
      font-size:16px;
      text-align:right;
      color:#000000;}

/* StandardText1: links            */
/* ------------------------------- */
.std1 {font-family:Bookman Old Style;
      font-size:14px;
      text-align:left;
      color:#000000;}

/* StandardText1: rechts            */
/* ------------------------------- */
.stdr2 {font-family:Bookman Old Style;
      font-size:14px;
      text-align:right;
      color:#000000;}

/* StandardText1: zentriert 24-01-2010 */
/* ------------------------------- */
.stdc2 {font-family:Bookman Old Style;
      font-size:14px;
      text-align:center;
      color:#000000;}

/* StandardText: "First-Letter"    */
/* ------------------------------- */
.std_fl  {font-size:56px;
         color:#990000;
         float:left;
         margin-top:-12px;
         margin-right:1px;
         margin-bottom:-20px;}

/* StandardText: "Ende"    */
/* ------------------------------- */
.std_ed1  {font-size:36px;
         color:#990000;
         text-align:center;}

/* StandardText: "Ende"    */
/* ------------------------------- */
.std_ed2  {font-size:18px;
         color:#990000;
         text-align:center;}

/* Textfluss: links                */
/* ------------------------------- */
.float_left {float:left; 
            margin-top:5px; 
            margin-right:10px; 
            margin-bottom:0px;}

/* Textfluss: rechts               */
/* ------------------------------- */
.float_right {float:right;
             margin-top:5px; 
             margin-left:10px; 
             margin-bottom:0px;}

/* Horizontale: Kapitel dunkelblau */
/* ------------------------------- */
.hr_k {background-color:#000099; 
      height:5px;}

/* Horizontale: Abschnitt graublau */
/* ------------------------------- */
.hr_a {background-color:#336699; 
      height:2px;}

/* Horizontale: Fußnote hellgrau 25-01-2010 */
/* ------------------------------- */
.hr_f {background-color:#cccccc;
      height:1px;}

/* Fußnote: zentriert            25-01-2010 */
/* ------------------------------- */
.stdf {font-family:Bookman Old Style;
      font-size:10px;
      text-align:center;}

/* Fußzeile: rechts            27-08-2011 */
/* ------------------------------- */
.stdfr {font-family:Bookman Old Style;
      font-size:10px;
      text-align:right;}

/* Fußnote: links            06-02-2011 */
/* ------------------------------- */
.stdfl {font-family:Bookman Old Style;
      font-size:10px;
      color:#000000;
      text-align:left;}

/* Tabelle Besucherstatistik rechts 02-02-2010 */
/* ------------------------------- */
.std_bsr {font-family:Bookman Old Style;
      font-size:12px;
      text-align:right;}

/* Tabelle Besucherstatistik links 02-02-2010 */
/* ------------------------------- */
.std_bsl {font-family:Bookman Old Style;
      font-size:12px;
      text-align:left;}

/* =============================== */
/*    hinzugefügt am 27.05.2007    */
/* =============================== */

/* Text-Markierungen               */
/* ------------------------------- */
.gelbbox {background-color:#FFFF66;
         padding:6px; margin:0px;}

.gelb {background-color:#FFFF66;}


/*    hinzugefügt am 16.03.2008    */
/* ------------------------------- */
.graubox {background-color:#c0c0c0;
         padding:2px; margin-right:-7px;}
         
/*    hinzugefügt am 15.03.2010    */
/* ------------------------------- */
.hellgraubox {background-color:#efefef;
         padding:6px; margin:0px;}

/*    hinzugefügt am 15.03.2010    */
/* ------------------------------- */
.blaubox {background-color:#99ccff; 
         padding:2px; margin-right:-7px;}


/*    hinzugefügt am 05.01.2008    */
/* =============================== */
.weissbox {background-color:#FFFFFF;
         padding:9px;
         padding-bottom:0px;
         margin:0px}

/* Gestaltung: Verweise und Links  */
/* von noch nicht besuchten Seiten */
/* ------------------------------- */
/* a:link {color:#000099;}         */

/* von bereits besuchten Seiten    */
/* ------------------------------- */
/* a:visited {color:#800000;}      */
      
/* =============================== */
/*    hinzugefügt am 23.06.2007    */
/* =============================== */

/* Rahmen               */
/* ------------------------------- */
.r_red {border-width:2px; 
       border-style:solid;
       border-color:#990000; }

/* =============================== */
/*    hinzugefügt am 03.08.2007    */
/* =============================== */
      
/* StandardText: "First-Letter"    */
/* für Absatz-Formatierung (rot)   */
/* ------------------------------- */
.std_fa  {font-size:24px;
         color:#990000;
         float:left;
         margin-top:-5px;
         margin-right:-3px;
         margin-bottom:-8px;}

/* StandardText: "First-Letter"    */
/* für Absatz-Formatierung (blau)  */
/* ------------------------------- */
.std_fab  {font-size:24px;
           line-height:24px;
           color:#000099;}
           
/* =============================== */
/*    hinzugefügt am 31.10.2009    */
/* =============================== */
      
/* Tabelle 1               */
/* ------------------------------- */
table.t1 {table-layout:auto;
       width:765px;
       border:0px;
       padding:10px;
       margin-top:0px;
       margin-left:0px;
       margin-right:0px;
       margin-bottom:5px;
       background-color:#FFFFFF;}
       
/* =============================== */
/*    hinzugefügt am 02.11.2009    */
/* =============================== */

/* Tabelle 2 Gaestbuch             */
/* ------------------------------- */
table.t2 {table-layout:auto;
       width:765px;
       border:0px;
       padding:10px;
       margin-top:5px;
       margin-left:0px;
       margin-right:0px;
       margin-bottom:5px;
       background-color:#FFFF99;}


/* Tabelle 3 Logo                  */
/* ------------------------------- */
table.t3 {table-layout:auto;
       width:265px;
       border:0px;
       padding:10px;
       margin-top:5px;
       margin-left:0px;
       margin-right:0px;
       margin-bottom:5px;
       background-color:#C4DEF4;}

/* =============================== */
/*    hinzugefügt am 09.07.2013    */
/* =============================== */
      
/* Tabelle für Zeitung 1 Spalte    */
/* ------------------------------- */
table.tz1 {
       width:240px;
       border:0px;
       padding:0px;
       margin-top:0px;
       margin-left:5px;
       margin-right:5px;

       vertical-align:top;
       background-color:#F0F0F0;}

/* Tabelle für Zeitung 2 Spalten   */
/* ------------------------------- */
table.tz2 {
       width:480px;
       border:0px;
       padding:0px;
       margin-top:0px;
       margin-left:5px;
       margin-right:5px;

       vertical-align:top;
       background-color:#F0F0F0;}

/* Tabelle für Zeitung 3 Spalten   */
/* ------------------------------- */
table.tz3 {
       width:720px;
       border:0px;
       padding:0px;
       margin-top:0px;
       margin-left:5px;
       margin-right:5px;
       
       vertical-align:top;
       background-color:#F0F0F0;}

/* ZeitungsText: Überschrift1      */
/* ------------------------------- */
.zth1 {font-family:Helvetica;
      font-size:48px;
      font-weight:bold;
      color:#000000;
      text-align:center;}

/* ZeitungsText: Überschrift2      */
/* ------------------------------- */
.zth2 {font-family:Helvetica;
      font-size:24px;
      color:#000000;
      text-align:center;}

/* ZeitungsText: Absatz            */
/* ------------------------------- */
.ztda {font-family:Helvetica;
      font-size:12px;
      letter-spacing:0.1em;
      text-align:justify;
      color:#000000;}

/* ZeitungsText: Blocksatz         */
/* ------------------------------- */
.ztd {font-family:Bookman Old Style;
      font-size:12px;
      text-align:justify;
      color:#000000;}

/* ZeitungsText: rechts         */
/* ------------------------------- */
.ztdr {font-family:Bookman Old Style;
      font-size:12px;
      text-align:right;
      color:#000000;}

/* ZeitungsText: zentriert         */
/* ------------------------------- */
.ztdc {font-family:Bookman Old Style;
      font-size:12px;
      text-align:center;
      color:#000000;}

/*-------------------------------- */
/* Kondolenzschriften in Silber    */
/* StandardText: Überschrift1      */
/* ------------------------------- */
.sth1w {font-family:lucida calligraphy;
      font-size:36px;
      font-weight:normal;
      color:silver;
      text-align:center;}
      
/* StandardText: zentriert         */
/* ------------------------------- */
.stdcw {font-family:lucida calligraphy;
      font-size:16px;
      text-align:center;
      color:silver;}
      
/* StandardText: links             */
/* ------------------------------- */
.stdlw {font-family:lucida calligraphy;
      font-size:16px;
      text-align:left;
      color:silver;}
      
/* StandardText: rechts            */
/* ------------------------------- */
.stdrw {font-family:lucida calligraphy;
      font-size:16px;
      text-align:right;
      color:silver;}

/* Fußnote: zentriert              */
/* ------------------------------- */
.stdfw {font-family:lucida calligraphy;
      font-size:10px;
      text-align:center;
      color:silver;}