body, table {
  font-family:Arial,Helvetica,sans-serif;
  font-size:18px;
  /*line-height:24px;*/
}
select, input[type=text], textarea {
  border-style:solid;
  border-width:2px;
  border-color:#ffffff;
  padding:2px;
  background-color:#ffffff;
  font-size:18px;
}
select:hover, input[type=text]:hover, textarea:hover {
  border-color:ffffff;
  background-color:yellow;
}
tr.grundlinie td {
  border-bottom-style:dotted;
  border-bottom-width:2px;
  border-bottom-color:#222222;
}
td.rechtelinie {
  border-right-style:dotted;
  border-right-width:2px;
  border-right-color:#222222;
}
#s_zahl1.rzahl1 {
  border-color:green;
}
.zkasten.rzahl1, .zkastenquer.rzahl1 {
  border-color:green;
}
#s_zahl2.rzahl2 {
  border-color:#ff6600;
}
.zkasten.rzahl2, .zkastenquer.rzahl2 {
  border-color:#ff6600;
}
.zkasten.rabzug, .zkastenquer.rabzug {
  background-color:#ffd5d5;
}
#s_zahl2.rabzug {
  background-color:#ffd5d5;
}
.zkasten, .zkastenquer {
  width:20px;
  height:20px;
  border-style:solid;
  border-color:#d3d3d3;
  text-align:center;
}
.szahl, .szahlquer {
  color:#d3d3d3;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.szahl.enthalten, .szahlquer.enthalten {
  color:#000000;
}
input[type=button] {
  font-size:18px;
  font-weight:normal;
  background-color:#0584d1;
  color:white;
  padding:6px;
  border-style:solid;
  border-color:#bebebe;
  border-width:1px;
}
input[type=button]:hover {
  color:#0584d1;
  background-color:#fff;
  border-color:#0584d1;
  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;
}
