body, table, input, select {
  font-family:"Helvetica-Neue",Helvetica,Arial,sans-serif;
  font-size:16px;
}
table#table_formularinhalt {
  max-width:640px;
}
table#table_formularinhalt, tr.eng td {
  border-collapse:collapse;
  margin:0px;
  padding:0px;
  border-style:none;
  border-width:1px;
  border-color:#ffffff;
}
tr.eng td input[type=text]{
  padding-left:5px;
  margin:0px;
  border-style:solid;
}
select, input[type=text], textarea, input[type=number] {
  border-style:solid;
  border-width:1px;
  border-color:#bebebe;
  padding:2px;
  background-color:#ffffff;
}
input[type=number] {
  width:50px;
}
select:hover, input[type=text]:hover, textarea:hover {
  border-color:cornflowerblue;
}
select:active, input[type=text]:active, textarea:active,
select:focus, input[type=text]:focus, textarea:focus {
  background-color:#fff6d5;
}
input[type=button] {
  font-weight:bold;
  background-color:cornflowerblue;
  color:white;
  padding:2px;
  border-style:solid;
  border-color:#bebebe;
  border-width:1px;
}
input[type=button]:hover {
  color:#ffffff;
  background-color:#e95420;
  border-color:#e95420;
  cursor:pointer;
}
.nach_rechts {
  text-align:right;
}
.zentriert {
  text-align:center;
}
.nach_oben {
  vertical-align:top;
}
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;
}
