body {
    background: url("grafikk/bg.png") repeat-x scroll left top #e4edf0;
    font-size: 12px;
    margin: 0;
    padding: 0;
	font-family: arial, verdana, helvetica, sans-serif; 
	text-align: center;
}

a {
	text-decoration: none;
	color: #206BB0;
}

img {
	border: none;
}

.social-icon {
	padding-left: 6px;
}

#page-header {
    margin: 20px auto;
    overflow: hidden;
    width: 960px;
	text-align: left;
	position: relative;
}

#logo {
	margin-left: -12px;
	float: left;
}

#submenu {
	float: right;
}

#main-menu {
	position: absolute;
	float: left;
	top: -45px;
}

#searchPanel {
	background: url("grafikk/search-bar.png") no-repeat;
	height: 40px;
	width: 244px;
	position: absolute;
	overflow: hidden;
	float:right;
	top: -35px;
	right: 50px;
}

#searchString {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #6F767A;
    font-size: 16px;
    margin: 4px 0 0 10px;
    padding: 0 0 0 10px;
    width: 140px;
}

#searchBt {
	position: absolute;
	margin: -26px 0px 0px 180px;
}

#site-menu li {
    display: inline;
    list-style-type: none;
}

#site-menu li a {
    color: #707678;
    margin-left: 15px;
    text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

#site-menu li a:hover,
#site-menu li a.current {
    text-decoration: underline;
}

#page-container {
    margin: 0 auto;
	margin-top: 30px;
    overflow: hidden;
    width: 1088px;
	text-align: left;
	position: relative;
}

.tabBox {
	position: relative;
}

.tabBox .tabs {
    margin: 0 0 -1px 70px;
    padding: 0 10px;
    overflow: hidden;
}

.tabBox .tabs li {
    float: left;
    list-style: none;
    margin: 0;
    padding: .25em .10em 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #FFF;
}

.tabBox .tabs li.selected {
    z-index: 3;
}

.tabBox .tabs a {
    float: left;
    height: 2.9em;
    line-height: 2.9em;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
	background: url("grafikk/meny_bg.png") repeat;
    border: 1px solid #CCC;
    border-bottom: 0;
    padding: 0 30px;
    color: #FFF;
    text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

/*
.tabBox .tabs .selected a {
    background: #FFF;
    -webkit-box-shadow: #CCC 0 0 .25em;
    -moz-box-shadow: #CCC 0 0 .25em;
    box-shadow: #CCC 0 0 .25em;
	color: #828282;
}*/

.tabBox .tabs a:hover,
.tabBox .tabs .selected a {
	color: #828282;
	background: white;
}

#content {
    clear: left;
    z-index: 2;
    padding: 20px 85px;
    background: url("grafikk/main-bg.png") repeat-y;
	margin-top: 50px;
}

#footer {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10px;
    width: 1084px;
	text-align: left;
	background: url("grafikk/footer.png") repeat scroll left top #747578;
	height: 240px;
	padding: 20px;
}

#footer-text {
    margin: 0 60px;
    padding: 10px;
    width: 900px;
}

#host {
	text-align: center;
	margin-top: 20px;
}

#article-leads {
}

#main-article {
	margin: 10px 0;
	overflow: hidden;
	background-color: #41495b;
}

#main-article .overskrift-ingress {
	width: 208px;
	float: left;
	padding: 20px;
	color: white;
}

#main-article .overskrift-ingress a {
	color: white;
	text-decoration: none;
}

#main-article .overskrift-ingress h1 {
	font-size: 24px;
}

#main-article .image {
	width: 670px;
	overflow: hidden;
	float: left;
}

#main-article .readmore {
	float: right;
	margin-top: 20px;
}

#main-article .readmore a {
	color: #868485;
}

#social-row {
	margin: 20px 0;
	overflow: hidden;
}

#social-banner {
	overflow: hidden;
	float: left;
}

.social-banner-panel {
	overflow: hidden;
}

.social-image-left {
	float: left;
	margin-right: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

.social-image {
	margin-right: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

#social-facebook {
	float: left;
	width: 292px; 
}

#first-row {
	margin: 20px 0;
	border: 1px solid #485e7f;
	width: 100%;
	height: 180px;
	background: url("grafikk/row1-bg.png") repeat scroll left top #e4edf0;
}

.col1, .col3 {
	padding: 10px 20px;
	float: left;
	width: 285px;
}

.col2 {
	padding: 10px 40px;
	float: left;
	width: 182px;
}

#first-row .overskrift {
	color: #206bb0;
	font-size: 17px;
	font-weight: bold;
}

#first-row .ingress {
	height: 50px;
	overflow: hidden;
}

