body {
	font-family: 'Georgia', 'Times', 'Times New Roman', 'Helvetica', sans-serif;
	font-size: 86%;
	color: #666;
	background: #DFDDCC url('../gfx/back.png') repeat-y center top;
	margin-bottom: 0;
	position: relative;
}

* {
	margin: 0;
	padding: 0;
}

a:link {
	color: #666600;
	text-decoration: none;
	font-style: normal;
}

a:visited {
	color: #666600;
	text-decoration: none;
}

a:hover, a:active { font-style: italic; }
li.selected a { font-style: italic; }

img {
	border: 0;
	max-width: 540px;
}

/* bildetekster som skal fjernes */
p#T72626, p#T72631, p#T72645, p#T72652, p#T72740 { display: none; }

#mainframe {
	margin: 0 auto;
	width: 960px;
	/*	background: url('../gfx/michael.png') no-repeat 767px bottom;*/
}

#mainframednms {
	margin: 0 auto;
	width: 960px;
	background: none;
}

#header {
	position: relative;
	background: #fff url('../gfx/top.png') no-repeat 0 top;
	padding-top: 122px;
}

#headerdnms {
	position: relative;
	background: #fff url('../gfx/top_dnms.png') no-repeat 0 top;
	padding-top: 122px;
}

#header a.homer, #headerdnms a.homer {
	padding: 60px;
	width: 500px;
	position: absolute;
	top: 10px;
}

#header h1,#headerdnms h1 {
	font-size: 42px;
	color: #fff;
	font-weight: normal;
	padding: 24px 0 0 10px;
	line-height: 100%;
}

#header h2, #headerdnms h2 {
	font-size: 32px;
	color: #FFF;
	font-weight: normal;
	padding: 0 0 0 10px;
	margin-bottom: 4px;
}

#header p, #headerdnms p {
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	padding: 0 0 0 10px;
	margin-bottom: 14px;
}

#header ul, #headerdnms ul { list-style: none; }
#header li, #headerdnms li { float: left; }
#header li:hover,#headerdnms li:hover,

#header li.selected, #headerdnms li.selected { background: url('../gfx/butt_hover.png') repeat-x 0 top; }

#header li a,  #headerdnms li a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	border-right: 1px solid #fff;
}

/* dt dd */
dl dt { float: left; }

dl dd {
	padding: 0 0 .5em 1.9em;
	display: block;
}

/* forside */
#header .dnms, #headerdnms .dnms {
	position: absolute;
	right: 5px;
	top: 0;
	width: 225px;
	padding: 41px 0 30px 0px;
}

#header .dnms a, #headerdnms .dnms a {
	font-size: 1.3em;
	color: #660000;
	display: block;
	margin-bottom: 5px;
}

/*search result/fotnote*/
.lenkeliste a {
	padding: 1px 5px;
	margin: 5px;
	background-color: #eee;
}

a.fotnote:hover, .lenkeliste a:hover,.fotnote sup a:hover { background-color: #ccc; }

a.fotnote, .fotnote sup a {
	border: 1px solid #D8D5C3;
	padding: 0 5px;
	background-color: #eee;
	margin-left: 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

/*.big*/
#tree {
	width: 203px;
	float: left;
}

#tree ul { list-style: none; }

#tree li {
	border-bottom: 1px solid #D8D5C3;
	padding: .5em .5em .5em 0;
}

#tree li a {
	display: block;
	font-size: 14px;
	text-decoration: none;
}

#tree ul.dnms li a {
	color: #660000;
	font-size: 16px;
}

#tree li a, #tree h1 { padding-left: 8px; }

#tree li li a {
	font-size: 13px;
	background-image: none;
	margin-left: 10px;
}

#tree li li li a {
	font-size: 12px;
	background-image: none;
	margin-left: 25px;
}

#tree li.selected {
	background-color: #DFDDCC;
	font-style: italic;
}

#tree li:hover, #tree li a.selected { background-color: #eee; }

/* rightcol */
#choose {
	position: absolute;
	right: 5px;
	padding: 5px 10px;
}

#addons {
	width: 192px;
	float: right;
}

#addons > div {
	border-bottom: 1px solid #DFDDCC;
	padding: 8px 0 8px 12px;
}

#addons .shadow {
	background-image: url(../gfx/shadow_publ.gif);
	background-repeat: no-repeat;
	background-position: 11px 7px;
}

#addons .butt {
	background: url('../gfx/serach_butt.gif') no-repeat 0 top;
	font-family: 'Georgia', 'Times', 'Times New Roman', 'Helvetica', sans-serif;
}

#addons	a.butt { margin-bottom: 5px; }
#addons	a.butt.last { margin-bottom: 0; }

#addons	.quicksearch input.butt, #addons a.butt {
	text-align: center;
	border: 0;
	color: #fff;
	display: block;
	text-decoration: none;
	width: 167px;
}

#addons	.butt:hover { background: #DFDDCC url('../gfx/serach_butt_hover.gif') no-repeat center top; }
#addons h1, #tree h1, #content h1.search { border-bottom: 1px #DFDDCC dashed; }

