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

#StdBtn
{
  color: black;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  background-color: #e4e4ff;
  border: 1px solid Black;
}
 
/* #################################################################################
   ################################################################################# */

#OKBtn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
  color: White;
  background-color: Green;
  border: 1px solid White;
}

#NOBtn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
  color: White;
  background-color: Maroon;
  border: 1px solid White;
}
   
/* #################################################################################
   ################################################################################# */

#InOutText
{
  color: black;
  font-size: 10pt;
  font-family: "Courier New", Courier, monospace;
  font-style: normal;
  font-weight: bold;
  background-color: #E4E4FF;
  border: 1px;
}

#AuswahlTextbox
{
  color: black;
  background-color: #FFF8DC;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  border: 1px;
  width: 110px;
}

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

