html,body {
    background-color:#eee;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #333;
   font-size: 14px;
   text-align: center;
}

.results tr[visible='false'],
.no-result{
  display:none;
}

.results tr[visible='true']{
  display:table-row;
}

.counter{
  padding:8px; 
  color:#ccc;
}

.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}

.uberschrift { 
    display: none; 
}

.tdblock { 
    display: none; 
}

.w50 {
    width: 50%;
}

.w25{
    width: 25%;
}

.w10{
    width: 10%;
}

.cgreen{
    color: green !important;
}

.uberschriftKopf{
    font-size: 24px !important;
}

