/* From: www.bakker-framebouw.nl
 *
 * Styles for the screen only. They might result in incorrect rendering
 * when printing the website.
 */

@import url('layout.css');
@import url('slimbox.css');

body {
  cursor: default;
  padding: 0 10px 0 10px;
  margin: 0;
  text-align: center;
  background: url('layout/body-back.gif') repeat-x;
}

body, html {
  height: 100%;
}

a {
  cursor: pointer;
}

.hidden {
  display: none;
}