#three-column {
	margin-bottom: 10px;
}

#three-column span.overskrift {
	color: #206bb0;
	font-size: 17px;
	font-weight: bold;
}

#three-column .mostread {
	float: left;
	padding: 10px 20px;
	background: url("grafikk/mostread.png") no-repeat;
	height: 244px;
	width: 266px;
}

#three-column .course {
	float: left;
	padding: 10px 20px;
	background: url("grafikk/course.png") no-repeat;
	height: 244px;
	width: 266px;
}

.courselista {
	height: 170px;
	overflow: auto;
}

.showcourse {
	float: right;
}
	
#three-column .tsforum {
	float: left;
	padding: 8px 20px;
	background: url("grafikk/tsforum.png") no-repeat;
	height: 244px;
	width: 266px;
}

.readmoreStyle {
	float: right;
	margin-top: 10px;
}

#regBt {
	color: #868485;
	font-weight: bold;
	border: 1px solid #cacdce;
	padding: 4px 14px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: url("grafikk/knbg.png") repeat-x;
	-pie-background: linear-gradient(#fdfdfe, #c9ccce);
	behavior: url(PIE.htc);
	float: right;
	position: relative;
}

.readmoreBt {
	border: 1px solid #cacdce;
	padding: 5px 10px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: url("grafikk/knbg.png") repeat-x;
	-pie-background: linear-gradient(#fdfdfe, #c9ccce);
	behavior: url(PIE.htc);
	color: #868485;
	font-weight: bold;
	position: relative;
	float: right;
}

.text-field {
	border: 1px solid #cacdce;
	padding: 5px 10px;
	width: 160px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	-pie-background: linear-gradient(#fdfdfe, #c9ccce);
	behavior: url(PIE.htc);
	position: relative;
}

ul.mostreadBullet{
	list-style: none;
	padding: 10px;
	margin: 0;
}

ul.mostreadBullet li a {
	color: #444444;
}

ul.mostreadBullet li a:hover {
	text-decoration: underline;
}

.article-leads-double { position:relative; clear:both; width:907px; overflow:hidden; padding:0px; margin-bottom:40px; }
.article-leads-double .article { background: url("grafikk/box_bg.png") repeat; width:420px; padding:10px 10px; margin-bottom:0px; border:1px #666666 solid; overflow: hidden;}
.article-leads-double .article-lead0 { clear:left; float:left; margin-right:0px; overflow: hidden;}
.article-leads-double .article-lead1 { float:right; }
.article-leads-double .image { clear:both; }
.article-leads-double .article-lead0 .image { margin:0px 10px 0 0; }
.article-leads-double .article-lead1 .image { margin:0px 10px 0 0; }
.article-leads-double .overskrift-ingress {  }
.article-leads-double .overskrift { font-size:24px;  line-height:26px; margin-bottom:5px; }
.article-leads-double .overskrift a { color: #101011; }
.article-leads-double .ingress { margin-bottom:0px; color: #101011; font-size: 12px;}


.courseRow {
	overflow: hidden;
	margin: 10px 0;
}

.courseDate {
	font-weight: bold;
}

.courseInfo {
	width: 100%;
}

.courseTitle {
	float: left;
	width: 170px;
}

.courseTitle a {
	text-decoration: none;
}

.coursePlace {
	float: left;
	width: 90px;
}

.accordion h3.overskrift {
	font-size: 1.10em;
	font-weight: bold;
	color: #100f0f;
}
.accordion a { color: #206BB0; font-weight: bold; }
.accordion a:visited { color: #206BB0; font-weight: bold; }
.accordion { width:255px; padding-top:0px; border-bottom: solid 1px #c4c4c4; }
.accordion .header { padding-right:10px; padding-left:10px;padding-top:5px; padding-bottom:5px; line-height: 150%; height:auto; color:#01518C; margin:0px 0 0px; border-bottom:solid 1px #c4c4c4; background:#e9e7e7 url(grafikk/arrow-square.gif) no-repeat right -50px; }
.accordion .header a { font-size: 11px; }
.accordion .header:hover {  }
.accordion .header.active { margin-top:0px; }
.accordion div.details { width:253px; height:auto; overflow:hidden; margin: 0px 0 0px 0; padding: 0px 0px 0px; }
.accordion div.details .image { margin-bottom:0px; padding: 0px 10px 10px;}
.accordion div.details h2 { font-size:17px; padding: 0px 10px; margin-top:10px; margin-bottom:5px; }
.accordion div.details .ingress { font-size:12px; padding: 0px 10px; }
.accordion div.details .lesmer { font-size:11px; float:right; padding: 0px 10px 10px; }
.accordion div.details .hovedsak { padding: 0px 10px 10px; }

#radioknapper {
	font-size: 10px;
}

#form-page #skjema { clear:both; overflow:hidden; padding-top:20px;}
#form-page #skjema form #reqfieldtext { margin-bottom:10px; }
#form-page #skjema form fieldset { border:none; }
#form-page #skjema form fieldset .field { clear:both; float:left; padding-bottom:10px; width: 100%;}
#form-page #skjema form fieldset input { float:left; padding:3px; }
#form-page #skjema form fieldset textarea { float:left; padding:3px; }
#form-page #skjema form fieldset input#submit { 
    text-align: center;
	border: 1px solid #cacdce;
	padding: 4px 10px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: url("grafikk/knbg.png") repeat-x;
	-pie-background: linear-gradient(#fdfdfe, #c9ccce);
	behavior: url(PIE.htc);
	color: #868485;
	font-weight: bold;
	position: relative;
	clear:both; float:left; font-weight:bold; margin-bottom:20px; }
#form-page #skjema form fieldset .oblig { clear:right; float:left; color:red; }
#form-page #skjema form fieldset .validate_message { clear:both; float:left; margin-bottom:3px; }
#form-page #skjema form fieldset #personalia_fieldset { clear:both; float:left; }
#form-page #skjema form fieldset #henvendelse_fieldset { clear:both; float:left; }

#deling {
   overflow: hidden;
   margin: 10px 0 10px 0;
}
#deling-ekstranett {
   overflow: hidden;
   margin-bottom: 5px;
}

#deling-meninger{
   overflow: hidden;
   margin: 10px 0;
}

#deling-meny li {
   display: block;
   float: left;
   margin: 0 5px;
   padding: 0;
}
#deling-meny {
   overflow: hidden;
   list-style: none;
   margin: 0 0 0 0;
   padding: 0;
}

.events {
	padding: 10px 0;
}

#dealer-menu {
    height: 100%;
    list-style: none outside none;
    margin: 20px 0;
    padding: 10px 0;
}

#dealer-menu li {
    float: left;
    margin: 0 20px 0 0;
}

#dealer-menu li a {
	color: #828282;
	text-decoration: none;
}

