/*	HS-malen - Print preview 	*/

@import "print.css";
#preview-message {display:block; border:1px solid #666; background:#FF6; padding:2px 5px; }

/* Fjern heilt */
div#topTab, #header, #subHeaderTab, div#margin, #content h2.header, #tabs, .BinaryDocuments, div#helperTab, #footer {display: none;}

/* Fjern margin og padding */
body, #content, #documents, .WordDocuments li, .heime .WordDocuments li.firstDoc {margin: 0; padding: 0;}

/* Full breidde */
#content, #documents, .WordDocuments li, .heime .WordDocuments li.firstDoc { width: 100%;}

/* Fjern bakgrunn */
#main, #content {background: none;}

/* Fjern skriftfarge */
#content h1, #content h2, #content h3, #content p { color: #000;}

/* Page-break */
#content h2 {page-break-after: avoid;}
ul, ol, dl, .bilde .tekst {page-break-before: avoid;}



body {font-family: Arial, sans-serif;}
#container {width: 95%;}

/*	Link	*/
a.print {display: none;}
#content a {color: blue;}

/* DOCUMENTS */
#documents {margin-top: 10pt; /*background: #ffc;  gul */}
.WordDocuments li {margin-top: 10px; }
 
/* Tekst */
#documents h1 {font-size: 1.4em;}
#documents h2 {font-size: 1.2em;}
#documents h3 {font-size: 1.0em;}
#documents p, #documents ul, #documents ol {font-size: 12pt; }
#documents p, #documents ul, #documents ol {/*line-height: 1.5em;*/}
/* Bilder */
.bilde, .bildeHogre, .bildeVenstre { }
.bildeHogre {margin: 0 0 0 10px; float: right;}
.bildeVenstre {margin: 0 10px 0 0; float: left;}
.tekst {margin-bottom: 40px; }
#documents p.bildetekst {margin: 0;  font-size: 0.7em; }
#documents p.bildeKilde {display: inline; margin: 0; float: left; font-size: 0.6em; color: #ccc; }



