@charset 'utf-8';
/*	CSS Document */
/*
	@filename:	sabio_print.css
	@author:		j.wessel for con structores gmbh
	@date:		11|02|2008
*/


*, html * {
	background-image:none;
	background-color:#FFFFFF;
	color:#000000;
	font-family:'Trebuchet MS','Lucida Grande','Tahoma','Helvetica','Arial',sans-serif;	
}
a, img {
	border:0 none;
}

/*	disable elements for printing */
div#meta,
div#header,
div#content_con div#content_wrap div#right_col,
div#footer,
div#bot,
div#content_con div#content_wrap #left_menu_wrap,
div#nav_main,
div#functions_overlay_box {
	display:none;
}

div#content_con div#content_wrap div#center_col {
	width:17cm;
	font-size:11pt;
}