div.repert {
  position:relative;
  text-align:center;
  height:850;
}

div.main {
  position:relative;
  width:1025;
  height:150;
  text-align:left;
  margin:auto;
}

div.category {
  border-style:solid;
  border-width:1px;
  border-color:#000000;
  padding:10px;
  background-color:#ffffff;
  position:absolute;
  display:inline;
  width:425;
  vertical-align:top;
}

#cat_0 {
  top:0;
  left:0;
  z-index:1;
}
#cat_1 {
  top:50;
  left:300;
  z-index:2;
}
#cat_2 {
  top:100;
  left:600;
  z-index:3;
}

div.category table {
  width:100%;
  background-color:#ffffff;
  background-image:url(../pics/noten.png);
}

div.category table tr th {
  padding-bottom:18px;
}

#nextPage {
  text-align:center;
  position:relative;
  width:100%;
  /*bottom:30px;*/
}