#choose .chooser select, #addons	.quicksearch input {
	width: 163px;
	border: 1px solid #ccc;
}

#addons	.quicksearch input[type="text"] {
	margin-bottom: 12px;
	padding-left: 3px;
}

#content {
	width: 540px;
	margin: 15px 0 100px 10px;
	float: left;
	line-height: 150%;
}

#content ul,

	  #content ol {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

#content .forfatter {
	color: #666;
	border-bottom: 1px solid #D8D5C3;
	margin-bottom: .5em;
}

/* kolofon */
#pos {
	width: 100%;
	position: fixed;
	bottom: 0;
}

#kolofon {
	border-top: 1px solid #D8D5C3;
	width: 919px;
	margin: -1px auto;
	background-color: #fff;
	padding:13px 20px;
}
#kolofon h3 {font-size:14px; display:inline; font-weight:bold;}
#kolofon p {font-size:14px; display:inline; }
/* forfatter info */
/*.navn{margin-top:.5em;}*/
#del {
	float: right;
	position: relative;
}

#del a { border-left: 1px solid #DFDDCC; }

#del .pdf {
	background: url('../gfx/icon_pdf.png') no-repeat center top;
	padding: 0 11px;
}

#del .print {
	background: url('../gfx/icon_print.png') no-repeat center top;
	padding: 0 12px;
}

#del .tips {
	background: url('../gfx/icon_tips.png') no-repeat right top;
	padding: 0 11px;
}

/* rammer/tabeler */
figgrp img { max-width: 540px; }
figgrp p strong { font-weight: normal; }

table {
	/*border:1px solid #333;*/
	width: 100%;
	border-collapse: collapse;
}

#content table p {
	margin: 0;
	font-weight: normal;
}

table th, table td {
	border: 1px solid #333;
	vertical-align: top;
	padding: 3px 0 0 3px;
}

.ramme.Avar {
	padding: 3px 7px;
	border: 1px solid #333;

}

/* table noborder */
.Dvar table th, .Dvar table td, .Dvar table .startKol { border: 0; }

table td {
	border-top: 0;
	border-left: 0;
}

table th {
	border-bottom: 0;
	border-left: 0;
}

/*.sluttKol{border-right:0;}*/
.startKol { border-left: 1px solid #333; }

/*.td2, .td4, .td6, .td8{background-color:#D7D7D7;}*/
.Avar th,

.Avar td {
	line-height: 110%;
	padding: 3px;
}

.Avar table th {
	border-bottom: 1px solid #333;
	background-color: #D8D5C3;
}

#del #tipsmail {
	position: absolute;
	top: 25px;
	right: 10px;
	width: 145px;
}

#del fieldset {
	border: 0;
	width: 140;
}

#del #tipsmail input,

#del #tipsmail textarea {
	border: 1px solid #ccc;
	width: 150px;
	padding: 2px;
	margin: 2px;
}

#del form#tipsForm input[type="button"] { width: 156px; }

/* the action */
#tipsmail { display: none; }
.kapittel, .fotnoter, .person { margin-bottom: 1.5em; }

/* fonts */
h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 2em;
}

table caption {
	font-style: italic;
	text-align: left;
	font-family: 'Georgia', 'Times', 'Times New Roman', 'Helvetica', sans-serif;
	font-size: 1.147em;
}

.litteraturliste h6 { font-size: 18px; }

table caption {
	font-style: italic;
	text-align: left;
}

#content .figgrp {
	font-style: italic;
	margin-bottom: 2em;
}

h1 strong,h2 strong, h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin-bottom: .3em;
	line-height: 110%;
}

h2 strong, .kapittel h2,h3,h4,h5,h6 { margin-top: .8em; }
.fotnote, .publication, .element { font-style: italic; }

/* to use h1 for google */
#addons h1, #tree h1 {
	font-size: 17px;
	font-weight: normal;
	padding: 5px 10px;
}

#addons h1 span { font-size: 80%; }
#tree h1 { margin: 7px 0 0 0; }

#content h1.search {
	font-size: 17px;
	padding-bottom: 3px;
}

/* form fonts */
#addons	.quicksearch input.butt {
	font-size: 17px;
	font-weight: normal;
	padding: 5px 0;
}

#addons	a.butt {
	font-size: 13px;
	font-weight: normal;
	padding: 8px 0;
}

#choose .chooser select, #addons	.quicksearch input {
	font-size: 13px;
	color: #666;
}

#content .petit {
	font-size: 90%;
	margin-left: 1em;
}

.dikt, .sitat { margin-bottom: 1em; }

#content .sitat p,

#content .dikt p {
	margin-bottom: .2em;
	margin-left: 1em;
}

#content .navn p {
	display: inline;
	margin-bottom: 0;
}

#content .forfatter p, #content .adresse p { margin: 0; }
#content p { margin-bottom: .5em; }
#content p.ingress { margin-bottom: 1.5em; }
#content p.ABlanklinje { margin-top: 1.5em; }
.subsek2 h2 { clear: both; }

img.bildevariantD {
	width: 80px;
	height: 111px;
	float: left;
	outline: 1px #ccc dotted;
	margin: 0 10px 10px 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

