/*
 * DESCRIPTION
 * CSS styles used by the printfunction of the website of Greenweb   
 * Alter these styles to let the site have a custom look.
 *
 * CONTENT
 *	   - Colors & fonts
 *     - Print
 *	   - Text styles
 */

/* Colors (colourlovers.com) & fonts 
-------------------------------------------------------------------------------------------------*/


/* Print 
-------------------------------------------------------------------------------------------------*/

	#content_left {
		width: 100%;
	}
	
	#content_right,
	#banner,
	#main_navigation,
	#banner_sub,
	#menu_on_subpage,
	.anchor_left_bottom,
	.anchor_right_bottom,
	.anchor_left {
		display: none;
	}


/* Text styles 
-------------------------------------------------------------------------------------------------*/

	body,
	td, 
	p {
		font-family: Arial,Verdana,Helvetica,sans-serif;
		font-size: 12px;
		line-height: 19px;
		color: #333;
	}
	
	h1,
	h2, 
	h3, 
	h4,
	h5, 
	h6 {
		font-family: Georgia,Garamond,Times,serif;
		font-style: normal;
		font-weight: normal;
	}
	
	h1 {
		font-size: 24px;
		line-height: 36px;
		color: #0AA32E;
		margin: 3px 0;
		padding: 0;
		
	}
	
	h4 {
		font: bold 12px/18px Arial,Verdana,Helvetica,sans-serif;
		color: #000;
		margin: 3px 0;
		padding: 0;
	}
	
	p.text_small {
		font: normal 10px/16px Arial,Verdana,Helvetica,sans-serif;
		color: #000;
		height: 100px;
		display: block;
		overflow: hidden;
	}
	
	a,
	a:visited {
		color: #0AA32E;
	}

