img{
    border:none
}

.dsp-box{
    margin-top: 5px;
    margin-left:5px;
    width: auto;
    border: 1px solid silver;
    text-align: center;
}
.dsp-box-top{
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.dsp-box-panel{
    margin: 5px;
}
.dsp-box-button{
    width: 90%;
    text-align: center;
    margin-top: 5px;
}
.dsp-box-button-aktiv{
    font-weight: bolder;
}

input[type="checkbox"]
{
    margin-right: 5px;
}
.tabelle{
/*    font-size: 14px; */
    empty-cells: show;
    border-spacing: 0px;
    border: solid 1px gray;

}
.tabelle th{
    text-align: center;
    font-weight: normal;
    padding: 2px 5px; 
    border-right: solid 1px gray; 
}
.tabelle tbody td{
    padding: 2px 5px;
    border-width: 2px;
    border-right: solid 1px gray;
}

.tabelle tfoot td{
    padding: 2px 5px;
    border-width: 2px;
    font-weight: normal;
    text-align: center;
}
.tr-gerade{background-color: #ffff99; border-right: solid 1px gray;}

.tabelle-pred{float: left}
.tabelle-next{ float: right}

.tabelle-detail{
  white-space: pre;
}
.tabelle-layout-spalte{
  background-color: #ffffcc;
  border: solid 1px silver;
  padding: 5px;
}

.tabelle-layout-leerspalte{
  width: 5px;
}
.details-link{margin-left: 90%; text-align: right;}
