<style type="text/css">

/* #   color..............: Blau Grün Schwarz Rot Weiss */
/* #   background-color...: Grey LightGrey White Blue */
/* #   font-weight........: Bold Normal */
/* #   font-size..........: 99 */
/* #   text-align.........: Recht Center Links */
/* #   border.............: Solid Normal niX */

/*       padding:: Oben Rechts Unten Links */

/* --------------------------------------------------------- */
/* --- Formular allgemein und ueberall */
/* --------------------------------------------------------- */

    html {
      background-color: #FEFEFE;
    }

/* --------------------------------------------------------- */
/* --- Formular Body --- */
/* --------------------------------------------------------- */

    body {
      
      background-color: #FEFEFE;
/*      background-image: url("../cliinc/BSV-Adler-Logo.png");*/
/*      background-repeat: no-repeat; */
    } 
 
/* --------------------------------------------------------- */
/* --- Überschrift mit Adler
/* --------------------------------------------------------- */

    table.fHeadAdler {
      margin-left: auto;
      margin-right: auto;
      color: blue;
      background-color: #FEFEFE;
      vertical-align: center; 
      padding: 10px 10px 10px 10px;
      text-align: center; 
      font-size: 10px;
      font-family: Verdana;
    /*border: 10px solid lightgrey;*/
    }

    td.fHeadAdler {
    /*width: 80px;*/
    /*height: 25px;*/
      color: blue;
      background-color: #FEFEFE;
      font-weight: bold;
      line-height: 30px; 
      padding: 20px 20px 20px 20px; 
      vertical-align: center; 
      text-align: center;
      font-size: 30px; 
      font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
      white-space: nowrap;
    /*border: 10px solid lightgrey;*/
    }

/* --------------------------------------------------------- */
/* --- Formular --- */
/* --------------------------------------------------------- */

 /* Formular gesamt */
    div.fApplCF {
      font-size: 30px;
      color: #FF0000;
      background-color: #FEFEFE;
      text-align: center;
    }

 /* Tabelle für Button -----------*/
    table.fShowButton {
      margin-left: auto;
      margin-right: auto;
      color: red;
      background-color: #FEFEFE;
      vertical-align: center; 
      padding: 10px 10px 10px 10px;
      text-align: center; 
      font-size: 30px;
      font-family: Verdana;
    /*border: 10px solid lightgrey;*/
    }

  /* Button Blanc */
    button.fBuBlanc {
       text-align: center;
       font-size: 25px;
       font-family: Verdana;
       color: #000000;
       background-color: #FFFFFF;
       width: 100%;
       border: none;
    /* border: thin solid #000000;*/
    /* margin: 4px 2px; */
    /* padding: 1px 10px 1px 10px; */
    }
    .fBuYellow:hover {
	    background-color: #FF8888;
    }

  /* Button Yellow */
    button.fBuYellow {
       text-align: center;
       font-size: 25px;
       font-family: Verdana;
       color: #000000;
       background-color: #FFFFCC;
       width: 100%;
       border: thin solid #000000;
       margin: 4px 2px;
    /* padding: 1px 10px 1px 10px; */
    }
    .fBuYellow:hover {
	    background-color: #FF8888;
    }

 /* Button  green */
    button.fBuGreen {
       text-align: center;
       font-size: 20px;
       font-family: Verdana;
       color: #31A53A;
       background-color: #F5F6CE;
       width: 100%;
       border: thin solid #000000;
  /*   padding: 1px 10px 1px 10px; */
    }
    .fBuGreen:hover {
            color: #FFFFFF;
	    background-color: #FF8888;
    }

    /* Button  rot */
    button.fBuRed {
       text-align: center;
       font-size: 20px;
       font-family: Verdana;
       color: #FF0000;
       background-color: #FFFF66;
       width: 100%;
       border: thin solid #000000;
  /*   padding: 1px 10px 1px 10px; */
    }
    .fBuRed:hover {
	    background-color: #FF8888;
    }

  /* --------------------------------------------------------- */
  /* Fusszeile mit copyright */
     div.fApplFootCS {
       color: red;
       background-color: #EFEFEF;
       font-size: 15px;
       text-align: center;
     }

  /* --------------------------------------------------------- */
  /* Text auf Formular 00 */
  /* --------------------------------------------------------- */
  /* font-family: "Courier New", "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;*/

     .f00Text {
       color: black;
       background-color: #EFEFEF;
       font-size: 20px;
       text-align: center;
       font-family: Verdana, Arial, Helvetica, sans-serif;
     }

  /* --------------------------------------------------------- */
  /* Tabellen Kopfzeile */
  /* --------------------------------------------------------- */
    tr.tHeader {
       margin-left:  auto;
       margin-right: auto;
       color: #228B22;
       font-size: 20px;
       font-family: Verdana;
       border: 3px solid lightgrey;
       padding: 20px 10px 20px 10px;
       text-align: center;
     /*border: 10px solid lightgrey;*/
    }

  /* --------------------------------------------------------- */
  /* --- Überschrift : Disziplin --- */
  /* --------------------------------------------------------- */

    th.fHeadDisziS{
      background-color: white;
      color: grey;
      height: 25px;
      line-height: 30px; 
      padding: 10px 10px 5px 0px; 
      vertical-align: middle; 
      text-align: center;
      font-size: 15px; 
      font-family: Arial;
      white-space: nowrap;
    }

  /* --------------------------------------------------------- */
    /* --- Überschrift : Disziplin --- */
    /* padding: top right botton left */

    th.fHeadDisziF{
      background-color: white;
      color: black;
      height: 25px;
      line-height: 30px; 
      padding: 10px 10px 5px 0px; 
      vertical-align: middle; 
      text-align: center;
      font-size: 20px; 
      font-family: Arial;
      font-weight: bold;
      white-space: nowrap;
    }

