

/* Basic Structure */
html {
	width:100%;
}

body {
	background: white;
	font-size: 10pt;
}

img {
	border: 0;
}

/* Hide Various Elements when printing */
.siteMenu, 
  .searchform, 
  .catMenu, 
  #topImg, 
  #infoBar .breadCrumb,
  .printIcon, 
  .left, 
  .right,
  #footerContainer{
	display: none;
}


/* Link Management */
* a:link, * a:visited {
	color: #0000FF;
	background: transparent;
	text-decoration: underline;
}

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

#contentContainer a[href^="/"]:after {
	content: " (http://www.woonschakel.nl" attr(href) ") ";
}
/* 
.logo a[href^="/"]:after {
	content:;
}	 */

#contentContainer .middle {width:450px;}
*  {font-size:10pt;}

