body, table {
  font-family:"Helvetica-Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
}
table {
  width:920px;
}
textarea {
  border-style:solid;
  border-width:1px;
  border-color:#bebebe;
  border-radius:5px;
  padding:2px;
}
textarea:hover {
  box-shadow: 0 0 1px 1px #369 inset;
}
.nach_rechts {
  text-align:right;
}
.zentriert {
  text-align:center;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
