/*	LÆREROM - Print	*/

/* For printing: ALLE floats må settes til `none'! Se http://archivist.incutio.com/viewlist/css-discuss/38046 -Ola */

body { margin: 0; padding: 0; font-family: Arial, sans-serif;}

/*	CONTAINER		*/
#container {margin: 20px auto; left: 0;}

/* Fjern heilt */
#preview-message, #toppLenker, #header, #session, #menu, #tabs, #footer {display: none;}

/* Fjern bakgrunn */
body, #container {background: none;}

/* Bredde */
#container, #content, #documents { width: 98.6%;}

/* MAIN */
#main {float: none;}

/* Page-break */
#content h2 {page-break-after: avoid;}
ul, ol, dl, .bilde .tekst {page-break-before: avoid;}

/*	CONTENT	*/
#content { float: none;}
#content {  overflow: always;}
/*	Link	*/
#content a {}
#content a:visited {}
#content a:hover {}
#content a.print, #nav {display: none;}

/*	Artikkel preview	*/
/*	Artikkel	*/
#documents {padding: 10px; float: none;}
/* 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: 0.8em; }
#documents p, #documents ul, #documents ol {/*line-height: 1.5em;*/}
/* Bilder */
.bilde, .bildeHogre, .bildeVenstre { }
.bildeHogre {margin: 10px 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; }
