<style type="text/css">

/* padding:: Oben Rechts Unten Links */

/*      color: white; */
/*      background-color: black;*/
/*      font-weight: Bold;*/
/*      font-size: 20;*/
/*      text-align: center;*/
/*    }*/

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


    html {
      background-color: #000000;
    }

    h2 {
	    background: #AAFF44;
    }

    body {
	    background: #4488FF;
    }

    
/*
    foot {
      color: #FFFFFF;
      background-color: #FF0000;
    }
*/

/* 
    table {
      border: 5px solid;
      color: #AAAAAA;
    }
*/
/*
    th {
      border: 2px outset;
    }
*/

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


    td.sysbsvWhite {
      color: #000000;
      border: 2px outset;
      background-color: #FFFFFF;
      font-weight: bold;
    }
    
    td.sysbsvGreen {
      color: #000000;
      border: 2px outset;
      background-color: #00AAAA;
      font-weight: bold;
    }

    td.sysbsvRed {
      color: #FFFFFF;
      border: 2px outset;
      background-color: #660000;
      font-weight: bold;
    }

    div.fApplCF {
      font-size: 30px;
      color: #FFFFFF;
      background-color: #006644;
      text-align: center;
    }

    div.fHeadLineCF {
      color: yellow;
      font-size: 30px;
      font-weight: bold;
    }

    div.fHeadLineC {
      color: yellow;
      font-size: 15px;
#      font-weight: bold;
    }


    td.lineSL {
	font- ize: 12px;
	background-color:lightgrey;
    }

    th.lineSLF {
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color:black;
    }


/*      color: white; */
/*      background-color: black;*/
/*      font-weight: Bold;*/
/*      font-size: 20;*/
/*      text-align: center;*/
/*    }*/

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

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

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

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

</style>



