/* print.css */ 
*{
	float:none !important;
	clear:both !important;
	margin-left:0 !important;
	margin-right:0 !important;
	padding-left:0 !important;
	padding-right:0 !important;
	position:static !important;
	overflow:visible !important;
}
div{
	width:100% !important;
}

/* display */
.menu, #topMenu, #topBC, .footerMenu, .info,
.videoAudio .player,
.tippNav,
.flashBox,
.googleMap .map{
	display:none !important;
}
.boxgallery,
.sbig,
.tippItem,
.teaser.flash{
	display:block !important;
}
/* background-color */
/* color */
*{
	background-color: #ffffff !important;
	color:#000000 !important;
}


/* background-image */
*{
	background-image:none !important;
}

/* project */
.teaser.flash, .teaser.big, teaser.small, .teaser.info
.tbgContent{
	min-height:1px !important;
}

.teaser.big .link,
.teaser.small .linkWrap .link,
.teaser.small .linkWrap .info,
.teaser.info .link,
.teaser.top .linkWrap .info,
.teaser.top .linkWrap .link
{
	display:none;
}