﻿body, td
{
	font-size: 9pt;
	font-family: Arial;
	font-style: normal;
}

.SynligInnholdRamme
{
	height: 100%;
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	/*visibility: visible;*/
}

.SkjultInnholdRamme
{
	height: 0px;
	width: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	/*visibility: hidden; IKKE sett til false, da blir trestrukturene fucka opp ser det ut til*/
}

.TableHeleSiden
{
	width: 100%;
	height: 100%;
}


/* style for logo overskrifter */
.LogoStyle
{
	font-size: 14pt;
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-weight: bold;
	color:#00539b;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

/* Style for små skrift */
.SmaaSkrift
{
	font-size: 7pt;
}

h1
{
	font-size: 18px;
	margin-top: 2px;
	margin-bottom: 4px;
}
h2
{
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 4px;
}
h3
{
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 4px;
}
h4
{
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 4px;
}

p
{
	margin-bottom: 0px;
	margin-top: 0px;
}

