/**
 * Stylesheet for < URL>
 *
 * @media	print
 * @copyright	Netlash <http://www.netlash.com>
 * @author	name <johan@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,
 #footer {
 	display: none;
}

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;
}

div.top_img h2{
	display: none;
}

#language{
	display: none;
}

#content_right{
	display: none;	
}

p {
	padding: 5px 0;
}

#kolom_2 div.zij {
	padding: 10px 0;
}

h1 {
	font-size: 28px;
	padding: 5px 0;
}

h2 {
	font-size: 18px;
	padding: 5px 0;
}

h3 {
	font-size: 16px;
	padding: 4px 0;
}

h4 {
	font-size: 15px;
	padding: 4px 0;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0;
}

h6 {
	font-size: 12px;
	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%;
}