#ziel {
  background-color: #FFF;
  border: 4px ridge #FFF;
  margin: auto;
  padding: 3px;
  width: 640px;
}
#ziel p {
  margin: 0;
}
#stand {
  background-color: #FFF;
  color: #F00;
  border: 1px solid #000;
  border-collapse: collapse;
  width: 100%;
}
#stand a {
  font-weight: normal;
}
#stand td {
  padding: 3px 6px;
  border-bottom: 1px dashed #C0C0C0;
}
#stand th {
  /*background-color: transparent;*/
  color: #004000;
  font-weight: bold;
  border-bottom: 1px solid #C0C0C0;
}
#stand .bereich, #stand .prioritaet {
  vertical-align: top;
  white-space: nowrap;
}
#stand .bereich {
  /*background-color: transparent;*/
  color: #004000;
  font-weight: bold;
}
#stand .status {
  border-left: 1px dashed #C0C0C0;
  border-right: 1px dashed #C0C0C0;
}
