/* 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{
	width: 100%;
	margin: 0;
	float: none;
	font: 12pt Georgia, "Times New Roman", Times, serif;
	color: #000;
	background: #fff;

 
}
#kontaktinfo{
	width: 100%;
	margin: 0;
	float: none;
	background: #fff url(none);
	border-top: 1px solid #ccc;
	font: 1em/1.6em Georgia, "Times New Roman", Times, serif;

}
.date, .date2 	{ font:  0.8em/1.4em Arial, Georgia, "Times New Roman", Times, serif; width: 100%; padding:0px 0 10px 0; }
#lesmer			{  }
p			{  font:  1em/1.4em Arial, Georgia, "Times New Roman", Times, serif; }
p strong	{font-weight: bold; color:#5b5b5b; }

.content, .620{ width: 100%; 	float: left; 	}
#vedleggsinnhold img{ height:100px;	margin: 0 10px 10px 10px;	float: left; border:1px solid #ccc;	}



/* SECTION 2: Remove any elements not needed in print. 
   This would include navigation, ads, sidebars, etc. */
.top, #menu, #links, #nav, .teaser, .teaser img, .centerthumb,#lesmer, .col, .last, #vedleggsinnhold a:link:after, #vedleggsinnhold a:visited:after,.prog_stor_overskrift{
	display: none; 
}

/* SECTION 3: Set body font face, size, and color.
   Consider using a serif font for readability. */

	.tekst {	width: 100%; font-size: 90%; font-style: italic; margin:0 0 2em 0; }
	#breadcrumb a{	width: 100%; font-size: 90%; font-style: italic; }
	.tekst strong	{  font-weight: bold; line-height:1.4em; 	}
	.tekst strong	{  font-weight: bold; line-height:1.4em; 	}




/* 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, .overskrift	 { font: 1.6em/1.6em  Georgia,Arial, Helvetica, sans-serif; font-weight: bold; color: #474747;  }
.datofelt	{ width:25%; text-align:left; margin:20px 0px; float:left;}
.nyhet 		{ width:75%; text-align:left; margin:20px 0px; float:left;}
			
.tekst		{ text-align:left; margin:0px; float:left; font: 1.0em/1.6em  Georgia,Arial, Helvetica, sans-serif; }
#nyhetstekst{  text-align:left; margin:0px; }

.alert		{font: 1.6em/1.6em  Georgia,Arial, Helvetica, sans-serif; text-align: left;		padding: 5px 20px 5px 45px;	border-top: 2px solid #ffd324;	border-bottom: 2px solid #ffd324;}
.programsmall {font:  0.8em/1.4em Arial, Georgia, "Times New Roman", Times, serif; width: 100%; padding:0px 0 10px 0; }

#nyhetsbilde{	float: left;	padding:5px;	border:1px solid #ccc;	background:none;  margin:0 1em 2em 0; }
.bilde	{ border:none;}

/* 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: #474747;
	font-weight: bold;
	text-decoration: none; }
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}


.kapittelboks {
	border: 1px solid #CCCCCC;
	background-color: #EBEBEB;
	padding: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 200px;
	float: right;
	margin-left: 15px;
	margin-right: 5px;
}
.kapittelboks_head {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 4px;
}

