body { 
	font-family: Arial, Sans-serif;
	font-size: 10pt; 
	background: #ffffff; 
	width: 660px;
}

h1 { 
	font-size: 20pt;
}

h2 { 
	font-size: 18pt;
}

h3 { 
	font-size: 14pt; 
}

div { 
	font-family: Arial, Sans-serif; 
	font-size: 10pt;
}

pre { 
	font-family: Courier, Monospace; 
	font-size: 9pt 
}

table {
	border-collapse: collapse;
}

td { 
	font-family: Arial, Sans-serif; 
	font-size: 9pt; 
	padding-left: 10px;
	padding-right: 10px;
}

td a {
	font-weight: bold;
}

a { 
	/* color: blue;  T.A.D. 2010-09-10: Kommentert ut for å ha annen farge på besøkte lenker */
	text-decoration: none; 
}

a:hover { 
	color: red; 
	text-decoration: underline;
}

address {
	text-align: right;
	margin-top: 10px;
	border-top: 5px solid gray;
	padding-top: 5px;
	font-style: normal; 
}

table.strek {
	border: solid grey 1px;
}

table.strek th, table.strek td {
	border: solid grey 1px;
	vertical-align: top;
}

.logo { 
	font-family: "Comic sans ms", Sans-serif; 
	font-size: 16pt; 
	font-weight: bold; 
	color: #bb0000;
}

.grey { 
	background: #cccccc;
}

.inv { 
	background: #bb0000; 
	color: white;
}

.red { 
	font-style: italic; 
	color: #bb0000;
}

.norziglogo {
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 10px solid gray;
	margin-bottom: 10px;
}
.norzig, .norziglogo h1 { 
	font-family: "Comic sans ms", Sans-serif; 
	font-size: 36pt; 
	font-weight: bold; 
	color: #bb0000; 
	margin: 0;
	padding: 0;
}

.norsk, .norziglogo h2 { 
	font-family: "Comic sans ms", Sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	margin: 0;
	padding: 0;
}

.historikk {
	font-size: 0.8em;
	color: grey;
	border-top: grey dotted 1px;
	
}

.uri, .filnavn, .kortform, .marctag {
	font-family: Courier, Monospace;
}

#spalter {
	background-color: #dadada;
	padding: 5px;
}

#venstrespalte {
	margin-right: 50%;
	padding-right: 5px;
}

#hÃ¸yrespalte {
	float: right;
	width: 50%;
	padding-left: 5px;
}

#spalter ul {
	margin-left: 0;
	padding-left: 15px;
}

#spalter h1 { 
	font-family: "Comic sans ms", Sans-serif; 
	font-size: 10pt; 
	font-weight: bold;
}


