@charset "utf-8";
/* CSS Document */
html {
	background: #fff;
	color: #2c3857;
	font-size: 87.5%;
	line-height: 1.5;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", "sans serif";
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body * {
	margin: 0;
	font-size: 1em;
}
ol, ul {
	padding: 0;
	list-style: none;
}
#content .c13 ol, 
#content .c13 ul { 
	list-style: url(../images/icons/bullet.png) outside; 
	padding-left: 25px;
}
a[rel="external"] {
	background: url(../images/icons/nw.gif) no-repeat right;
	padding-right: 20px;
	display: inline-block;
	line-height: 18px;
}
a img { border: none; }
a:hover { color: #e74a23; }

textarea {
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
}
/* TYPOGRAPHY
-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 { 
	font-family:Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "sans serif";
	font-weight: normal;
	color: #2c3857;
	clear: left;
}
h1 { 
	font-size: 36px;
	font-weight: bold;
	position: relative;
}
h1 span {
	position: absolute;
	left: -2px;
	top: -2px;
	color: #ccc;
}
h2 { 
	font-size: 2em;
}
h3 { 
	font-size: 1.6em;
}
h4 { 
	font-size: 1.2em;
}
h5, h6 { 
	font-size: 1em;
}
h1 a, h2 a, h3 a, h4 a {
	color: #2c3857;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { 
	color: #2c3857;
	text-decoration: underline; 
}
h2 span.small, h3 span.small  {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #2c3857;
}
p, ul, ol { 
	margin-bottom: 1.2em;
}
p.ingress {
	font-weight: bold;
	font-size: 110%;
}
/* THE GRID
-----------------------------------------------------------*/
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12, .c13, .c14, .c15 {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.c1 { width: 40px; }
.c2 { width: 100px; }
.c3 { width: 160px; }
.c4 { width: 220px; }
.c5 { width: 280px; }
.c6 { width: 340px; }
.c7 { width: 400px; }
.c8 { width: 460px; }
.c9 { width: 520px; }
.c10 { width: 580px; }
.c11 { width: 640px; }
.c12 { width: 700px; }
.c13 { width: 760px; }
.c14 { width: 820px; }
.c15 { width: 880px; }
.c16 { width: 940px; }


/* IE6
-----------------------------------------------------------*/
#ie6 {
	border: 2px solid #000;
	font-weight: bold;
	padding: 10px 10px 10px 140px;
	height: 90px;
	background: #ff7d01 url(../images/design/ooops.png) no-repeat left bottom;
}

/* HEADER
-----------------------------------------------------------*/
#header {
	height: 105px;
	position: relative;
	z-index: 99;
	background: url(/images/design/header-bg.png) repeat-x;
}
#header ul {
	width: 960px;
	height: 91px;
	margin: 0 auto;
	position: relative;
	background: url(../images/design/li-divider.png) no-repeat right top;
}
#header ul li {
	float: left;
	height: 91px;
	background: url(../images/design/li-divider.png) no-repeat right top;
}
#header ul li#search {
	position: absolute;
	right: 10px;
	top: 5px;
	background: none;
	height: 25px;
}
#header ul li#search input[type="text"] { width: 160px; }
#header ul li#practical-link { background: none; }
#header ul li a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 30px 10px 10px 10px;
	height: 51px;
	cursor: pointer;
}
#header ul li a:hover {
	color: #FF7D01;
}
#header ul li#logo-link a {
	padding: 18px 10px 0 0;
	height: 73px;
}
#header ul li#skiplink {
	width: 0;
	overflow: hidden;
}
#header ul li#skiplink a {
	width: 0;
	height: 0;
	text-indent: -5999px;
	overflow: hidden;
	padding: 0;
}
#header ul li a span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: normal;
	cursor: pointer;
}
#header ul li#door {
	float: none;
	position: absolute;
	right: -20px;
	bottom: -242px;
	width: 299px;
	height: 262px;
	background: url(../images/design/door.png) no-repeat;
}

/* INTRO
-----------------------------------------------------------*/
#intro {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "sans serif";
	position: relative;
	height: 212px;
	width: 100%;
	z-index: 50;
	background: url(../images/design/intro-bg.png) repeat-x;
}
#introcontent {
	width: 710px;
	padding: 10px 250px 0 0;
	margin: 0 auto;
	height: 145px;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}
