/**

 * Stylesheet for < URL>

 *

 * @media	print

 * @copyright	Netlash <http://www.netlash.com>

 * @author	name <karen@netlash.com>

 */

 

/**

 * = Primary selectors

 * ----------------------------------------------------------

 */

 

 /* the following declaration resets every background to white, every text color to black and removes all borders */

  * {

  background-color: white !important;

  background-image: none !important;

  border: none !important;

  color: #000 !important;

  }



 /* place the divs and elements you want to hide here */

 

 #sidebar,

 #nav,

 #header,

 #footer {

 	display: none;

}



#container-left,

#container-right

{

	display: none;

}



#content{padding: 0px 10px 0px 40px;}

#content p{font-size: 10pt;}



#spotlight{

	padding: 0px 10px 0px 40px;

	margin-bottom: 20px;

}

#spotlight a{

	clear: both;

}



html, body, form, div, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, address, input, textarea, th, td {

	margin: 0;

	padding: 0;

}



body {

    margin: 2cm;

    font-family: "Trebuchet MS", Verdana, sans-serif;

    font-size: 12pt;

	color: #000; !important 

	background: #FFF;

	border: none;

}



p {

	padding: 5px 0;

}



h1 {

	font-size: 16pt;

	padding: 5px 0;

}



h2 {

	font-size: 15pt;

	padding: 5px 0;

}



h3 {

	font-size: 13pt;

	padding: 4px 0;

}



h4 {

	font-size: 13pt;

	padding: 4px 0;

}



h5 {

	font-size: 12pt;

	font-weight: bold;

	padding: 4px 0;

}



h6 {

	font-size: 11pt;

	font-weight: bold;

	padding: 4px 0;

}



blockquote {

	padding-left: 30px;

	font-style: italic;

}



a:link, a:visited {

    color: gray;

}





/* = Links - print url after the linktext

 * ----------------------------------------------------------

 * @see http://www.alistapart.com/articles/improvingprint/

 */



a:link, a:visited {

	background: transparent;

	font-weight: bold;

	text-decoration: underline;

}



a:link:after, a:visited:after {

	content: " (" attr(href) ") ";

	font-size: 90%;

}



a[href^="index.php"]:link:after,

a[href^="index.php"]:visited:after {

	content: " (http://e-zen.indevelopment.be/" attr(href) ") "; /* change to the correct url */

}



/**

 * = Clearfix

 * ----------------------------------------------------------

 * @see	http://www.positioniseverything.net/easyclearing.html

 * @see http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/

 * @see http://www.stuffandnonsense.co.uk/archives/clearing_floats_without_structural_markup_in_ie7.html

 */







.clearfix:after {

	content:".";

	display:block;

	height:0;

	clear:both;

	visibility:hidden;

}



.clearfix {

	display:inline-block;

}



/* Hide from IE Mac \*/

.clearfix {

	display:block;

}

/* End hide from IE Mac */



* html .clearfix {

	height: 1%;

}