
#bgimg { 
  display: none;
}

#topbar { 
  display: none;
}

#menu { 
  display: none;
}

a { 
  text-decoration: none;
  color: black;
}

.tab_person { 
  display: block;
  font-size: 0.6em;
}

.tab_hinweis { 
  font-weight: bold;
  display: block;
  font-size: 0.6em;
  margin-left: 10px;
}

.calendar { 
  display: none;
}

#aufausan { 
  border: 1px solid black;
}

#aufausan tr { 
  border-bottom: 2px solid black;
}

#aufausan td { 
   border: 1px solid black;
}


.postennr { 
  font-size: 0.8em;
  text-align: right;
}


.single { 
  page-break-after: always;
  max-height: 100%;
  table-layout: fixed;
}

th { 
  font-size: 0.6em;
 }

tr { 
  height: 2em;
}

.tagesinkasso_datum { 
  border-left: 1px solid grey;
  border-top: 1px solid grey;
  background-color: #eaeaea;
  width: 40px;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
}

.tagesinkasso_datum_sonntag { 
  border-left: 1px solid grey;
  border-top: 1px solid grey;
  background-color: red;
  width: 40px;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
}

.tagesinkasso_betrag { 
  border-left: 1px solid grey;
  border-top: 1px solid grey;
  background-color: #ffff99;
  width: 100px;
  text-align: right;
  font-size: 0.8em;
}

.tagesinkasso_betrag_leer { 
  border-left: 1px solid grey;
  border-top: 1px solid grey;
  background-color: #ecec8e;
  width: 100px;
  text-align: right;
  font-size: 0.8em;
}

.tagesinkasso_zeilensumme { 
  border-left: 2px solid grey;
  border-top: 1px solid grey;
  border-right: 1px solid grey;
  background-color: #eaeaea;
  width: 100px;
  text-align: right;
  font-size: 0.8em;
  font-weight: bold;
}

.tagesinkasso_spaltensumme { 
  border-left: 1px solid grey;
  border-top: 2px solid grey;
  border-bottom: 1px solid grey;
  background-color: #eaeaea;
  width: 100px;
  text-align: right;
  font-size: 0.8em;
  font-weight: bold;
}

.tagesinkasso_summe { 
  border-left: 2px solid grey;
  border-top: 2px solid grey;
  border-right: 2px solid grey;
  border-bottom: 2px solid grey;
  background-color: #eaeaea;
  width: 100px;
  text-align: right;
  font-size: 0.8em;
  font-weight: bold;
}


.kassabuch_datum { 
  border-left: 1px solid grey;
  border-top: 1px solid grey;
  background-color: #ffcc99;
  width: 40px;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
}

.kassabuch_datum_sonntag { 
  border-left: 1px solid grey;
  border-top: 1px solid grey;
  background-color: red;
  width: 40px;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
}

.kassabuch_zeilensumme { 
  border-left: 1px solid grey;
  border-top: 1px solid grey;
  background-color: #ffcc99;
  width: 100px;
  text-align: right;
  font-size: 0.8em;
  font-weight: bold;
}

.kassabuch_zeilensumme_leer { 
  border-left: 1px solid grey;
  border-top: 1px solid grey;
  background-color: #d0a77d;
  width: 100px;
  text-align: right;
  font-size: 0.8em;
  font-weight: bold;
}

.kassabuch_betrag { 
  border-left: 1px solid grey;
  border-top: 1px solid grey;
  background-color: #ccffcc;
  width: 100px;
  text-align: right;
  font-size: 0.8em;
}

.kassabuch_text { 
  border-left: 1px solid grey;
  border-top: 1px solid grey;
  background-color: #ccffcc;
  width: 100px;
  font-size: 3px;
}

.kassabuch_betrag_leer { 
  border-left: 1px solid grey;
  border-top: 1px solid grey;
  background-color: #abd6ab;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
  font-size: 0.8em;
}

.kassabuch_spaltensumme { 
  border-left: 1px solid grey;
  border-top: 2px solid grey;
  border-bottom: 1px solid grey;
  background-color: #ffcc99;
  width: 100px;
  text-align: right;
  font-size: 0.8em;
  font-weight: bold;
}