#introcontent strong { color: #e74a23; }
#introcontact {
	width: 960px;
	margin: 10px auto 0;
	height: 47px;
	position: relative;
	z-index: 10;
	font-size: 18px;
	font-weight: bold;
	color: #e74a23;
}
#introphone, #introaddress, #intromail { 
	background: url(../images/design/intro-icon.png) no-repeat center top;
	width: 80px;
	height: 50px;
	float: left;
	text-indent: -5999px;
	position: relative;
	top: -15px;
}
#introaddress { background-position: center -50px; }
#intromail { background-position: center -100px; }
.introinfo {
	float: left;
	margin: 0 20px 0 0;
	height: 47px;
	line-height: 35px;
}
.introinfo a {
	color: inherit;
	text-decoration: none;
	color: #e74a23;
}
.introinfo a:hover { color: #e74a23; }

/* CONTENT
-----------------------------------------------------------*/
#content {
	width: 960px;
	margin: 2em auto;
	clear: both;
}
#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

/* ------ TABLES ------ */
table {
	width: 99.9%;
	table-layout: fixed;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table caption { 
	text-align: left;
	padding: 0;
}
table col.center { text-align: center; }
table thead tr { 
	background: #003f99 url(../images/tables/gradient.png) repeat-x -35px 0;
	color: #fff;
}
table tbody tr { background: #edf1fc; }
table tbody tr.like { background: #fafbfe; }
table tbody tr:hover { background: #fdede9; }
table tbody tr.like:hover { background: #fdede9; }
table tbody tr.strong { font-weight: bold; }
table th { 
	text-align: left; 
	border: 1px solid #a9b1bf;
	padding: 5px;
}
table tbody td {
	border: 1px solid #a9b1bf;
	padding: 5px;
}
table td.calendar a {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/icons/calendar.png);
	text-indent: -5999px;
	outline: none;
}
/* ----- PRI-KURS (front page) ----- */
#pri-kurs, .pri-kurs {
	width: 700px;
	margin-bottom: 20px;
}
#course #pri-kurs, #course .pri-kurs { width: 100%; }
#pri-kurs caption h1 { margin: 0; line-height: 1; }
#pri-kurs tbody tr td.rightaligned, #pri-kurs thead tr th[title="Kursets pris"],
.pri-kurs tbody tr td.rightaligned, .pri-kurs thead tr th[title="Kursets pris"]{ text-align: right; }
#pri-kurs tbody tr td.center, .pri-kurs tbody tr td.center { text-align: center; }
#pri-kurs tbody td a.no-underline, .pri-kurs tbody td a.no-underline {
	color: #2c3857;
	text-decoration: none;
}
#pri-kurs tbody td a.no-underline:hover, .pri-kurs tbody td a.no-underline:hover { text-decoration: underline; }
#pri-kurs tbody tr th.header, .pri-kurs tbody tr th.header {  background: #fafafa; padding-top: 0; padding-bottom: 0; }
#pri-kurs tbody tr th.header h3, .pri-kurs tbody tr th.header h3 { color: #E74A23; margin: 0; }
#pri-kurs tbody tr th.header h3 a, .pri-kurs tbody tr th.header h3 a { color: #E74A23; }
/* ----- KURSKATEGORIER (front page) ----- */
#kurskategorier { 
	margin: 0 0 2em; 
	overflow: hidden;
}
#kurskategorier a {
	float: left;
	margin: 2px 8px;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	width: 200px;
	height: 47px;
	background: url(../images/design/badge.png) no-repeat left top;
}
#kurskategorier a span {
	float: left;
	width: 100%;
	text-align: center;
	background: url(../images/design/badge.png) no-repeat right top;
	padding: 10px 10px 10px 0;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
	cursor: pointer;
}
#kurskategorier a:hover{ background-position: left -47px; }
#kurskategorier a:hover span { background-position: right -47px; }

