/**
 * Stylesheet for <url>
 *
 * @media	print
 * @copyright	Netlash <http://www.netlash.com>
 * @author	name <author@example.net>
 */

/**
 * = Primary selectors
 * ----------------------------------------------------------
 */

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: Verdana, sans-serif;
    font-size: 12pt;
}

a:link, a:visited {
    color: gray;
}

div.logo,
div.menu,
div.header_green,
div.header_pic,
div.bottom img,
#sidebar div.leftmenu{
	display: none;
}

#center p img{
	float: left;
}

#sitemap ul li{
	margin-left: 30px;
}

div.printlogo{
	margin-bottom: 15px;	
}

/* = Links - print url after the linktext
 * ----------------------------------------------------------
 * @see http://www.alistapart.com/articles/improvingprint/
 */

a:link, a:visited {
	background: transparent;
	text-decoration: underline;
}

a:link:after, a:visited:after {
	/*content: " (" attr(href) ") ";*/
	font-size: 90%;
}

#content a[href^="/"]:after {
	/*content: " (http://www.website.be" attr(href) ") ";*/ /* change to the correct url */
}

#footer{
	margin-top: 20px;
}

#footer ul li{
	float: left;
	margin-right: 15px;
	list-style: none;
}

/**
 * = 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%;
}
/**/