/* ===================================
   PRINT STYLES
   ===================================
 */

/* 
   GLOBAL FONT PROPERTIES
 */

h1, h2, h3, p, a, td, th, li, label {
	font-family:	Geneva, Arial, Helvetica, sans-serif;
	line-height: 	180%;
}

/* 
   SPECIFIC FONT PROPERTIES
 */

p, a, td, li, label {
	font-size: 		12px;
}

h1 {
	font-size:		16px;
	}



#print-box {
background: 		url(http://www.datanova.no/img/print_logo.gif)transparent top left no-repeat;
padding-left:		210px;	
clear: 			both;
border-width: 		1px;
border-style: 		solid;
border-color: 		#DEDEDE;
}

/* 
   Printer-friendly URL's
   ( http://www.digital-web.com/articles/css_styling_for_print_and_other_media/ )
   This will be combined with footnote-URL's.
   ( http://alistapart.textdrive.com/articles/improvingprint )
   
   
  EVEN BETTER : footlinks - http://www.easy-designs.net/code/footnoteLinks/
   
 */
/*
#content a:after {
    content: " [URL: " attr(href) "] ";
}
*/


/* ===================================
   POSITIONS AND LAYOUT ELEMENTS
   ===================================
 */

#head, #banner, #quickbuttons, #mer-info, #footer, #login {
display:none;
}
