@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #dae5ec;
}
body h1 {
	color: #0054a4;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0.8em;
}
body h2 {
	color: #0054a4;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0.8em;
	font-weight:600;
}
body h3 {
	color: #0054a4;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-weight:600;
}
body h4 {
	color: #0054a4;
	line-height: 1.3em;
	font-weight:400;
	font-family: Arial, Helvetica, sans-serif;
}
body h5 {
	color: #0054a4;
	line-height: 1.2em;
	font-weight:400;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* using this less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 660px;	/*Ved å sette en bredde på elementet, og sette margin-right og margin-left til auto, blir innholdet sentrert på siden*/
	padding: 0;
}
.oneColFixCtrHdr #header {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding: 0;	/*height: 360px;*/
}
.tall {
	font-size: 10pt;
	color: #FFFFFF;
}

.oneColFixCtrHdr #footer {
	padding: 0px;
	background-color: #0054a4;
	top: auto;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10pt;
	bottom: auto;
}

/*Her begynner horisontal meny*/
#navcontainer ul {
	padding: .2em 0;
	margin: 0;
	list-style-type: none; /*Tar vekk listemarkører, som bullets osv*/
	background-color: #0154a4; /*Bakgrunnsfarge på menyen: det som er utenfor selve knappen*/
	color: #FFF; /*Skriftfarge*/
	width: 100%;
	text-align: center;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

li {
	display: inline;
}

li a {
	text-decoration: none; /*Bakgrunnsfarge på knappen*/
	color: #FFFFFF; /*Skriftfarge på knappen*/
	padding: .2em 1em; /*luft rundt teksta i knappen*/
	border-right: 1px solid #fff; /*Den hvite streken mellom knappene*/
	background-color: 0054a4;
}

li a:hover /*bakgrunn og skriftfarge når musepekeren er over knappen*/
{
	color: #A5D5EC;
	text-decoration: underline;
}
.bilde_høyrestilt {
	float: right;
	height: 399px;
	width: 400px;
	padding: 0px;
	margin-top: -12px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.bilde_høyrestilt_ref {
	width: 640px;
	height: 399px;
	margin-right:0px;
	margin-top: -12px;
	margin-bottom: 5px;
	margin-left: 30px;
	padding: 0;
	float: right;
}
#inside {
	padding: 5px;
}
#inside_2 {
	padding-right: 480px;
	padding-left: 20px;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #0054a4;
}
a:link {
	color: #FFFFFF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.epost {
	color: #0054a4;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
i a:active {
    color: #A5D5EC;
    text-decoration: underline;
}

