@import url("/includes/style.css");

/** BEGIN BODY **/
body {
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    line-height: 20px;
}

#container {
    background-color: transparent;
}
/** END BODY **/

/** BEGIN HEADER **/
#lightbox,
.panelcontainer2,
.module.fotoalbum_overzicht,
.module.fotoalbum_overzicht .body,
.module h1,
#banner,
.nav_container,
#header {
    display:none;
}
/** END HEADER **/


/** BEGIN CONTENT **/
#content .right {
    display:none;
}

.module h1 {
	display: none;
}

.reactie_dots {
	display: none;
}

.toonOpties {
	display: none;
}

.module.reacties {
	display: none;
}

.advertentierect,
.meerrecenties {
	display: none;
}

/** END CONTENT **/


/** BEGIN FOOTER **/
#footer {
    display:none;
}
/** END FOOTER **/