/* Liftups on the content area of the front page will be on top of each other without this. Helps at least Firefox */
.clearfix
{
	width: 500px;
}

/* Give a border for the liftups and the navigation */
.liftup, .local-navigation
{
	border: 1px solid silver;
}

/* Hide all the unneeded elements - these will not be printed */
#global-header, .linkit-muualle, .local-footer, #ylefi-stripe, hr.hide, #tuutti embed, .heading, #content div.fragment1, #content div.fragment3, #addthis-widget, #print
{
	height: 0px;
	width: 0px;
	visibility: hidden;
	display: none;
}

/* Only show the content div */
#content div.fragment2
{
	float: none;
	background-color: transparent;
}

/* Increase the font size */
.content
{
	font-size: 1.2em;
	line-height: 1.3em;
}

/* Help to span the article across multiple pages when printing */
*
{
	overflow: visible !important;
}

/* In IE, the page width should be made something else than fixed pixels for cropping not to occur */
.page { //width: 100%; }
