@charset "utf-8";
/**
* @author 				Martin Backhaus
* @copyright			CarabinBackhaus Communication
* @date						2008-05-01
*
* @version				0.1b
*
* @link						http://www.wohnquartier4.de/files/template/css/lib/print.css
* @lastmodified			2008-06-16
* @media					print
* @site						Wohnquartier4
*/

#wrapper {
	width: 100%;
}

	h1.hidden {
		display: inline;
	}

	#wrapper #header {
		display: none;
	}

	#wrapper #navCol {
		display: none;
	}
	
	#wrapper #cntCol {
		width: 40.625em;
		margin-left: 2.5em;
		float: left;
	}
	
		#wrapper #cntCol #breadcrumb {
			display: none;
		}
		
		#wrapper #cntCol #tools {
			display: none;
		}
		
		#wrapper #cntCol #content {
			min-height: 15.625em;
			float: left;
			margin-left: 0.625em;
			display: inline;
		}
		
		#wrapper #cntCol #footer {
			display: none;
		}
