body, table {
  font-family:"Helvetica-Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
}
/*
td {
  border-style:solid;
  border-color:#bebebe;
}
*/
div#anzeige_hinweis {
  max-width:720px;
}
select:disabled {
  background-color:white;
  color:black;
}
select {
  border-style:solid;
  border-color:white;
  border-width:1px;
  background-color:white;
  font-size:18px;
}
select:hover {
  cursor:pointer;
  background-color:#ffe6d5;
  color:#ff6600;
}
select:disabled:hover {
  cursor:auto;
  background-color:white;
}
.nach_rechts {
  text-align:right;
}
.zentriert {
  text-align:center;
}
.nach_oben {
  vertical-align:top;
}
.nach_unten {
  vertical-align:bottom;
}
input[type=text] {
  text-align:center;
}
input[type=text][readonly], textarea {
  background-color:white;
  border-style:solid;
  border-width:1px;
  border-color:#bebebe;
  border-radius:5px;
  padding-left:5px;
  font-size:16px;
}
textarea:hover {
  box-shadow: 0 0 1px 1px #369 inset;
}
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;
}
