#headline {
  background-color: Silver;
  color: Black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  font-style: normal;
  font-weight: bold;
}

#tableframe_outer {
  background-color: Silver;
  color: Black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  border: 3px solid White;
}

#tableframe_inner {
  background-color: transparent;
  color: Black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  border: 1px solid White;
}

#tableframe_inner2, #tableframe_outer2 {
  background-color: Silver;
  color: Black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  border: 1px solid White;
}

#nums, #topline {
  background-color: White;
  color: Black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
}

/* Der Textbereich */
#guestbooktext {
  background-color: White;
  color: Black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
}

#bottomline {
  background-color: #DCDCDC;
  color: Black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
}

.InputField {
  background-color: White;
  color: Black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  border: 1px solid Gray;
}

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

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

#BtnEdit, #BtnBack {
  background-color: Gray;
  color: White;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  width: 100px;
  border: 1px solid White;
}

#copyright {
  background-color: transparent;
  color: Black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: normal;
}

#err_msgtext {
  background-color: transparent;
  color: Red;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
  border: 0px; solid;
  text-align: center;
}

