button.bt_style_1 {
  appareance: none;
  border-radius: 0px;
  background-color: #FFFFFF;
  border: 1px solid #232323;
  font-family: Verdana;
  font-weight: bold;
  cursor: pointer;
  padding: 4px;
  -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.7);
}

button.bt_style_1:hover {
  background-color: #AAABFB;
}

button.bt_style_1:active {
  background-color: #9495F7;
  box-shadow: 2px 2px 4px 0px #3E3F47 inset;
}

button.bt_style_1_marked {
  appareance: none;
  font-family: Verdana;
  font-weight: bold;
  border: 1px solid #232323;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0.5px 0.5px 5px 0.5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0.5px 0.5px 5px 0.5px rgba(0, 0, 0, 0.5);
  box-shadow: 0.5px 0.5px 5px 0.5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

button.bt_style_1_marked:hover {
  background-color: #AAABFB;
}

button.bt_style_1_marked:active {
  background-color: #D62163;
  box-shadow: 2px 2px 4px 0px #9495F7 inset;
}

button.bt_style_1_disabled {
  border: 1px solid #0D0E12;
  font-family: Verdana;
  font-weight: bold;
  box-shadow: 2px 2px 4px 0px #3E3F47;
  cursor: auto;
  background-color: #CED8F6;
}

button.bt_style_1_disabled:hover {
  background-color: #CED8F6;
}

button.bt_style_1_disabled:active {
  background-color: #CED8F6;
}

button.kalk {
  display: block;
  min-width: 80px;
  width: 105px;
  height: 80px;
  margin: 12px;
}

button.kalk2 {
  padding-left: 4px;
  padding-right: 4px;
  min-width: 80px;
  width: auto;
  height: 80px;
  margin-left: 10px;
}

button.schmal {
  padding-left: 4px;
  padding-right: 4px;
  min-width: 80px;
  width: auto;
  height: 30px;
  margin-left: 10px;
}

button.bt_aufklappen_links {
  float: left;
}

button.bt_aufklappen_rechts {
  float: right;
}

button.marked {
  background-color: #6A7BFB;
}

button.inline {
  display: inline;
}

button.fill_cell {
  width: 100%;
  height: 100%;
  padding: 6px;
  border: 0;
}

button.fill_cell_small {
  width: 100%;
  height: 100%;
  padding: 9px;
  border: 0;
}

button.fill_cell_medium {
  width: 100%;
  height: 100%;
  padding: 12px;
  border: 0;
}

button.sz_bt_pro_seite {
  margin-left: 8px;
}

button.bt_filter {
  margin: 4px;
  margin-top: 8px;
  padding: 4px;
}