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

ul li{
	margin: 0px 0px 20px 20px;	
}/* = 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%;}#content a[href^="/"]:after {	/*content: " (http://www.website.be" attr(href) ") "; /* change to the correct url */}

div.menu,
div.topheader,
div.navig,
div.navig_pic,
img.fampic
{
	display: none;	
}

h1, h2, h3, h4, h5, h6{
	margin: 20px 0px 7px 0px;	
}

div.home_news span.title{
	display: block;
	margin-bottom: 10px;	
}

p{
	margin: 20px 0px 20px 0px;
}

p img,
div.txt img
{
	display: block;
	margin-bottom: 10px;
}

#footer ul{
	list-style: none;
}
#footer ul li{
	float: left;
	margin: 20px 10px 0px 0px;
}
/** * = 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%;}