#Container .mix{
    display: none;
}
.clear {
    /* yt hintergrund #F1F1F1 */
  height: 20px;
  background-color: #F1F1F1;
  position: relative;
  width: 100%;
  z-index: 1;
  top: 3px;
}

.boxer {
  display: table;
  width: 100%;
  border-spacing: 10px 10px;
  border: 0px solid #888;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
}
.boxer-os {
  display: table;
  width: 100%;
  background-color: #fff;
}
.boxer-tbl {
  display: table;
   width: 100%;

}
.wrapper{
  position: relative;
}
.boxer .box-row {
  display: table-row;
}

.boxer .box {
  display: table-cell;
}
.boxer .box-spacer {
  padding-left: 00px;
}
.boxer .ausgabe {
  border-spacing: 0px 0px 0px 0px;
  position: relative;
  border: 0px solid #888;
}
.boxer .w05 {
  width:05%;
}
.boxer .w10 {
  width:10%;
}
.boxer .w15 {
  width:15%;
}
.boxer .w20 {
  width:20%;
}
.boxer .w35 {
  width:35%;
}
.boxer .w33 {
  width:33%;
}
.boxer .w50 {
  width:50%;
}
.boxer .w80 {
  width:80%;
}
.boxer .w100 {
  width:100%;
}
.boxer .p20 {
  padding: 0 100% 0 0;
}
.boxer .rowspan{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200;
}

.boxer .abs{
  position: absolute;
}
