﻿/*

	Eugene Kuzmin
	Print styles
	
	Author: Creuna Danmark A/S / www.creuna.dk
	Copyright: 2009, Creuna Danmark A/S. All rights resevered

-----------------------------------------------------------------------*/
body
{
	margin: 1em;
}

#header .headerContent,
#mainNavigation,
.print,
.subContent,
.subNav,
.spotList
{
	display: none;
}
.inner,
#footer .content
{
	width: 100%;
	padding: 0;
}
#faq .section
{
	display: block !important;
}

.mainContent
{
	width: 100%;
	float: none;
}

.offer,
.logo,
.mainContent.frontpage #rotatingOfferBox
{
	float: none;
}

#footer
{
	position: static;
}