@charset "utf-8";
.headertekst {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 0px;
}
.tekst {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	empty-cells:show;
}
h1 {
	text-transform: capitalize;
	color: #ba9e5b;
	font: small-caps normal 20px Georgia, "Times New Roman", Times, serif;
	border-top: 0px none #CCCCCC;
	border-right: 0px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px none #CCCCCC;
	white-space: nowrap;
	display: block;
}

h2 {
	text-transform: capitalize;
	color: #ba9e5b;
	font: small-caps normal 16px Georgia, "Times New Roman", Times, serif;
	border-top: 0px none #CCCCCC;
	border-right: 0px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px none #CCCCCC;
	white-space: nowrap;
	display: block;
}
body {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
a:link {
	color: #ba9e5b;
	text-decoration: none;
}
a:visited {
	color: #ba9e5b;
	text-decoration: none;
}
.pris {
	color: #ba9e5b;
	float:right;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 0px;
	text-align: right;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #ba9e5b;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #ba9e5b;
}
li {
	border-bottom: 1px dotted #CCCCCC;
	padding: 2px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menulinks {
	font: 10px Arial, Helvetica, sans-serif;
}

