@font-face{
  font-family:'VAU30k';
  src:url(../fonts/vau30k.ttf) format('truetype');
  font-weight:none;
  font-style:none
}
@font-face{
  font-family:'Bienchen_a';
  src:url(../fonts/bienchen_a.ttf) format('truetype');
  font-weight:none;
  font-style:none
}
#t_zahleneingabe, #t_zahleneingabe td {
  border-style:solid;
  border-width:1px;
  border-color:#ffffff;
  border-collapse:collapse;
  padding:0px;
  margin:0px;
}
body, table {
  font-family:"Helvetica-Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
}
select, input[type=text], textarea {
  border-style:solid;
  border-width:1px;
  border-color:#bebebe;
  padding:2px;
  background-color:#ffffff;
}
a div.taste {
  vertical-align:middle;
  text-decoration:none;
}
a div.taste:hover {
  text-decoration:none !important;
}
#img_starterflagge, #img_neustarten {
  width:48px;
  height:48px;
}
#img_starterflagge:hover, #img_neustarten:hover {
  background-color:#e5ffd5;
  cursor:pointer;
}
a.nicht_unterstrichen {
  text-decoration:none;
}
a.nicht_unterstrichen:hover {
  text-decoration:none;
}
div.taste {
  font-family:'Bienchen_a','VAU30k',Arial,Helvetica,sans-serif;
  font-size:42px;
  width:48px;
  height:48px;
  border-style:solid;
  border-color:cornflowerblue;
  border-radius:4px;
  border-width:1px;
  text-align:center;
  color:cornflowerblue;
  background-color:#f5f5f5;
}
 #b_ueberpruefe, #div_ueberpruefe {
  font-family:'Bienchen_a','VAU30k',Arial,Helvetica,sans-serif;
  font-size:42px;
  width:194px;
  height:56px;
  border-style:solid;
  border-color:cornflowerblue;
  border-radius:4px;
  border-width:1px;
  text-align:center;
  color:cornflowerblue;
  background-color:#f5f5f5;
 }
div.taste:hover, #b_ueberpruefe:hover {
  cursor:pointer;
  background-color:#e5ffd5;
  border-color:#338080;
  color:#338080;
}

select:hover, input[type=text]:hover, textarea:hover {
  border-color:cornflowerblue;
}
input[type=button] {
  border-style:solid;
  border-color:cornflowerblue;
  color:cornflowerblue;
  border-width:1px;
  padding:4px;
  width:200px;
  background-color:#f5f5f5;
}
input[type=button]:hover {
  cursor:pointer;
  background-color:#DFEAF2;
}
input[type=button]:disabled {
  border-color:grey;
  color:grey;
  background-color:#f5f5f5;
}
input[type=text]#i_zahl1, 
input[type=text]#i_zahl2, 
input[type=text]#i_zahl3, 
span#s_operator, 
span#s_istgleich {
  font-family:'Bienchen_a','VAU30k',Arial,Helvetica,sans-serif;
  font-size:66px;
  font-weight:bold;
  display:inline-block;
  height:64px;
  min-width:64px;
  vertical-align:middle;
}
#i_zahl1, #i_zahl3 {
  border-color:#ffffff;
}
#i_zahl1:hover, #i_zahl3:hover {
  border-color:#ffffff;
}
#i_zahl1 {
  text-align:center;
}
#i_zahl2 {
  width:194px;
  text-align:center;
}
#i_zahl2:hover {
  background-color:yellow;
  cursor:pointer;
}
.mittig {
  vertical-align:middle;
}
.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;
}
