* {
  margin: 0;
  padding: 0;
}

a.cell_click {
  display: block;
  text-decoration: none;
  color: black;
}

div#overlay_loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
  text-align: center;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
}

span#overlay_loading_span {
  font-size: 30px;
  font-weight: bold;
  position: fixed;
  opacity: 1;
  text-align: center;
  top: 40%;
  background-color: #FFFFFF;
}

button.cell_click {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  font-weight: bold;
}

button.cell_click_inactive {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: default;
  overflow: hidden;
  font-weight: bold;
}

button.kalender_cell_click {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #F2F2F2;
  border: none;
}

button.kalender_cell_click:hover {
  width: 100%;
  height: 100%;
  background-color: #FC7657;
  cursor: pointer;
  border: none;
}

button.kalender_schwarz {
  color: black;
}

button.kalender_cell_click_inactive {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: default;
  overflow: hidden;
  font-weight: bold;
}

button.kalender_cell_click_inactive {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: default;
  overflow: hidden;
  font-weight: bold;
}

button.zahl {
  text-align: right;
}

html {
  font-family: Verdana;
}

body {
  width: 90%;
  min-height: 100%;
  margin: auto auto 20px auto;
  text-align: center;
}

div#top {
  margin-top: 16px;
  display: block;
  background-color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
}

div#footer {
  margin: 16px auto 4px auto;
  padding: 4px 0px 4px 0px;
  width: 100%;
  background-color: #EEEFFC;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
}

div#logo {
  background-color: #FFFFFF;
  display: inline-block;
}

div#letzte {
  width: 100%;
  height: 30%;
  background-color: #B5C0FE;
  padding: 10px;
}

div#main {
  min-width: 500px;
  display: inline-block;
  margin: auto;
}

.main2 {
  min-width: 80px;
  padding: 20px;
  display: block;
  margin: 6px;
  text-align: center;
  background-color: #EEEFFC;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
}

.main2_inline_block {
  min-width: 350px;
  padding: 20px;
  display: inline-block;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  background-color: #EEEFFC;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
}

.main2_inline {
  min-width: 350px;
  padding: 20px;
  display: inline;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  background-color: #EEEFFC;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
}

.content_view_ueberschrift {
  padding: 0px;
}

div.session {
  padding: 10px;
  display: inline-block;
  float: right;
  text-align: center;
  background-color: #EEEFFC;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
}

div#fehler {
  z-index: 1;
  opacity: 0.97;
  position: fixed;
  width: 80%;
  left: 10%;
  padding: 16px;
  margin: 4px;
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
}

ul {
  list-style: none;
}

input.cal_active {
  background-color: #9FA7FE;
}

select.cal_active {
  border: 2px solid black;
  background-color: #9FA7FE;
}

select option {
  background-color: #9FA7FE;
  border-top: 1px solid black;
}

td.cal_active {
  background-color: #9FA7FE;
}

td.cal_inactive {
  background-color: #D8D8D8;
}

input.euro {
  text-align: right;
}

input.cal_inactive {
  color: black;
  background-color: #D8D8D8;
}

/*input.in_style_1{
    appareance: none;
    border-radius: 0px;
    background-color: #CED8F6;
    border: #0D0E12 1px solid;
    font-family: Verdana;
    font-weight: bold;
    box-shadow: 2px 2px 4px 0px #3E3F47;
    cursor: pointer;
}*/
bt_size_1 {
  width: 80px;
  height: 40px;
}

button.link {
  border: none;
  background: none;
}

button.link:hover {
  text-decoration: underline;
  cursor: pointer;
}

button.link:active {
  color: orangered;
}

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

span.ueber_3 {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 10px #91ABC9;
}

a.latest {
  margin-top: 8px;
  padding: 4px;
  font-size: 11px;
  text-decoration: none;
  color: black;
  border-radius: 0px;
  background-color: #CED8F6;
  border: #0D0E12 1px solid;
  font-family: Verdana;
  font-weight: normal;
  box-shadow: 2px 2px 4px 0px #3E3F47;
  cursor: pointer;
}

button.sz_seitenauswahl {
  padding: 5px;
  margin: 4px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: white;
  color: black;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
}

.sonstige_einzeln {
  display: none;
}

form {
  margin: 2px;
}

div.pk_linke_spalte {
  display: inline-block;
  vertical-align: 600px;
}

div.pk_mittlere_spalte {
  display: inline-block;
}

div.pk_rechte_spalte {
  display: inline-block;
  vertical-align: 600px;
}

div#breadcrumbs {
  display: block;
}

div#zuletzt_besuchte {
  display: block;
}