#nav-container, #sub-nav, #top-links, #bg, #bg-flash, a#show-nav, #navigation, .skip{
	display: none !important;
}
body{
	font-family: Frutiger,Univers,"Helvetica Neue",arial,helvetica,sans-serif;
	line-height: 1.5em;
}
#contents {
	font-size: 12px !important;
}
a {
color: #000;
text-decoration: underline;
}
#main p a:after { /* Does not work in IE */
content: " ( http://www.spazuiver.nl"attr(href)" )";
font-size: .9em;
}
/* No decoration in IE, we don't know where it's linking to anyway */
* html a { text-decoration: none; }
*:first-child+html a { text-decoration: none; }
img, a img {
border: none;
}

a img {
	border: none;
}

  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }