@charset "UTF-8"
@media print {
 @page {size:A4 landscape;}
}

*html {
  font-size: 100%;
  }
  
h1 {
  font-size: 20px;
}

table {
  table-layout: fixed;
  font-size: 14px;
  border: none;
  }

td, th {   
  min-width: 70px;
  padding: 1px;
  border: 1px solid #D3D3D3;
}

td.monat {   
  min-width: 100px;
  padding: 1px;
  border: none;
  }
  
td.heute {
  box-shadow: none;
}
  
td.nav {   
  min-width: 1px;
  padding: 1px;
  border: none;
  }
  
caption {
    font-size: 16px; text-align: left;
  }
 
footer {
    visibility: hidden;
}

.datum {
  min-width: 30px;
  white-space: nowrap;
  border-right: 2px solid #D3D3D3;
}

.kd {
  border-left: 2px solid black;
}

.alert {
  color: darkred;
}

.alignRight{
  float: right;
  text-align: right;
}

.usrselect {
  display: inline-block;
  margin: 3px;
  padding: 2px;
  border: 1px solid black;
  background-color: #DDD;
}

.blank {
  border: none;
  text-align: center
}

.pressed {
  box-shadow: none;
  background-color: inherit;
}

.collision {
  background-color: inherit;
}

.pressed.collision {
  box-shadow: none;
  background-color: inherit;
}

.weft {
  background-color: #ED0;
  }
  
.hide, .kd, .shd, .urlaub, .komm, .nav, .noprint {
  visibility: collapse;
  }
  
.printonly {
  border:none;
  visibility: visible;
}

