.schnaps textarea {
  display: block;
  margin-left: 300px;
  width: 541px;
  padding: 15px;
  padding-right: 0;
  border: 1px dotted #999;
  margin-bottom: 30px;
  background: #fcfff0;
}

textarea::-moz-selection, textarea::selection {
  background: #009EC5;
  color: black;
}

.schnaps .div_side {
  width: 280px;
  float: left;
  padding-top: 30px;
}

.schnaps label {
  position: relative;
}

.schnaps label span {
  position: absolute;
  top: -60px;
  right: -160px;
  padding: 8px 8px 4px;
  border: 1px dotted #999;
  border-bottom: 0;
  font-weight: bold;
  cursor: pointer;
  background: #fcfff0;
}

.schnaps label span:hover {
  background: #b8da40;
}

.clear_both {
  clear: both;
  border: none;
}

.schnapsum-regen {
  display: inline-block;
  width: 196px;
  height: 36px;
  margin: 10px 0 0 25px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background: #c60;
}

.schnapsum-regen:hover {
  color: #fff;
  background: #e2b300;
  text-decoration: none;
}

.schnapsum-regen:focus {
  outline: none;
  text-decoration: none;
}