TABLE.formArea {
  background: #f5f8e7;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

TABLE.formArea2 {
  background: #ffffff;
  border-color: #bfbfbd;
  border-style: solid;
  border-width: 1px;
}

TABLE.formArea3 {
  background: #000000;
  border-color: #bfbfbd;
  border-style: solid;
  border-width: 1px;
  border-bottom:none;
}

TD.formAreaHeader {
  background: #fffebe;
}

TD.formAreaContent {
  border-top:solid;
  border-color: #bfbfbd;
  border-width: 1px;
  background:#f5f8e7;
 }

TD.formAreaContent_klein {
  border-top:solid;
  border-color: #bfbfbd;
  border-width: 1px;
  background:#f5f8e7;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
 }

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
