@charset "UTF-8";

 /**
 * Pestalozzi Intranet
 *
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * @author		Joana Welti, Tobias Forkel
 * @email		joana.welti@unic.com, tobias.forkel@unic.com
 * @date		2009-08-05 15:00:00
 * @yaml		3.2
 */

@media all
{
	
	body,
	.page_margins,
	#main,
	#col3,
	#col3_content { background: transparent !important; }

	h1,h2,h3,h4,h5,h6 {	color: inherit !important; }
	a { color: inherit !important; }

	.breadcrumb { color: inherit !important; padding:0 }
	.pagetitle { padding:1em 0 0 0 }

	#header,
	#col1, 
	#col2,
	#footer,
	#slide-images { display:none !important }

	#col3 { margin:0 !important }
	.page_margins { margin:1em 0 0 1em !important; width:42em; }

  /* --- News + Detail -------------------------------------------------------------------------------- */

	.news-single-item {
		padding:0;
	}





}

