@media (min-width: 320px) {
	body {
		width: 98%;
	}
	#topp {
		margin-bottom: 10px;
		width: 98%;
		height: 90px;
	}
	#logo {
		float: left;
		width: 130px; /* var 290px; */
/*		background-position: 35px 0px;
*/	}
	#topp h1 {
		display: block;
		float: left;
		margin-top: 14px;
		width: calc(98% - 130px);
		font-size: 20px;
		line-height: 24px;
		font-weight: normal;
	}
	#topplinje {
		width: 98%;
	}
	#fot {
		width: 98%;
	}
	fieldset {
		width: calc(98% - 20px);
	}
	fieldset > label {
		margin: 3px 0 0 0;
		width: calc(100% - 20px);
		padding-left: 10px;
		border-radius: 8px 8px 0 0;
	}
	fieldset > input[type="text"] {
		margin: 0;
		width: calc(100% - 14px);
		padding-left: 10px;
		border-radius: 0 0 8px 8px;
		border-width: 0 1px 1px 1px;
		border-style: solid;
		border-color: #ddd;
	}
	fieldset > div#faktura {
		width: calc(100% - 17px);
		padding: 4px 3px 0 10px;
		border-radius: 0 0 8px 8px;
		border-width: 0 1px 1px 1px;
		border-style: solid;
		border-color: #ddd;
	}
	input#bestill {
		width: 98%;
	}
}
@media (min-width: 728px) {
/* Matching standard banner sizes for web use:
see https://www.iab.com/ Interactive Advertising Bureau (IAB),
the organization that supports the online advertising industry
by developing technical standards and best practices.
Source: https://www.creatopy.com/blog/banner-standard-sizes/ */
	body {
		width: 728px;
	}
	#topp {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		width: 728px;/* var 770px; */
		height: 90px;
	}
	#logo {
		float: left;
		width: 180px; /* var 290px; */
		background-position: 35px 0px;
	}
	#topp h1 {
		display: block;
		float: left;
		margin-top: 14px;
		width: 460px; /* var 430px; */
		font-size: 30px;
		line-height: 34px;
		font-weight: normal;
	}
	#topplinje {
		width: 728px;/* var 770px; */
	}
	#fot {
		width: 728px;/* var 770px; */
	}
	#fot > div.copy, #fot > div.adresse, #fot > div.tlf, #fot > div.org {
		display: inline;
	}
	#fot > div.copy::after, #fot > div.adresse::after, #fot > div.tlf::after {
		content: " | ";	
	}
	fieldset {
		width: 708px;
	}
	fieldset > label {
		margin: 1px 0 1px 0;
		width: 195px;
		border-radius: 8px 0 0 8px;
	}
	fieldset > input[type="text"] {
		margin: 0;
		width: 438px;
		padding-left: 4px;
		border-radius: 0 8px 8px 0;
		border-width: 1px;
		border-style: solid;
		border-color: #ddd;
	}
	fieldset > div#faktura {
		border-style: none;
		padding: 0;
		float: right;
		width: 483px;
	}
	input#bestill {
		margin: 0 0 0 10px;
		width: 195px;
	}
}
body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #fff;
}
#topp {
	color: #000;
	background-image: url('https://ui.veft.no/logo/logo.svg?x=1600');
	background-size: auto 71px;
	background-repeat: no-repeat;
	background-color: transparent;
}
#logo {
	display: block;
	width: 190px;
	height: 71px;
}
#topp h1 {
	display: none;
}
#topp div {
	float: left;
	margin-top: 18px;
	width: calc(538px/4);
	text-align: center;
}
#topp p p p div:hover::before {
	content: '— ';
	color: #dd0225;
}
#topp p p p div:hover {
	border-bottom: 1px solid #999;
}
#topp p p p div + div {
	border-left: 1px solid #eee;
}
#sti {
	color: #999;
	background-color: transparent;
}
#topplinje {
	clear: both;
	margin-top: 1px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	height: 3px;
	border: 0px solid #ff0;
	border-radius: 3px;
	color: #fff;
	background-color: #dd0225;
}
#fot {
	clear: both;
	margin-top: 1px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #dd0225;
	font-size: 10px;
	line-height: 22px;
	letter-spacing: 0.1em;
	text-align: center;
	white-space: nowrap;
}
h1 {
	font-size: 20px;
	line-height: 24px;
}

table,th,td {
 margin: 0;
 border-width: 0;
 border-style: none;
 border-collapse: collapse;
 border-spacing: 0;/* gjelder kun med border-collapse: separate */
 padding: 0;
 vertical-align: top;
}
#priser th, #priser td {
	border:	1px solid #ccc;
	padding: 4px 10px 6px 8px;
}
table.sporingshendelser {
	width: 100%;
}
table.sporingshendelser tr.historisk td, table.sporingshendelser tr td {
	padding-left: 6px;
	padding-right: 4px;
	color: #999;
}
table.sporingshendelser tr td:first-child {
	width: 130px;
}
table.sporingshendelser tr td + td {
	width: 140px;
}
table.sporingshendelser tr td:last-child {
	width: auto;
}
table.sporingshendelser tr.aktuell td, table.sporingshendelser tr:last-child td {
	color: #000;
}
table.sporingshendelser tr td strong::before {
	content: "Merknad: ";
}
table.sporingshendelser tr td strong {
	font-size: 12px;
	font-weight: bold;
}
img {
	border-width: 0;
}

#prissammenligning {
	margin: 0;
	border:	1px solid #ddd;
	border-radius: 10px;
	padding: 8px 12px 10px 10px;
	background-color: #eee;
	color: #000;
}
.clr_main, sup, sup a {
	color: #dd0225;
}
.clr_sub {
	color: #016151;
}
legend {
	margin: 10px 0px;
	width: 195px;
	border: 0px solid #ddd;
	border-radius: 10px;
	padding: 6px 10px 8px 10px;
	background-color: #ddd;
	color: #000;
	font-weight: bold;
}
label {
	margin: 1px 0 1px 0;
	display: inline-block;
	width: 195px;
	padding: 2px 10px 4px 10px;
	background-color: #eee;
}
fieldset > label {
	display: inline-block;
	padding: 2px 10px 4px 10px;
	background-color: #eee;
}
input {
	border: solid 1px #eee;
	padding-left: 4px;
}
fieldset {
	border: 1px solid #ccc;
	border-radius: 10px;
}
fieldset > div#faktura > input {
	width: 20px;
	vertical-align: baseline;
}
fieldset > div#faktura > label {
	width: 200px;
	background-color: transparent;
}
input[type="radio"] {
	display: inline-block;
	margin: 2px 0 0 0;
/*	width: 14px;
	height: 14px;
*/	vertical-align: top;
	color: #ccc;
	background-color: #e6e6e6;
	border: 1px solid #f0f0f0;
}
input[type="checkbox"] {
	margin: 2px 0 0 0;
/*	width: 14px;
	height: 14px;
	-moz-appearance: none;
	scale(2);
*/	vertical-align: bottom;
	vertical-align: top;
}
input#bestill {
	border-radius: 10px;
	border: 1px solid #dd0225;
	padding: 6px 10px 8px 10px;
	background-color: #fff;
	background-color: #ddd;
	color: #dd0225;
	color: #016151;
	color: #333;
	font-weight: bold;
}
a {
	color: #194670;
	color: #01362D;
	color: #018A73;
	color: #016151;
/*
*/	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}
