@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	color: #444444;
	background-color: #dee3e6;
	margin: 0;
	padding: 0;
	overflow: -moz-scrollbars-vertical;
	}
	
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
	}

.clear {
	clear: both;
	width: 0;
	height: 0;
	}

.accessibility { /* Sørger for å skjule elementer som ikke skal vises på skjerm */
	visibility: hidden;
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 0;
	height: 0;
	overflow: hidden;
	}

p {
	margin-bottom: 1.1em;
	line-height: 1.8em;
	}

h2 {
	margin-top: 10px;
	margin-bottom: 15px;
	}

h3 { /* Standard overskrift i normal tekst */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #256a8c;
	margin-bottom: 5px;
	}

a:link {
	color: #1275e5;
	}

a:visited {
	color: #7a566e;
	}
	
a:hover {
	color: #245a96;
	}

.link-back {
	font-weight: bold;
	font-style: italic;
	text-decoration: none !important;
	}

/* Primær layout
=======================================================================*/
div#wrapper {
	margin:0 auto 0 auto;
	width: 650px;
	text-align: left;
	background-color: #ffffff;
	padding: 20px;
	min-height: 600px;
	}

div#column-one {
	float: left;
	width: 310px;
	text-align: justify;
	}

div#column-two {
	float: right;
	width: 310px;
	padding-right: 5px;
	text-align: justify;
	}

div#content-main {
	margin-top: 20px;
	}

div#wrapper-footer { /* Bunnelement med firmanavn og adresseinformasjon */
	margin:0 auto 0 auto;
	width: 690px;
	height: 50px;
	text-align: left;
	background: url('images/footer-shadow.png') no-repeat;
	padding-top: 15px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-size: 10px;
	color: #666666;
	line-height: 16px;
	}

div#logo-wrapper { /* Wrapper for logo */
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 2px;
	}

div#menu-main-wrapper { /* Wrapper for meny-elementene */
	padding-bottom: 15px;
	margin-bottom: 0px;
	}

/* Meny stiler
=======================================================================*/

div#menu-main-container {
	float: right;
	text-align: right;
	background-color: #ffffff;
	height: 26px;
	margin-top: 35px;
	padding: 0;
	}
	
div#menu-main-container ul {
	margin: 0;
	padding: 0;
	line-height: 21px;
	text-transform: lowercase;
	}

div#menu-main-container .last {
	border-right: none !important;
	padding-right: 0 !important;
	}

div#menu-main-container li {
	margin: 0;
	list-style-type: none;
	display: inline;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
	padding: 6px;
	padding-left: 10px;
	padding-right: 13px;
	border-right: 1px solid #cccccc;
	}
	
div#menu-main-container li .active, div#menu-main-container li .active a:hover { /* Ikke border på siste link i meny */
	color: #ed1c24 !important;
	border: none !important;
	}

div#menu-main-container li a:link {
	color: #333333;
	text-decoration: none;
	padding-bottom: 3px;
	}
	
div#menu-main-container li a:visited {
	color: #333333;
	text-decoration: none;
	}

div#menu-main-container li a:active {
	color: #333333;
	text-decoration: none;
	}

div#menu-main-container li a:hover {
	padding-bottom: 3px;
	text-decoration: none;
	border-bottom: 1px solid #ed1c24;
	}
	
div#image-front-container {
	width: 650px;
	height: 300px;
	padding-bottom: 0px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
	}

/* Generelle stiler
=======================================================================*/

.header { /* Overskrifter med rød bakgrunn */
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: normal;
	font-weight: normal;
	background-color: #ed1c24;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 21px;
	}
	
div#content-main ul {
	list-style: none;
	margin-bottom: 1.1em;
	line-height: 1.8em }
	

div#content-main ul li {
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
	}
	
div#content-main h3 a { /* Ikke understreking hvis overskrift er link */
	text-decoration: none !important;
	}

div#content-main h3 a:link, div#content-main h3 a:visited, div#content-main h3 a:active { /* Samme farve på alle h3 og h3-linker */
	color: #256a8c;
	}

div#content-main h3 a:hover {
	color: #245a96;
	}

div#wrapper-footer a:link, div#wrapper-footer a:visited, div#wrapper-footer a:hover, div#wrapper-footer a:active { /* Link-styling for bunnelement (epost) */
	color: #666666;
	border: 0;
	text-decoration: none;
	}

/* Knapper
=======================================================================*/

table.test {
	border-collapse: separate;
	border-spacing: 20px;
	}

table.test td {
	padding: 5px;
	border: 1px solid #ccc;
	}

/* Skjema stiler
=======================================================================*/

.text-field {
	background: #fff url(images/input_background.gif) repeat-x;
	border: 1px solid #cccccc;
	padding: 4px;
	font-family: "Courier New", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 160px;
	}
