html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #ddcda0 url(/kittelsen/images/bg.gif) top repeat-x;
	font-size: 62.5%;
	text-align:center;
}

/* TEKSTSTILER */

p {
	font-family: Georgia, serif;
	font-size: 1.25em;
	line-height: 1.4em;
	margin: 0 0 1em 0;
	color: #483f3b;
}
p strong {
	font-weight: bold;
}
p.centre {
	text-align: center;
}
.clear {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	color: #483f3b;
	margin: 0;
	padding: 0;
}
a, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #000;
	color: #000;
}
a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
img {
	border-style: none;
}
hr {
	clear: both;
	color: #cdbe94;
	background-color: #cdbe94;
	width: 100%;
	height: 1px;
	border: 0;
}

/* RAMME */

div#container { 
	text-align: left; 
	margin: 0 auto; 
	padding: 0; 
	width: 802px; 
}

html>body .container {
	width: 802px;
}

/* HODE */

div#header {
	background: url(/kittelsen/images/title.gif) 0 14px no-repeat;
	height: 56px;
}

/* NAVIGASJONSLINJE */

div#nav {
	margin-top: 2px;
	height: 24px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav a  {
	padding: 0 16px;
	float: left;
	font: 1.6em/1.6em Georgia, serif;
	color: #483f3b;
	display: block;
	border: 0;
	/* border-right: 1px solid #483f3b; */
}
#nav a.left {
	padding-left: 3px;
}
#nav a.right {
	border-right: 0;
	padding-right: 0;
}
#nav a:hover {
	color: #960602;
}
#nav #current a {
	color: #483f3b;
}

/* FORSIDE */

#fronttop {
	background-color: #efdead;
	margin-top: 20px;
	padding: 10px;
	height: 397px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 377px;
}
#fronttop img {
	top: 0;
	float: left;
}
#fronttop img.date { 
	float: right;
	margin-right: 5px;
	margin-top: 110px;
}
#frontbottom {
	background-color: #efdead;
	margin-top: 10px;
	padding: 10px;
}
#frontbottom p {
	font-size: 1.6em;
	line-height: 22px;
	text-align: justify;
}
span.dropcap {
	float: left;
	font-size: 53px;
	line-height: 42px;
	padding-top: 0px;
	margin-right: 3px;
	color: #84746d;
}
span.caps {
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

/* THUMBNAIL-SIDE */

div#full {
	background-color: #efdead;
	margin-top: 20px;
	padding: 10px;
}
div#thumbs {
	float: left;
	width: 400px;
}
div#introtxt {
	float: right;
	width: 362px;
}
#introtxt h1 {
	font-size: 2.2em;
	margin-bottom: 5px;
	font-style: italic;
	font-weight: normal;
}

	/* liste */

#thumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#thumbs li {
	display: inline;
}

#thumbs a {
	border: 0;
	text-decoration: none;
}

	/* hover */

div.over {
	float: left;
	position: relative;
	border: 1px solid #ddcda0;
	background-color: #efdead;
	width: 400px;
	height: 112px;
	margin-right: 12px;
	margin-bottom: 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 398px;
	height: 110px;
}
div.over a {
	position: relative;
	display: block;
	float: left;
	width: 398px;
	height: 110px;
}
div.over2 {
	float: left;
	position: relative;
	border: 1px solid #ddcda0;
	background-color: #efdead;
	width: 400px;
	height: 86px;
	margin-right: 12px;
	margin-bottom: 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 398px;
	height: 84px;
}
div.over2 a {
	position: relative;
	display: block;
	float: left;
	width: 398px;
	height: 84px;
}
div.over a img, div.over2 a img {
	position: absolute;
	right: 299px;
	top: 10px;
}
div.over a .txt, div.over2 a .txt {
	position: absolute;
	top: 20px;
	left: 114px;
	font: 1.4em/1.2em Georgia, serif;
	font-style: italic;
	padding-right: 10px;
}
div.over a:hover, div.over2 a:hover {
	background-color: #ddcda0;
}

/* BESKRIVELSES-SIDE */

div#left {
	float: left;
	width: 400px;
	margin-bottom: 20px;
}
div#left p {
	clear: both;
	font-size: 1.25em;
	margin-bottom: 0;
}
div#left p.small {
	font-size: 1.05em;
	margin-top: 10px;
}
img.mainpic {
	border: 1px solid #ddcda0;
	float: left;
	margin-bottom: 20px;
}
div#textblock {
	float: right;
	width: 362px;
	margin-bottom: 20px;
}
#textblock h1 {
	font-size: 2.4em;
	margin-bottom: 0.6em;
	font-style: italic;
	font-weight: normal;
}

/* BIOGRAFI */

#biotop {
	background-color: #efdead;
	margin-top: 20px;
	padding: 10px;
}
#biotop h1 {
	font-size: 2.4em;
	margin-bottom: 0.3em;
	font-style: italic;
	font-weight: normal;
}
#biotop h2 {
	font-size: 1.8em;
	margin-bottom: 1.2em;
	font-weight: normal;
}
span.year {
	font-weight: bold;
	margin-right: 1em;
}
