#contentgrafiken {
  display: none;
}

#content ol {
  list-style: none;
  background: #098d48;
  padding: 15px;
}

#content ol li label {
  display: block;
  width: 110px;
  color: #fff;
  float: left;
}

#content ol li input, #content ol li textarea {
  width: 300px;
  padding: 2px;
  margin-bottom: 8px;
}

#content ol li a {
  display: block;
  margin-left: 110px;
  width: 120px;
  text-align: center;
  padding: 5px;
  color: #fff;
  background: #777;
  cursor: pointer;
}