/*  CSS declarations for Kessels & Smit that apply only to printed media */

/* testing 
div { border:1px solid red; padding:1px; margin:0px; } */

#main { }

#navigation { 
  display:none;
}
#images { /* mid top, below navigation */
  display:none;
}
.maps {
  display:block!important;
}
#searchbox { /* left top, outer */
  display:none;
}
#language { /* left top, outer */
  display:none;
}
#content { /* mid, outer */

}
#functional { /* right top, outer */
  display:none;
}
#related { /* right bottom, outer */
  display:none;
}
#footer { /* mid bottom, outer */

}
#print_message {

}
.KsForm {
  display:none;
}