#dealer-menu li a:hover {
	text-decoration: underline;
}

#iFrameKurs {
	margin: 10px 0;
}

.knapp {
    text-align: center;
	border: 1px solid #cacdce;
	padding: 5px 10px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: url("grafikk/knbg.png") repeat-x;
	-pie-background: linear-gradient(#fdfdfe, #c9ccce);
	behavior: url(PIE.htc);
	color: #868485;
	font-weight: bold;
	position: relative;
}

#ed_xp_ingress {
	font-weight: bold;
	margin-bottom: 10px;
}


#mapmenu {
    display: block;
    float: right;
    font-size: 12pt;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#mapmenu li {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}

#search-results #navbar {
    border: 0 solid #FF0000;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
}

.blockwrap input[type="text"] {
	border: medium none;
	background: white;
}

.labelDescription {
	float: left;
	width: 150px;
	line-height: 200%;
	font-size: 14px;
}

#news {
	overflow: hidden;
	margin-left: 30px;
	width: 90%;
}

#news-left {
	width: 370px;
	float: left; 
	margin-right: 50px;
}

#news .ingress {
	border: 0 solid #666666;
    font-weight: normal;
    margin-bottom: 10px;
}

#news .readmore {
    border: 0 solid #666666;
    margin-bottom: 10px;
    text-align: right;
    white-space: nowrap;
}

#news .readmore a {
	font-weight: bold;
}

#news .readmore a:hover {
	text-decoration: underline;
}

#new-right {
	width: 370px;
	float: left;
}

#new-right .arkiv {
    clear: both;
    float: left;
    height: 300px;
    margin-bottom: 20px;
    overflow: scroll;
    position: relative;
    width: 100%;
}

#new-right .arkiv .header {
    background: none repeat scroll 0 0 #01518C;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 0 3px 5px;
    width: 98%;
}

#new-right .arkiv .article.odd {
    background: none repeat scroll 0 0 #ECF7FB;
}

#new-right .arkiv .article {
    float: left;
    width: 99%;
}

#new-right .arkiv .article .overskrift {
    border: 0 solid red;
    float: left;
    font-size: 11px;
    margin: 0;
    padding: 5px 0 5px 5px;
    width: 80%;
}

#new-right .arkiv .article .overskrift a {
    color: #01518C;
    text-decoration: none;
}

#new-right .arkiv .article .dato {
    border: 0 solid red;
    float: right;
    font-size: 11px;
    margin: 0;
    padding: 5px 5px 5px 0;
    text-align: right;
    width: 15%;
}

#multiple-object-article {
}
