@charset "iso-8859-1";

* {	/* reset all values */
	border:0;
	margin:0;
	padding:0;
	text-indent:0;
	}

body {
	background: #fff url(../img/headerback.jpg) repeat-x;
	font-family: Georgia, Garamond, "Adobe Garamond", Serif;
	font-size:100%;
	margin-bottom:3em;
	}

#content p {
	font-size:1em;
	line-height:1.4em;
	margin-bottom:1em;
	padding-left:2em;
	}
#content.article p:first-letter { 
	font-weight:bold;
	}
#content p.nav:first-letter { 
	font-weight:normal;
	}
#content p.smll {
	padding-left:3em;
	font-size : 0.7em;
	}
#content div.nav {
	font-size:0.8em;
	}

#content {
	width:700px;
	margin-left: 7em; 
	}
#content ul {
	padding-left:3em;
	margin-bottom:1em;
	line-height:1.4em;
	list-style: url("../img/bullet.png");
	}		

#content .toc ul {
	list-style:none; 
	}  	

#content .downloadlink {display:block; background:#eee;padding:0.7em 1em 1em 1em;margin-bottom:1em;}

#content ol {
	padding-left:3em;
	margin-bottom:1em;
	}	
#content ol.alpha {
	list-style-type: upper-latin;
	}	
	
#header {
	padding-left:110px;
	padding-top:80px;
	width:700px;
	}
	
#header #illustration {
	position: absolute;
	top: 0px;
	left: 0px;
	}
#header #logo {
	position: absolute;
	top: 0px;
	left: 110px;
	}
	
#header .nav {
	text-align:right;
	font-size:0.8em;
	}
#header .about {
	clear:both;
	font-size:0.9em;
	margin-top:1em;
	margin-left:2em;	
	}
#header #topnav {
	list-style-type:none;
	height: 3em;
	margin-left:2em;
	}
#header #topnav li {
	display:block;
	float:left;
	line-height: 3em;
	vertical-align: middle;
	margin:0;
	margin-right:1em;
	font-size:0.8em;
	white-space:nowrap;
	}
	
h1, h2, h3, h4 {
	font-weight : bold;
	}

h1	{
	text-align : center;
	line-height : 3em;
	font-size: 2em;
	margin-top:2em;
	margin-bottom:1em;
	}
h2	{
	text-align: left;
	line-height: 1.4em;
	font-size: 1.4em; 
	margin-top:1.5em;
	margin-bottom:0.5em;
	}
h3	{
	text-indent: 0;
	line-height: 2.1em;
	font-size: 1.2em;
	margin-top:1em;
	padding-left:1em;
	}
h4	{
	text-indent: 0em;
	line-height: 1.2em;
	font-size: 1em;
	margin-top:0.7em;	
	padding-left:1.5em;
	}
	

	
a:link, a:active, a:visited  {
	color: #600 ;
    text-decoration : none 
	}

a:hover {
	text-decoration : underline
	}
	
.author {
	text-align:right;
	font-weight:bold;	
	}
.reflist, .reflist li {
	list-style:none;
	}
blockquote {
	margin-left: 3em;
	margin-right: 3em;
	margin-bottom: 1em;
	margin-top:0.5em;
	padding:1em;
	background:#eee;
	border: 1px solid #999;
	
	}
.reflist {margin-bottom:1em;}	
	
.bokmerke {
	font-size : 12pt;
	text-indent : 24pt ;
	}
.subtitle {
	font-weight: bold;
	text-align: center;
	text-indent: 0em;
	font-size : 1.2em;
	margin-top:0em;
	margin-bottom:1em;
	line-height:1.4em;
	}

/* styles for index pages */
	
#content.index h1 {
	margin:0;
	padding:0;
	line-height:2em;
	margin-top:1em;
	margin-bottom:1em;
	}
#content.index h2 {	
	border-bottom:1px solid #999;
	}
#content.index p {
	margin-bottom:1em;
	padding:0;
	}

#content.index dl p {
	margin:0;
	padding:0;
	}
#content.index dd {
	margin-left:1em;
	margin-bottom:1em;
	}
	
	

/* styles for front page */
	
#content.front ul {	
    font-size:0.8em;
	padding-left:17em;
	}

#content.front h1 {
	margin:0;
	padding:0;
	font-size:1.5em;
	line-height:2em;
	margin-top:2em;
	margin-bottom:1em;
	text-align: left;
	}
#content.front h2 {
	float:left;
	margin:0;
	padding:0;
	font-size:0.8em;
	width:14em;
	padding-right:1em;
	font-weight:bold;
	text-align:right;
	}
#content.front p {
	margin-bottom:1em;
	padding:0;
	}
	
#content.front p {
	margin:0;
	padding:0;
	padding-left:15em;
	padding-bottom:2em;
	font-size:0.8em;
	line-height:1.4em;
	}
	
#content.front dl ul {
	font-size:0.8em;
	line-height:1.4em;
	}
#content.front dd {
	margin-left:1em;
	margin-bottom:1em;
	}	

.dato {
	text-align:right;
	}	
	
	
.date { 
	padding-right:0.9em;
	background: url("../img/bullet.png") no-repeat right center;
	}
	
.back {
	text-align : center;
	}
.source {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	}

.overs {
	font-weight : bold;
	}
	  
/* tabellstiler */
table {
	margin-left:25px;
	font-size:0.8em;
	}
th {
	text-align:left;
	padding:5px;
	white-space:nowrap;
	}
	
tr.gray {
	background:#eee;
	}
td {
	vertical-align:top;
	margin:0;
	padding:5px;
	}	  
td {
	line-height:1.4em;
	}
td strong {
	color:#555
	} 