﻿a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:active {
	color: #FF0000;
}
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: white;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 120%;
}
p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
	line-height: 130%;
}
ul {
	list-style-type: disc;
	list-style-image: url('images/diamant3.gif');
}
.bigfont, .bigtype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
/* Sidens emnefelt */
.pagesubject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
}
/* Adresselinierne øverst på siderne */
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
/* Tabeller med specifikationer */
table.specs, td.specs {
	padding: 3px;
	border: 2px solid #000000;
	font-size: 0.9em;
	background-color: #FFFFCC;
	border-collapse: collapse;
}
/* 1st row in table with specs */
td.head {
	font-weight: bold;
}
.head2 {
	color: red;
	font-weight: bold;
}
/* 1st row in table with specs */
td.head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: white;
	background-color: black;
	font-weight: bold;
	padding: 3px;
	border: 2px solid black;
}
/* Special marked text */
.notice {
	font-weight: bold;
	text-decoration: underline;
}
