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;
}

.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;
}

div#hilfe {
  font-size:10px;
  color:grey;
}
div#hilfe a {
  color:grey;
  /*text-decoration:none;*/
}
div#hilfe a:hover {
  color:#f60;
}
