/*
 * DESCRIPTION
 * CSS styles used for printing pages of the website of CSG Reggesteyn   
 * Alter these styles to let the pages have a custom look.
 *
 * CONTENT
 *     - Print styles
 */


/* Print styles 
-------------------------------------------------------------------------------------------------*/

#top_bar,
#menu,
#content_header, 
#logo,
.block
  	 {
    display: none;
}

#logo_bar{
	position: relative;
	width: 100%;
}
	

#logo {	
	
	position: absolute;
	right: 0px;
	top: -50px;	
	
	

}

#content_text {
	margin-top: 50px;
	
	
}


