body, table {
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:24px;
}
table#eingabetabelle th {
  background-color:#f2f2f2;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

details, summary, #lizenzhinweis {
  font-size:14px;
  color:#333333;
}
table#eingabetabelle,
table#eingabetabelle th,
table#eingabetabelle td
 {
  border-style:solid;
  border-width:1px;
  border-color:#bebebe;
  border-collapse:collapse;
  padding-left:4px;
  padding-right:4px;
  padding-top:2px;
  padding-bottom:2px;
}
table#eingabetabelle td {
  vertical-align:top;
}
table#eingabetabelle td:focus {
  background-color:yellow;
}
select, input[type=text], textarea {
  border-style:solid;
  border-width:1px;
  border-color:#bebebe;
  padding:2px;
  background-color:#ffffff;
}
select:hover, input[type=text]:hover, textarea:hover {
  border-color:#0584d1;
}
input[type=button] {
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  background-color:#0584d1;
  color:white;
  padding:7px;
  margin:5px;
  border-style:solid;
  border-color:#bebebe;
  border-width:1px;
}
input[type=button]:hover {
  color:#ffffff;
  background-color:#ff6600;
  border-color:#bebebe;
  cursor:pointer;
}
table#eingabetabelle td.nach_rechts {
  border-left-color:#ffffff;
  border-top-color:#ffffff;
  border-bottom-color:#ffffff;
}
.nach_rechts {
  text-align:right;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.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;
}