/* ----- HOLD MEG OPPDATERT (front page) ----- */
#hold-meg-oppdatert {
	background: url(../images/temp/hold-meg-oppdatert.jpg) no-repeat 20px bottom;
	padding: 10px 10px 10px 220px;
	border: 1px solid #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #999;
}
#hold-meg-oppdatert h2 {
	margin-top: 0;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
}
#hold-meg-oppdatert div { margin: 0.5em 0; }
	
#hold-meg-oppdatert label {
	float: left;
	width: 130px;
	margin-right: 10px;
	text-align: right;
	position: relative;
}
#hold-meg-oppdatert label span {
	color: red;
	position: absolute;
	left: 460px;
}
#hold-meg-oppdatert input {
	width: 310px;
}
#hold-meg-oppdatert input[type="submit"] { 	
	margin-left: 140px;
}

/* ----- SIDEBARBOKSER (front page) ----- */
#passer-ikke-datoen {
	background: #E74A23 url(../images/design/semitransparent-gradient.png) repeat-x bottom;
	color: #fff;
	position: relative;
	margin: 40px 0 0 0;
	padding: 10px;
}
#passer-ikke-datoen p {
	line-height: 1;
	font-size: 16px;
	margin: 0 0 1em 0;
}
#passer-ikke-datoen p strong {
	font-size: 20px;
	font-weight: bold;
}
#passer-ikke-datoen h2 {
	margin: 0 0 0.5em 0;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -0.05em;
}
#passer-ikke-datoen .phone {
	margin-bottom: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -0.1em;
	display: block;
	text-align: center;
}
#weepy {
	position: absolute;
	top: -40px;
	right: 10px;
}

/* ----- VCARD (praktiske opplysninger) ----- */
.vcard {
	margin-bottom: 2em;
}
.vcard * { line-height: 1.2; }
.vcard h3 {
	font-size: 16px;
	margin: 0;
}
.vcard h3 a {
	color: #000;
	text-decoration: none;
}
.vcard .title {
	display: block;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 0.5em;
}
.vcard h3 .vcard-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/icons/vcard.png);
	position: relative;
	top: 3px;
	margin-right: 3px;
}
.person .org, .person .adr, .vcard .type, .person .telefaks {
	display: none;
}

/* ----- KONTAKTSKJEMA (praktiske opplysninger) ----- */
#kontaktskjema div { line-height: 30px; }
#kontaktskjema div label {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
}
#kontaktskjema div label span { color: #f00; }
#kontaktskjema div input[type="text"], #kontaktskjema div textarea { width: 380px; }
#kontaktskjema div input[type="submit"] { margin-left: 160px }

/* ----- KURSNAV (kurs) ----- */
#kursnav { margin-top: 55px; }
#kursnav ul li { font-weight: bold; }
#kursnav ul li a {
	display: block;
	color: #777;
	text-decoration: none;
}
#kursnav ul ul li { list-style: url(../images/icons/bullet.png) outside; }
#kursnav ul ul li.active { list-style: url(../images/icons/bullet-active.png) outside; }
#kursnav ul ul li a { color: #999; }
#kursnav ul li a:hover { text-decoration: underline; }
#kursnav ul li a.active { 
	color: #FF7D01; 
	cursor: default;
}
#kursnav ul li a.active:hover { text-decoration: none; }
#kursnav ul ul { margin: 0 0 5px 15px; }
#kursnav ul ul li { 
	font-weight: normal;
	font-size: 90%;
}

/* ----- KURSINFO (kursliste) ----- */
.kursinfo { 
	margin: -0.5em 0 0.5em;
	color: #999;
	font-size: 95%;
	font-family:Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "sans serif";
	position: relative;
}
.kursinfo strong { 
	margin: 0 25px 0 0;
}
.kursinfo a {
	position: absolute;
	right: 10px;
	top: 0;
	background: url(../images/icons/viewmag.png) no-repeat;
	padding-left: 22px;
	color: #999;
}

/* ----- KURSINNHOLD (kursdetaljer) ----- */
#kursinnhold ul, #kursinnhold ol {
	margin-left: 1.25em;
	list-style: disc;
}
#kursinnhold ul ul {
	margin-bottom: 0; 
	list-style: circle;
}
#kursinnhold ol { list-style: decimal; }

