@media print {
	body {
		color: black;
      	background: white;
      	font-size: 12pt;
	}
	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}
	#menubar, .teaser {
		display: none;
	}
	#content {
		position: static;
		width: auto;
	    float: none !important;
	    color: black;
	    background: transparent none;
	}
	#content .projects, #content .company, #content .contact,
	#content .partners, #content .idegeeofeed, #content .ideegeo,
	#content .partnershome {
	    position: static;
		height: auto;
		margin: 0;
		padding: 10px;
		background: none;
	}
	#content .projects h1, #content .company h1,
		#content .contact h1, #content .idegeeofeed h1,
		#content .ideegeo h1, #content .partners h1,
		#content .partnershome h1 {
		margin: 20px;
	}
	#content .partners {
		margin-bottom: 20px;
	}
	#content .homebox img, #content .idegeeofeed img {
		display: none;
	}
	a:link, a:visited {
	   color: #520;
	   background: transparent;
	   font-weight: bold;
	   text-decoration: underline;
	   }
	#content a:link:after, #content a:visited:after {
	   content: " (" attr(href) ") ";
	   font-size: 90%;
	   }
	#content a[href^="/"]:after {
	   content: " (http://ideegeo.com" attr(href) ") ";
	   }
}