#news1 {
  position: absolute; left: 11px; top: 87px;
  width: 234px; height: 236px;
  background-image: url(../img/news_postit_1.jpg);
}

#news2 {
  position: absolute; left: 245px; top: 87px;
  width: 229px; height: 236px;
  background-image: url(../img/news_postit_2.jpg);
}

#news3 {
  position: absolute; left: 11px; top: 323px;
  width: 234px; height: 235px;
  background-image: url(../img/news_postit_3.jpg);
}

#news4 {
  position: absolute; left: 245px; top: 323px;
  width: 229px; height: 235px;
  background-image: url(../img/news_postit_4.jpg);
}

#news1.active {background-image:url(../img/news_postit_1.active.jpg);}
#news2.active {background-image:url(../img/news_postit_2.active.jpg);}
#news3.active {background-image:url(../img/news_postit_3.active.jpg);}
#news4.active {background-image:url(../img/news_postit_4.active.jpg);}

#news1 .pad {margin: 40px 31px 40px 31px;}
#news2 .pad {margin: 40px 26px 40px 26px;}
#news3 .pad {margin: 35px 31px 35px 31px;}
#news4 .pad {margin: 35px 26px 35px 26px;}

#newsdetail .pad {margin: 46px 107px 50px 46px;}

#newsdetail {
  position: absolute; left: 490px; top: 94px;
  width: 466px; height: 472px;
  line-height: 14px;
  background-image: url(../img/news_blatt.jpg);
}

div.newsblaettern {
  position: absolute; left: 536px; top: 530px;
  width: 362px;
}

table.blaettern {
	width: 362px;
}
table.blaettern .active {
  font-weight: bold;
}
table.blaettern td.zurueck {
	width: 60px;
}
table.blaettern td.weiter {
	width: 60px;
}