#course p a[href*="relatert"] { color: #2c3857; text-decoration: none; }
#course p a[href*="relatert"]:hover { text-decoration: underline; }

/* ----- EVALUERINGSSKJEMA (evaluering) ----- */
#evalueringsskjema li { margin: 0.2em 0; line-height: 30px;}
#evalueringsskjema .kursvelgeroption, #evalueringsskjema .kunnskapoption { display: none; }
#evalueringsskjema li.emptyfield, #evalueringsskjema div.emptyfield, #kontaktskjema div.emptyfield  { background: url(../images/design/alert.gif) no-repeat right center; display: block; }
#evalueringsskjema fieldset { 
	border: none; 
	position: relative; 
}
#evalueringsskjema li div.checkbox-group { float: left; clear: none;}
#evalueringsskjema li div.checkbox-group label { display: block; }
#evalueringsskjema li div.checkbox-group div.required { margin-left: -265px; margin-right: 0; }
#evalueringsskjema li.required label[for] { font-weight: bold; }
#evalueringsskjema label[for] {
	float: left;
	width: 340px;
	margin-right: 25px;
	text-align: right;
}
#evalueringsskjema label[for] span { color: #f00; }
#evalueringsskjema label + label { margin-right: 15px; }
#evalueringsskjema textarea, #evalueringsskjema input[type="text"] { width: 450px; }
#evalueringsskjema input[type="submit"] { margin-left: 265px; }

/* ----- PÅMELDINGSSKJEMA (paamelding) ----- */
form div { clear: left; }
form p.info {
	margin-left: 85px;
	margin-bottom: 0.5em;
	background: url(/images/icons/messagebox_info.png) no-repeat left top;
	padding-left: 22px;
}
form div.required label {
	font-weight: bold;
	color: #E74A23;
}
#kursdetaljer {
	overflow: hidden;
	margin-bottom: 1.5em;
	margin-left: 160px;
}
#kursdetaljer dt { 
	float: left;
	width: 100px;
}

#signupform p.info {
	margin-left: 160px;
	font-weight: bold;
}
#signupform p.formerror {
	margin-left: 160px;
	border: 1px solid #f00;
	background: url(../images/icons/messagebox_warning.png) no-repeat 3px center;
	line-height: 16px;
	padding: 3px 0 3px 24px;
	width: 476px;
}
#signupform div { 
	margin: 0.5em 0;
	position: relative;
}
#signupform div label {
	float: left;
	width: 150px;
	margin-right: 10px;
	text-align: right;
}
#signupform div.required span { 
	position: absolute;
	left: 670px;
	top: -0.5em;
	color: #f00;
}
#signupform div input[size="60"]  { width: 500px; }
#signupform div textarea { width: 500px; }
#signupform div input[type="submit"] { margin-left: 160px; }
/* FOOTER
-----------------------------------------------------------*/
#footer {
	width: 960px;
	margin: 25px auto;
	border-top: 1px solid #eceef1;
	overflow: hidden;
	color: #999;
	font-size: 12px;
}
#footer h2 { 
	font-size: 16px; 
	color: #777;
}
#footer h2 a {
	color: #777;
	text-decoration: none; 
}
#footer h2 a:hover { text-decoration: underline; }
#footer ul { list-style: url(../images/icons/bullet.png) outside disc; }
#footer ul li { margin-left: 5px; }
#footer ul li a {
	color: #999;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer #adresseinformasjon {
	clear: both;
	text-align: center;
	border-top: 1px solid #eceef1;
	margin-top: 10px;
	padding-top: 10px;
}
#design {
	text-align: center;
	margin: 25px 0;
	font-size: 10px;
	color: #ccc;
}
#design a {
	color: #ccc;
	text-decoration: none;
}
#design a:hover { text-decoration: underline; }
/* CLASSES
-----------------------------------------------------------*/
.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; }
#course .float-right {
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
}
img.float-left { margin: 0 25px 10px 0; }
img.float-right { margin: 0 0 10px 25px; }
.rounded { 
	border: 3px solid #000; 
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.thin {
	border-width: 1px;
	border-color: #e74a23;
	padding: 10px;
	margin-bottom: 2em;
}
#course .thin p { line-height: 1.2; margin: 0; }
