/******************************************************************************/
/****                           Schulbuch Bayern                           ****/
/******************************************************************************/
/* normal */
@font-face{
  font-family:'SchulbuchBayern';
  src:url(../fonts/schulbuchbayern.ttf) format('truetype');
  font-weight:none;
  font-style:none
}

body, table {
  font-family:'SchulbuchBayern','Open Sans',Arial,Helvetica,sans-serif;
  font-size:28px;
  line-height:36px;
  background-color:#f5f5f5;
}
div#page {
  /*margin:0px;*/
  /*position:absolute;*/
  margin:0px auto;
  /*top:0px;*/
  /*left:25%;*/
  /*width:720px;*/
  /*margin-left: -100px;*/
  padding:0px;
  width:802px;
  min-width:802px;
  max-width:802px;
}
textarea {
  font-family:'SchulbuchBayern','Open Sans',Arial,Helvetica,sans-serif;
  font-size:28px;
  line-height:36px;
  width:792px;
  letter-spacing:3px;
}
table#tastatur {
  padding:5px;
  text-align:center;
}
table#tastatur td {
  padding:1px;
}
table#tastatur, table#tastatur td {
  background-color:#f5f5f5;
  border-collapse:collapse;
  border-style:solid;
  border-color:#f5f5f5;
  border-width:1px;
}
a, td, div, img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none; /* Prevents dragging of images/divs etc */
  -ms-user-select: none;
  user-select: none;
  user-drag: none;
}
div#leertaste {
    background-color:#ffffff;
    min-height:30px;
    text-align:center;
    border-style:solid;
    border-width:1px;
    border-color:#bebebe;
    width:98%;
}
div.taste_halbe_hoehe {
    background-color:#ffffff;
    min-height:30px;
    text-align:center;
    border-style:solid;
    border-width:1px;
    border-color:#bebebe;
}
div.taste_schmal,
div.taste_breit {
  background-color:#ffffff;
  min-height:64px;
  text-align:center;
  border-style:solid;
  border-width:1px;
  border-color:#bebebe;
}
div.taste_schmal.immer_dabei,
div.taste_breit.immer_dabei {
  background-color:rgba(255, 102, 0, 0.1);
}


div.taste_schmal:hover,
div.taste_breit:hover {
  border-color:#0584d1;
}
div.taste_schmal {
  min-width:48px;
  max-width:48px;
}

div.taste_breit {
  min-width:102px;
  max-width:102px;
}

select, input[type=text], 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: none;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
