/* Knack.be (Print-friendly)
------------------------------------------------------------------*/

#bannerTop, #headerWrapper, #header, #topNavWrapper, #leftcolumn, #footer, #rightcolumn, #adv, #sideContent, .print, .rss {
  display: none !important;
}
body, #content, #contentsub {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #FFF !important;
}

html body #content, 
html body #contentsub {
	position: static; 
	width: auto; 
	height: auto;
  	margin: 1em 0 0; 
	padding: 0; 
	border-top: none;
  	font-size: 0.9em; 
	text-align: left;
  	background: #FFF;
}
html body #content a:link, 
html body #content a:visited,
html body #contentsub a:link, 
html body #contentsub a:visited {
  position: static; 
  display: inline;
  font-size: 1em; 
  font-weight: normal; 
  width: auto; 
  height: auto;
  margin: 0; 
  padding: 0;
  background: none; 
  color: #555;
}

#header h1 a {
  	height: 33px;
  	margin: 0;
	width: 193px;
	float: left;
	text-indent: -9999em;
	display: block;
	background: transparent url('/images/logo_wkf.gif') no-repeat left top;
	font-size: 1px;
	}

#printfooter {
	display: block;
	font-size: 90%;
	padding-top: 5px;
	border-top: 1px solid #CCCCCC;
}

