/*
 * DESCRIPTION
 * CSS styles used by the lay-out of the website of Eleos   
 * Alter these styles to let the site have a custom look.
 *
 * CONTENT
 *     - Colors & fonts
 *	   - Print styles
 *	   - Text styles
 */

/* Colors & fonts 
-------------------------------------------------------------------------------------------------*/

/* Theme's */


/* Print styles 
-------------------------------------------------------------------------------------------------*/
#tabbar,
#tabs,
#submenu,
.spacer_img,
.logo_screen,
.sitePath {
	display: none;
}

#content,
#content_area {
	width: 100%;
}

.logo_print {
	display: block;
}


/* Text styles 
-------------------------------------------------------------------------------------------------*/

	body,
	td,
	div,
	span, 
	p {
		font: normal 12px/17px Tahoma,Arial,Verdana,sans-serif;
		color: #777777;
	}
	
	h1,
	h2, 
	h3, 
	h4,
	h5, 
	h6 {
		font-style: normal;
		font-weight: normal;
	}
	
	h1 {
		font-size: 20px;
		line-height: 24px;
		margin: 3px 0;
		padding: 0;
		font-weight: normal;
		color: #4F647F;
		text-transform: lowercase;
	}
	
	h2 {
		font-size: 14px;
		line-height: 18px;
	}
	
	h4 {
		font: bold 12px/18px Tahoma,Arial,Verdana,sans-serif;
		margin: 3px 0;
		padding: 0;
	}
	
	h5 {
		font: bold 11px/18px Tahoma,Arial,Verdana,sans-serif;
		margin: 3px 0;
		padding: 0;
	}
	
	p {
		margin: 17px 0;
	}
	
	a,
	a:visited {
		color: #789AC8;
	}
	
	.small {
		font-size: 10px;
		line-height: 14px;
	}
	
	hr {
		height: 0;
		border: 0;
		border-bottom: 1px dashed #E1E1E1;
		margin-top: 11px;
	}
	

	/* Overrule text */
	h1 {
		padding: 0;
		margin: 0;
	}
	
	* {
		color: #000000;
	}

