@media print{ 

/*Byter ut bakgrundsbild i body*/
body
	{
		padding-right: 0px;
		padding-left: 0px;
		font-weight: normal;
		font-size: 10pt;
		padding-bottom: 0px;
		margin: 0px;
		color: #000000;
		line-height: 1.33;
		padding-top: 0px;
		font-style: normal;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #ffffff;
	}
	
.splashBox
{
	width: 15em;
}

.splashPicture
{
	width: 15em;
}

img.bottom
{
	width: 28em;
}

/*Dölj dessa divar*/
#navlistContainer, #pageBody, #pageFooter, #leftNavContainer, #SearchPrint, #pnlSearch
	{
		visibility: hidden;
	}
	
#rightPicture, #bottomPicture
	{
		display:none;
	}

#pageHeader
	{
		border-right: #0e3192 thin solid;
		padding-right: 0px;
		border-top: #0e3192 thin solid;
		padding-left: 0px;
		background: #ffffff;
		left: 1.65em;
		visibility: visible;
		padding-bottom: 0px;
		margin: 0px;
		border-left: #0e3192 thin solid;
		width: 48em;
		color: #000000;
		padding-top: 0px;
		border-bottom: #0e3192 thin solid;
		position: relative;
		top: 0px;
		height: 80px;
	}	

#pageHeaderRightMargin
	{
		padding-right: 0px;
		padding-left: 0px;
		float: right;
		padding-bottom: 0px;
		margin: 0px;
		border-left: #0e3192 1px solid;
		width: 80px;
		padding-top: 0px;
		height: 80px;
	}

#pageContentContainer
	{
		left: -13em;
		visibility: visible;
		width: 48em;
		position: relative;
		top: 0px;
	}

/* Ram för innehållsrubriken (H1) på en sida. */
#ContentHeader
{
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	width: 41em;
	padding-top: 0px;
}

#pageFooterContentContainer
	{
		border-top: 1px solid;
		left: -16em;
		visibility: visible;
		width: 48em;
		position: relative;
		top: 0px;
	}

#homelink a
	{
		padding-right: 0.5em;
		padding-left: 0.5em;
		padding-bottom: 3px;
		color: #0e3192;
		padding-top: 3px;
		text-decoration: none;
	}

.selected, menu, selected2, menu2, selectedMenuParent
	{
		border-right: #ffffff 0px solid;
		border-top: #ffffff 0px solid;
		visibility: hidden;
		border-left: #ffffff 0px solid;
		border-bottom: #ffffff 0px solid;
		background-color: white;
	}

.a
	{
		border-right: #ffffff 0px solid;
		border-top: #ffffff 0px solid;
		visibility: hidden;
		border-left: #ffffff 0px solid;
		border-bottom: #ffffff 0px solid;
		background-color: white;
	}

}