

/*

schrift: #003300
hintergrund: white (grünstich #CDE5CD; braunstich: #F2F2FF)


*/

/* #############################
   BODY
   ########################## */

body {
  font-family : georgia, Trebuchet MS, Verdana, Helvetica, Geneva, Arial, sans-serif ;
  font-size: 1.0em;
  font-style : normal;
  line-height: 1.5;
  color: #003300; /* #004D00 */
  background: white; /* #ffefd5 */
  }


/* #############################
   LINKS
   ########################## */

a {
  text-decoration: none;
  }

a:link, a:visited, a:focus {
  color: #003300;
  border-bottom: 1px dotted #003300;
  }

a:hover {
  border-bottom: 1px dotted red;
  /* font-weight: bold; */
  color: red;
  background-color: yellow;
  }

/* #############################
   SPEZIAL TEXTE
   ########################## */

table {
 line-height: 1.25;
 }

.drei {  /* ### Info z. B. in Tabellen ### */
  font-family : georgia, Trebuchet MS, Verdana, Helvetica, Geneva, Arial, sans-serif ;
    font-size : 100%;
    text-align: left;
    }

.text {
   /* ## text für rechts spalte auf dem friedhof ## */
    font-family : georgia, Trebuchet MS, Verdana, Helvetica, Geneva, Arial, sans-serif ;
    font-size: 100%;
    font-style : normal;
    text-align: center;
    }

.vier { /* ## Tabellentext ## */
  font-family : Georgia, Trebuchet MS, Verdana, Helvetica, Geneva, Arial, sans-serif ;
    font-size : 150%;
    text-align: left;
    }

.fuenf, h3 { /* ## Überschriften in Tabellen ## */
  font-family : Trebuchet MS, georgia, Verdana, Helvetica, Geneva, Arial, sans-serif ;
    font-size : 130%;
    font-weight: bold;
    text-align: center;
    background: #dcdcdc;
    letter-spacing: 2px;
    }

.sechs, h2 {
  font-family : Trebuchet MS, georgia, Verdana, Helvetica, Geneva, Arial, sans-serif ;
    font-size : 160%;
    font-weight: bold;
    text-align: center;
    background: #dcdcdc;
    }

.sieben, h1 {
  /* */
  font-family : Trebuchet MS, georgia, Verdana, Helvetica, Geneva, Arial, sans-serif ;
  font-size : 200%;
  font-weight: bold;
  text-align: center;
  background: #dcdcdc;
  letter-spacing: 2px;
  }


/* #############################
   FUNKTIONSLEISTE
   ########################## */

.tab1 { text-align: center; }


.tab2 {
      background: #dcdcdc;
      text-align: center; }



/* #############################
   FLIEGER BATAILLON
   ########################## */

.flgbtl1, .flgbtl2, .flgbtl3, .flgbtl4 {
    font-size: 100%;
    font-style : normal;  }

.flgbtl1 {
 color: white;
 background: #9F9F9F;
}

.flgbtl2 {
 color: red;
 /* background: #9F9F9F; */
}

.flgbtl3 {
 color: yellow;
 background: #9F9F9F;
}

.flgbtl4 {
 color: blue;
 /*  background: #9F9F9F; */
}


/* #############################
   3 SEITEN DEFINITION

   Spezialformate auf 3fri.html

   ########################## */

#tabelle_seite_drei {
  border-style: solid;
  border-width: 2px;
  border-color: #003300;
  border-collapse: collapse;
  border-spacing: 10px 10px;
  }

#tabelle_seite_drei {
  background-color: #dcdcdc;
  }

/* p für FOTO und GRAB */

.3foto, .3grab {
  font-family : georgia, Trebuchet MS, Verdana, Helvetica, Geneva, Arial, sans-serif ;
  font-size: 30.0em;
  font-style : normal;
  color: #003300; /* #004D00 */
  background: white; /* #ffefd5 */
 }