/* --------------------------------------------------------- */
/* --- Kopfzeile Tabelle --- */

    th.fLstTH01 {
      /*#width: 80px;*/
      height: 25px;
      background-color: red;
      color: blue;
      line-height: 20px; 
      padding: 10px 10px 10px 10px; 
      vertical-align: middle; 
      text-align: center;
      font-size: 15px; 
      font-family: Arial;
      white-space: nowrap;
    }

/* --------------------------------------------------------- */
/* --- Zeile Tabelle --- */
/* --------------------------------------------------------- */

    td.fLstTD01 {
      height: 25px;
      background-color: white;
      color: green;
      line-height: 10px; 
      padding: 1px 10px 1px 10px; 
      vertical-align: center; 
      text-align:  right;
      font-size:   14px; 
      font-family: Arial;
      white-space: nowrap;
    }
 
/* --------------------------------------------------------- */
/* --- Zeile Tabelle FETT --- */
/* --------------------------------------------------------- */

    td.fLstTD02 {
      /*#width: 80px;*/
      height: 25px;
      color: blue;
      background-color: white;
      line-height: 10px; 
      padding: 1px 20px 1px 1px; 
      vertical-align: center; 
      text-align: right;
      font-weight: bold;
      font-size: 15px; 
      font-family: Arial;
      white-space: nowrap;
    }

/* --------------------------------------------------------- */
/* --- Zeile Tabelle Rechts für Namen und Vornamen--- */
/* --------------------------------------------------------- */

    td.fLstTD03 {
      /*#width: 80px;*/
      height: 25px;
      background-color: white;
      color: blue;
      line-height: 10px; 
      padding: 1px 20px 1px 1px; 
      vertical-align: center; 
      text-align: left;
      font-size: 15px; 
      font-family: Arial;
      font-weight: bold;
      white-space: nowrap;
    }
 
/* --------------------------------------------------------- */
/* --- Zeile Tabelle Ergebnis                            --- */
/* --------------------------------------------------------- */

    td.fLstTD04 {
      /*#width: 80px;*/
      height: 25px;
      background-color: white;
      color: #FF0044;
      line-height: 10px; 
      padding: 1px 20px 1px 1px; 
      vertical-align: center; 
      text-align: right;
      font-size: 15px; 
      font-family: Arial;
      font-weight: bold;
      white-space: nowrap;
    }
 
/* --------------------------------------------------------- */
/* --- Zeile Tabelle Ergebnis                            --- */
/* --------------------------------------------------------- */

    td.fLstTD05 {
      /*#width: 80px;*/
      height: 25px;
      background-color: white;
      color: grey;
      line-height: 10px; 
      padding: 1px 20px 1px 1px; 
      vertical-align: center; 
      text-align: right;
      font-size: 12px; 
      font-family: Arial;
      font-weight: bold;
      white-space: nowrap;
    }
 
/* --------------------------------------------------------- */
/* --- Zeile Tabelle --- */
/* --------------------------------------------------------- */
/* font-family: "Courier New", "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;*/

    td.fLstTD06 {
      height: 25px;
      background-color: white;
      color: green;
      line-height: 10px; 
      padding: 1px 10px 1px 10px; 
      vertical-align: center; 
      text-align:  left;
      font-size:   15px; 
      font-weight: bold;
      font-family: Arial;
      white-space: nowrap;
    }
 
/* --------------------------------------------------------- */
/* --- Zeile Tabelle FETT --- */
/* --------------------------------------------------------- */

    td.fLeerzeile {
      line-height: 1px; 
      padding: 1px 1px 1px 1px; 
    }

/* --------------------------------------------------------- */
/* --- Ueberschrift ---------------------------------------- */
/* --------------------------------------------------------- */

    div.fHeadline {
      color: green;
      text-align: center;
      font-size: 30px;
      font-weight: bold;
      font-family: Arial;
    }

/* --------------------------------------------------------- */
/* --- Siegerehrung ---------------------------------------- */
/* --------------------------------------------------------- */

    div.fSieger {
      color: brown;
      text-align: center;
      font-size: 25px;
      font-weight: bold;
      font-family: Arial;
    }

/* --------------------------------------------------------- */
/* --- Einspruchsfrist-------------------------------------- */
/* --------------------------------------------------------- */

    div.fEinspruch {
      color: brown;
      text-align: center;
      font-size: 25px;
      font-weight: bold;
      font-family: Arial;
    }



/* --------------------------------------------------------- */
/* Fehlermeldung */
/* --------------------------------------------------------- */

    div.fERROR {
	    color: red;
	    background: yellow;
    }

/* --------------------------------------------------------- */
/*  DEBBUGING   */
/* --------------------------------------------------------- */

    DEBUG {
      font-size: 15px;
      color: red;
      background-color: yellow;
    }

    div.DEBUG {
      font-size: 15px;
      color: red;
      background-color: yellow;
    }

</style>

/* #   color..............: Blau Grün Schwarz Rot Weiss */
/* #   background-color...: Grey LightGrey White Blue */
/* #   font-weight........: Bold Normal */
/* #   font-size..........: 99 */
/* #   text-align.........: Recht Center Links */
/* #   border.............: Solid Normal niX */

/* --------------------------------------------------------- */

