/* $Id: ntnu-print.css,v 1.2 2007/06/27 09:06:51 perhov Exp $ */

body {
	margin: 5px 0 0 32px;
	font: 11pt/130% arial, sans-serif, helvetica;
}

h1 {font-size:1.7em; font-weight: normal; }
h2 {font-size:1.5em; font-weight: normal; }
h3 {font-size:1.3em; font-weight: normal; }
h4 {font-size:1.1em; font-weight: normal; }
h5 {font-size:1.0em; font-weight: bold; display: run-in; padding-right: 1em; }
/* display: run-in; ser ikke ut til å virke med mozilla-baserte nettlesere */
.petit { font-size: 90%; }

.clear {
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
	border: none;
	font-size: 1px;
	line-height: 0;
}

#topmenu, #ntnulogo, #ntnumenuwrapper, .offscreen, #ntnufooter, #breadcrumbs, .sidebar { display: none; }

.nowrap { white-space: nowrap; }

/*------------------------------*/

#ntnuwrapper {
	border: 0.1em solid #000;
        border-left: none;
        border-right: none;
}

#ntnuheader {
	margin: 0;
	padding: 0;
}

#ntnuheader, #ntnuheader * {
	padding: 0;
	margin: 0;
}

#ntnuheader #ntnuh1 {
	float: right;
	font-size: 0.8em;
	color: #888;
	clear: none;
	margin-top: 0.3em;
}

a, a:link, a:hover, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

