* {
	padding: 0;
	margin: 0;
}
p {
	padding: 1em 0;
	line-height: 1.5em;
}
html, body {
	background: #FFFFFF;
	height: 100%;
	font-family: Verdana, Arial, sans-serif, Century, 'Times New Roman', Helvetica;
	color: #000000;
	font-size: 12pt;
	text-align: center;
}
#container {
	width: 90%;
	margin: 0 auto;
	position: relative;
	background: #BFBFBF;
	min-height: 100px;
	height: 100%;
}
#dheaderl {
	position: absolute;
	top: 0px;
	left: 0;
	width: 18%;
	background: #FFFFFF;
	color: #0A78BE;
	height: 115px;
	border-left: 2px solid #000000;
}
#dheaderr {
	position: absolute;
	top: 0px;
	left: 18%;
	width: 82%;
	background: #FFFFFF;
	height: 115px;
	border-right: 2px solid #000000;
}
#links {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 16%;
	background: #BFBFBF;
	border-left: 2px solid #000000;
	padding-left: 10px;
}
#tekst {
	position: absolute;
	top: 115px;
	background: #BFBFBF;
	padding: 2% 3% 3% 18%;
	width: 79%;
	border-right: 2px solid #000000;
}
h1 {
	font-size: 30pt;
	border: 0;
	margin: 10px 0px 5px 0px;
}
h2 {
	font-size: 20pt;
	border: 0;
	margin: 20px 0px 1px 0px;
}
h3 {
	font-size: 12pt;
	border: 0;
	margin: 10px 0px 10px 0px;
}
h4 {
	font-size: 11pt;
	border: 0;
	margin: 5px 0px 10px 0px;
}
h5 {
	font-size: 9pt;
	border: 0;
	margin: 2px 0px 15px 0px;
}
h6 {
	font-size: 15pt;
	border: 0;
	margin: 15px 0px 5px 0px;
}
img {
  max-width: 100%
}
A:link {
	font-weight: bold;
	color: #000080;
	text-decoration: underline;
}
A:visited {
	font-weight: normal;
	color: #800000;
	text-decoration: none;
}
A:hover {
	background: #FFFF00;
}
