@charset "utf-8";
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #c0853e;
	background-color: #eee;
}
body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: auto;
	min-height: 100%;
	border-width: 0 1px;
	border-style: solid;
	border-color: #c0853e;
	border-color: #ccc;
	padding: 0;
	background-color: #fff;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
}
body > div {
	clear: both;
	margin: 0;
	border-width: 0;
	border-style: none;
}
body > div#meny, body > div#undermeny {
	margin: 0 auto;
	width: 738px;
	height: 24px;
	padding: 4px 0 2px 0;
	text-align: center;
/*	vertical-align: 30px;
*/	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-bottom-color: #c0853e;
}
body > div#innhold, body > div#feilmld {
	padding: 30px 20px 40px 18px;
	height: auto;
	min-height: 80%; /* for bakoverkompatibilitet med eldre netlesere */
	min-height: calc(100% - 70px - 31px - 51px - 20px); /* padding - meny:height+border - fot:height+border + tillegg pga. manglende presisjon i resultatet*/
}
body > div#feilmld {
	border: 1px solid red;
}
body > div#fot {
	margin: 0 auto;
	width: 738px;
	height: 60px;
	border-top: 1px solid #ccc;
	border-top: 1px solid #c0853e;
	padding-top: 1px;
	padding-bottom: 8px;
	font-size: 10px;
	line-height: 22px;
	letter-spacing: 0.1em;
	text-align: center;
	white-space: nowrap;
}

h1 {
	font-size: 20px;
	line-height: 24px;
}
h2 {
	font-size: 16px;
	line-height: 20px;
}
h3 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
}
h3 + p {
	margin-top: 0;
}
#aktuelt {
	float: right;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
	width: 180px;
}
#aktuelt h2 {
	margin-top: 0;
	width: 100%;
	background-color: #ccc;
	/* Trøbbel: padding: 0 3px 0 5px;*/
}
#aktuelt h3 {
	padding: 0 3px 0 5px;
}
#aktuelt p {
	padding: 0 3px 0 5px;
}

sup {
	font-size: 75%;
	vertical-align: 25%;
}
.point:before {
 /* black left/right: a/b, white left/up/right/down: c-f */
  content: "\261e\00a0";
}

a {
	color: #8b4e1f;
	color: #194670;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* https://en.wikipedia.org/wiki/Miscellaneous_Symbols */
a[class^="flyplass"]:before {
	content: "\2708";
}
a[href^="tel:"]:before {
	content: "\260e\00a0";
}
a[href^="tel:+474"]:before, a[href^="tel:+479"]:before {
	content: "\260f\00a0";
}
a[href^="mailto:"]:before {
	content: "\2709\00a0";
/* font-size: 26px;
*/}

@media print{
       #innhold a[href]:after{
		content:" (" attr(href) ") ";
		font-size:0.5em;
		font-weight:normal;
	}
}
table {
	width: 100%;
	margin-bottom: 20px;
}
table caption {
	text-align: left;
	font-size: 20px;
	line-height: 24px;
}
table tr:hover {
	background-color: #eee;
}
table th {
	text-align: left;
}
table td {
	padding: 0 3px 0 2px;
}
table tr th:first-child {
	width: 210px;
}
table tr th:first-child + th {
	width: 180px;
}
label {
	display: inline-block;
	width: 170px;
}
input#snodybde, input#husnummer {
	width: 2em;
}
