/* Default Print Stylesheet Template
   by Rob Glazebrook of CSSnewbie.com
   Last Updated: June 4, 2008
   
   Feel free (nay, compelled) to edit, append, and 
   manipulate this file as you see fit. */
   

/* SECTION 1: Set default width, margin, float, and
   background. This prevents elements from extending 
   beyond the edge of the printed page, and prevents
   unnecessary background images from printing */
body, #wrap, #innhold, #menu, .stor_overskrift {
	width: 100%;
	margin: 0;
	float: none;
	background: #fff url(none);
}


#nyheter, .ingress{
	width: 100%;
	margin: 2em 0 2em 0;
	float: left;
	background: #fff url(none);
	
}
#nyheter, .date{
	width: 90%;
	margin: 2em 0 2em 0;
	float: left;
	background: #fff url(none);
	
}

#nyheter img{
	margin: 0;
	float: right;
	background: #fff url(none);
}
.rightbilde img{
	display:none;
}
.rightbilde table #printbilde{
	margin: 0;
	float: right;
	width: 180px;
	border:1px dashed #999;
}

img .bilde{
	margin: 2em ; 
	float: left;
	background: #fff url(none);
	
}

/* SECTION 2: Remove any elements not needed in print. 
   This would include navigation, ads, sidebars, etc. */
#teaser, #right_box, #links, #submenu{
	display: none; 
}
span .date a{
	display: none; 
}

/* SECTION 3: Set body font face, size, and color.
   Consider using a serif font for readability. */
body {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #000; 
}

/* breadcrumb
-----------------------------------------------------------------------------*/	
	#breadcrumb{	width: 100%; font-size: 90%; font-style: italic; margin:0 0 2em 0; }
	#breadcrumb a{	width: 100%; font-size: 90%; font-style: italic; }
	p {	width: 100%; margin: 2em 0 2em 0; }
	#lesmer{	width: 100%;  margin: 2em 0 2em 0;}
/*	.stor_overskrift a {	width: 100%;  color: #861c1d; }*/

/* SECTION 4: Set heading font face, sizes, and color.
   Diffrentiate your headings from your body text.
   Perhaps use a large sans-serif for distinction. */

.stor_overskrift, .nyhetstittel	 { font: 1.6em/1.6em  Georgia,Arial, Helvetica, sans-serif; color: #861c1d;  }
/*#menu a { font-size: 0.8em; }*/
#footer	{ font: 10px/16px  Georgia,Arial, Helvetica, sans-serif; color: #ddd; border-top:1px solid #ccc; margin-top:1em; width: 100%; text-align:center; float:left;display:inline; }

 
/* SECTION 5: Make hyperlinks more usable.
   Ensure links are underlined, and consider appending
   the URL to the end of the link for usability. */
/*a:link, a:visited {
	color: #00c;
	font-weight: bold;
	text-decoration: underline; }
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}
*/