/* 
 * disable most of the navigation and columns 
 * we don't want to see 
 */
#top_nav,
#top_img,
#menu,
#kolom1,
#kolom2,
#kolom3,
#breadcrumb,
#footer
{
  display: none;
}

/*
 * Redefine some other tags.
 */
body 
{
  background: white !important;
  text-align: left;
}

#holder
{
  margin: auto;
  width: auto;
}

#main
{
  width: auto;
}

/*
 * Make the div we want to print visible and set the width
 * to 100% of the page.
 */
#kolom1.print,
#kolom2.print,
#kolom3.print
{
  display: block;
  width: 100%;
}

/* Monument detail */
#kolom2.print .tab
{
  border-top: 2px solid black;
  padding-top: 1em;
  display: block;
  width: 100%;
}

#kolom2.print .tabheader
{
  display: none;
}
