* {
    --ButtonBgCol : #00adef;
    --ButtonBgColHover : #0088c6;
    --ButtonBgColPressed: #009ed8;
    --LinkTxtCol: #00adef;

    --InpFocusBorderCol: #00adef;  

    /* Standard Heller Text auf Dunklem Hintergrund */
    --BackgroundCol: #000000;
    --TxtCol:#bfbfbf;
    --TxtHeadlineCol: #ffffff;
      
    /* Dunkler Text auf hellem Hintergrund */
    --BackgrundHCol:#ffffff;
    --TxtHCol:#999;      /* Text normal auf hellem BG */
    --TxtHiHCol: #666; 
  
    --OkCol: #008a00;
    --cautionCol: #ffbf00;
    --ErrorCol: #e1292b;
  

}


