/*

	IHI
	Print styles
	
	Author: Creuna Danmark A/S / www.creuna.dk
	Copyright: 2008, Creuna Danmark A/S. All rights resevered

-----------------------------------------------------------------------*/
body
{
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 70%;
	color: #000;
	text-align: left;
	background: none;
}

#container
{
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
}

#skip { display: none; }

#top
{
	position: static;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	background: none;
	height: auto;
	border: none;
	border-bottom: 1px solid #cbdee6;
	text-align: left;
	}
	#logo
	{
		float: none;
		margin: 0;
		padding: 0;
		}
		#logo img { display: inline; }
	
	#mainnav, #language, #region,
	#top .search, #topnav { display: none; }

#main
{
	width: auto;
	padding: 0;
	border: none;
	background: none;
	}
	
	#leftMenu, #tools, #rightMenu,
	#shadow, #bottom, #bottomnav { display: none; }
	
	#content
	{
		float: none !important;
		position: static !important;
		width: auto !important;
		margin: 0 0 20px 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: none !important;
		}

#footer
{
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	color: #000;
	background: none;
	min-height: auto;
	border: 0;
	border-top: 1px solid #d9dcd6;
	}
	#footer .logo { display: none; }
	#footer #address
	{
		color: #000;
		float: none;
		margin: 0;
	}
