body {
	background: #695536 url(background.jpg) no-repeat;
	margin: 0;
	font: 13pt/1.4em Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	background: #8c7859;
	width: 612px; /* 660px minus 24px padding på både höger och vänster sida */
	margin-left: 330px;
	border-right: 12px solid black;
	padding: 24px;
}

#wrapper img.logo {
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
}

a { color: #334d66; }
a:hover { color: #333; }

a.hugelink {
	background-color: #334d66;
	color: black;
	text-decoration: none;
	padding: 6px;
}

a.hugelink:hover {
	background-color: #333;
}

h1 {
	font-size: 22pt;
	margin: 0;
}

h2 {
	font-size: 16pt;
	margin: 9.1pt 0;
}

p {
	margin: 0 0 9.1pt 0;
}

h1+p {
	margin-top: 9.1pt;
}

.warning {
	background-color: #695536;
	color: #bf9600;
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 1em;
}

.warning a {
	color: #bf9600;
	text-decoration: underline;
}

.warning a:hover {
	color: black;
}

blockquote {
	margin: 12px 2em;
	font-size: 0.8em;
	line-height: 1.3em;
	font-style: italic;
}

ul {
	margin: 9.1pt 2em;
	padding: 0;
}

.footnote {
	font-size: 0.8em;
}

.lifespan {
	font-size: 0.8em;
	margin: 9.1pt 0;
}

.last {
	margin-bottom: 0;
}

.detail-navigation {
	margin: 0 0 24px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #695536;
}

.detail-navigation a {
	color: black;
	text-decoration: none;
}

.detail-navigation a:hover {
	text-decoration: underline;
}

#index a {
	margin-right: 0.5em;
}

