/* --------------------------------------------------------------

    print.css
    * Gives you some sensible styles for printing pages

-------------------------------------------------------------- */

body {
    margin: 0 !important;
    padding: 0 !important;
    background: none;
    color: #000;
    line-height: 1.5;
    word-spacing: 1.1pt;
    letter-spacing: .2pt;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    }


/* =Layout / hide various parts from the site
-------------------------------------------------------------- */

.container { background: none; }
.hide,
.invisible,
a.button,
button,
object,
.gallery-item,
.number-of-container,
.item-related,
.banenzoeker-tabs,
.equipment-tabs,
.eqshare,
.review,
.eqreplies,
.more-eq,
.eqspecs-shop-site,
.compare-shop-site,
.block-pictures,
.block-column,
.block-newsletter,
.block-poll-container,
.back-to-overview,
.ad-column,
.ad,
.column-2b,
#picture-search,
#copyright,
#partners,
#header,
#footer,
#menu { display: none !important; }

.gallery-item-first { display: block !important; }

.item-intro { padding-top: 12pt; }

a { font-weight: normal !important; }

a img { border: 0; }

th { text-align: left; }

.block-banenzoeker-tabs ul,
.block-calendar ul { margin-right: 0; padding-left: 0; list-style: none; }


/* =Text
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6         { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

code       { font-family: "Courier New", Monaco, Courier, monospace; }

blockquote { padding: 1em; font-size: 1em; }


/* =Links
-------------------------------------------------------------- */

a:link,
a:visited {
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
    color: #333;
    }
