body, table {
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
}
.hinweis {
  color:#666666;
  font-size:0.9em;
}
input, textarea {
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
}
table.innere_tabelle tr {
  background-color: #ffffff !important;
}
table#table_formularinhalt tr:nth-child(even) {
   background-color: #FD9D5D;
}
table#table_formularinhalt tr:nth-child(odd) {
   background-color: #C0F390;
}
table#table_formularinhalt table {
   border-spacing: 0px;
}
table#table_formularinhalt td {
  vertical-align:top;
  /*min-width:320px;*/
  min-height:64px;
  border-collapse:collapse;
  border-width:1px;
  padding:2px;
}
table#table_formularinhalt tr {
  height:64px;
}
table#table_formularinhalt table.innere_tabelle tr {
  height:auto;
}
input[type=number] {
  width:60px;
  text-align:right;
}
select, input[type=text],input[type=number], 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:cornflowerblue;
}
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:cornflowerblue;
  background-color:#fff;
  border-color:cornflowerblue;
  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;
}
