body, table {
  font-family:"Helvetica-Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
}
input[type=text], textarea {
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:14px;
  background-color:#fff;
  line-height:18px;
  padding:2px;
  border-style:solid;
  border-color:#bebebe;
  border-width:1px;
    
}

textarea {
  width:640px;
}

input[type=text]:hover, textarea:hover {
  border-color:cornflowerblue;
}

input[type=button].primary {
        border-style:solid;
        border-width:1px;
        border-color:#bebebe;
        background-color:#00a8d5;
        color:#ffffff;
        padding:5px;
        margin:0px;
        margin-left:0px;
}
input[type=button].primary:hover {
        background-color:#ff6600;
        cursor:pointer;
}

input[type=button].tuwasknopf {
  width:420px;
  border-radius:5px;
}
table#knoepfe td input[type=button] {
  width:32px;
  border-style:solid;
  border-color:#bebebe;
  border-width:1px;
  /*border-radius:4px;*/
  background-color:#f5f5f5;
  font-weight:normal;
  color:#000000;
  padding:0px;
  margin:0px;
  height:24px;
}
table#knoepfe td input[type=button]:hover {
  border-color:#ff6600;
  background-color:#ffe6d5;
  color:#ff6600;
  cursor:pointer;
}
.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;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAAFVBMVEVmmcwzmcyZzP8AZswAZv////////9E6giVAAAAB3RSTlP///////8AGksDRgAAADVJREFUeNoly8kNAAAIwzDO7j8yAfKyKtVEdS3dmiCVH5Mqnt0ofHnitAyLSrkgW6d0pOcHB1nsAZtxWJkeAAAAAElFTkSuQmCC') center right no-repeat;
  padding-right: 13px;
}
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;
}
