/* vim-ting {{{
 *
 * vim:ts=4:sw=4:smartindent:autoindent:foldmethod=marker
 *
 * }}} */
/* Generelt {{{ */
@page {
	margin: 2cm;
}

body {
	width: 700px;
	line-height: 115%;
	background-color: #f8faf8;
}

p.brodtekst {
	padding-left: 10px;
}

.topp {
	padding-top: 0px;
	font-style: italic;
	font-size: 13px;
}

h1 {
	font-family: "Arial", sans-serif;
	font-size: 20pt;
}

h2 {
	font-family: "Arial", sans-serif;
	font-size: 14pt;
	font-style: italic;
	padding-top: 25px;
}

h3 {
	font-family: "Arial", sans-serif;
	margin-top: 0.72cm;
	margin-bottom: 0.21cm;
	page-break-before: auto;
	font-size: 15px;
}

a:link,a:visited,a:active {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-size: 11pt;
	font-weight: bold;
	color: #800000;
	text-decoration: none;
}
/* }}} */
/* Tabeller {{{ */

table {
	padding: 0px;
	border-width: thin;
	border-spacing: 1px;
	border-style: none;
	border-color: #808080;
	border-collapse: collapse;
	background-color: #ffffff;
}

th {
	text-align: left;
	border-width: 1px;
	padding: 1px;
	border-style: outset;
	border-color: #808080;
	background-color: #f0f0f0;
}

td {
	padding-left: 1px;
	border-width: 1px;
	padding: 1px;
	padding-right: 2px;
	padding-left: 2px;
	border-style: outset;
	border-color: #808080;
	background-color: #ffffff;
}

td.spacer {
	padding-left: 1px;
	border-width: 1px;
	padding: 1px;
	padding-right: 2px;
	padding-left: 2px;
	border-style: none;
	border-color: #808080;
	background-color: #ffffff;
}

/* }}} */

