body, table, td {
  background-color:#fff;
  font-size:12px;
  line-height:17px;
  font-family:Arial,Helvetica,sans-serif;
}

textarea {
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:14px;
  background-color:#fff;
  line-height:18px;
  padding:2px;
  border-style:solid;
  border-color:#bebebe;
  border-width:1px;
}

textarea:focus {
  background-color:yellow;
}

.trennlinie {
  display:inline-block;
  margin-bottom:0px;
  border-left-style:solid;
  border-left-width:1px;
  border-left-color:#bebebe;
  height:26px;
  margin-top:2px;
}

.nach_rechts {
  text-align:right;
}
.nach_oben {
  vertical-align:top;
  padding-top:10px;
}
.zentriert {
  text-align:center;
}

span#statistik {
  display:inline-block;
  vertical-align:top;
  padding-top:6px;
}

span.knopf {
  border-style:solid;
  border-width:1px;
  border-color:#fff;
  display:inline-block;
  padding:2px;
  width:26px;
  height:26px;
  text-align:center;
}

span.knopf:hover {
  border-style:solid;
  border-width:1px;
  border-color:cornflowerblue;
  background-color:#DFEAF2;
  cursor:pointer;
}

table#sonderzeichen td, table#sonderzeichen2 td {
  border-collapse:collapse;
  padding:0px;
  margin:0px;
}

table#sonderzeichen input[type=button],
table#sonderzeichen2 input[type=button] {
  width:20px;
  height:20px;
  background-color:white;
  border-style:solid;
  border-width:1px;
  border-color:#696969;
  border-radius:4px;
}

table#sonderzeichen input[type=button]:hover,
table#sonderzeichen2 input[type=button]:hover {
  border-color:cornflowerblue;
  background-color:#DFEAF2;
  cursor:pointer;
}
