body
{
	font-family: verdana;
}
.main
{
	background-color: #dadada;
}
.clearer
{
	clear: both;
}
.header
{
	text-align: right;
	background-color: #898;
}
.footer
{
	background-color: #898;
}
.content
{
	background-color: #dadada;
}
.content h1
{
	border-bottom: dashed 1px gray;
}
.content p
{
	line-height: 20px;
}
.content .spot
{
	padding: 10px 10px 0px 10px;
	background-color: #efe;
}
.content .spot h1
{
	color: #889;
	border-bottom: none;
}
.spot-hide {
	color: #efe;
}
.content .spot img
{
	margin: 0px 10px 0px 0px;
	border-top: solid 2px white;
	border-left: solid 2px white;
	border-right: solid 2px gray;
	border-bottom: solid 2px gray;
	float: left;
}
.left
{
	float: left;
	width: 220px;
	padding: 0px 10px 10px 10px;
}
.right
{
	border-left: solid 1px gray;
	float: left;
	width: 700px;
	padding: 0px 10px 10px 10px;
	hyphens: auto;
	-webkit-hyphens: auto;
}
.navigation
{
	margin: 0;
	padding: 0;
}
.navigation li
{
	background-color: #fff;
}
.navigation li:hover
{
	background-color: #ccc;
}
a
{
	text-decoration: none;
	color: #774;
}
a:hover
{
	text-decoration: underline;
}

label {
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	width: 14em;
}
input {
	color: black;
	background: #efe;
	border: 1px solid #898;
}
textarea
{
	width: 18em;
	color: black;
	background: #efe;
	border: 1px solid #898;
}
.typisk input {
	width: 18em;
}
.smalinput input {
	width: 5em;
}
.submit input {
	margin-left: 13em;
	background: #ded;
}

h2
{
	font-size: large;
}
.fu div
{
	border-bottom: 1px dashed #bbb;
}
.fu div:last-child
{
	border-bottom: none;
}
.fu img
{
	float: left;
	padding-right: 5px;
}
p.quote
{
	font-style: italic;
	margin-bottom: 1pt;
}
p.quotesrc
{
	text-align: right;
	margin-top: 1pt;
}
.mimg
{
	border: 0px;
}
.rimg
{
	margin-left: 10px;
	float: right;
}
.limg
{
	margin-right: 10px;
	float: left;
}
