/*
	style sheet Beckenbodenzentrum Kelheim (c)2007 plumsoft systemhaus gmbh
	md 20071213
	print layout
*/
@media print {

#fontadjust,
#search ,
#links,
#navigationFrame,
#navigation,
#footerLeft,
#footerDummy,
#footerSpace,
#footerRight, 
#footerText,
#contentHeader
{
	display: none;
}

#content {
	padding: 0px;	
}

#contentInfo {
	padding: 0px;
	padding-left: 5%;
}

#frame {
	height: 95% ;
}

#header {
	height: auto;
}

#headerLeft img {
	position: relative;
	left: 40%;
}

#content div.treepos {
	margin-left: 0px;
}

}

