#header {
  border-bottom:solid #000 1px;
}
#nv1,
#nv2,
#leftbar {
  display:none;
}
.pbs-col {
  display:none;
}
#footer {
  margin:1em 0 0 0;
  padding:.5em 0 0 0;
  border-top:solid #000 1px;
}
#fastlinks {
  display:none;
}



/* 3-spaltig
*******************************/
.threeColumns {
  clear:both;
  margin:0 0 1em 0;
}
.threeColumns:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.threeColumns .col1 {
  clear:both;
  margin:0 20px 0 0;
}
.threeColumns .col2 {
  float:left;
  width:200px;
  margin:0 20px 0 0;
}
.threeColumns .col3 {
  float:left;
  width:200px;
}