/* Default stylesheet */
body {
	font-family: "Liberation Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 68.75%; /*11px;*/
	margin: 0px;
	padding: 8px;
}
ul.topmenu {
	font-family: "Myriad Pro", Myriad, "Liberation Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h1.headline, h2.headline, h1.headlineview, #footer{
	font-family: "Trebuchet MS", Trebuchet, "Liberation Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1.headline2{
	font-family: "Trebuchet MS", Trebuchet, "Liberation Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #006699;
	font-weight: normal;
	font-size: 1.45em;
	margin-top: 15px;
}

table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
	height: auto;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
	max-width: 50%;
}

div.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}


.normal{
	font-size: 11px;
}
.bigger{
	font-size: 14px;
}
.biggest{
	font-size: 17px;
}


/* General links */

.menu a:link, .menu a:visited{
	text-decoration: none;
}
.menu a:hover{
	text-decoration: underline;
}
.topmenu a:link, .topmenu a:visited, .topmenu a:hover{
	text-decoration: underline;
}

/* read more.. links */
.link { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
.cp { }
a.cp:link { }
a.cp:visited { }
a.cp:hover { }

/* "Links" for site customization */
a.custom, img.custom{
  cursor: pointer;
  font-weight: bold;
}
a.custom:hover{
	text-decoration: underline;
}


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { text-decoration: none;}
.headline .headlinelink:visited {  text-decoration: none;}
.headline .headlinelink:hover {   text-decoration: underline;}

/* Navigation path links */
.path	{	}
a.path:link { }
a.path:visited { }
a.path:hover { }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none;}
a.tree:visited { text-decoration: none;}
a.tree:hover { text-decoration: underline;}

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none;}
a.sitetree:visited { text-decoration: none;}
a.sitetree:hover { text-decoration: underline;}


/* SECTION: Standard CP classes*/
.default { }
.date { font-size: 0.9em; }
.author { font-size: 0.9em; }
.feedback { }
.copyright { }


/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	/* Set width/height to size of corner images */
	width: 10px;
	height: 10px;
}
span.corner.tl { 
	background-position: top left;
	left: -1px;
	top: -1px;
}
span.corner.tr { 
	background-position: top right;
	right: -1px;
	top: -1px;
}
span.corner.br { 
	background-position: bottom right;
	bottom: -1px;
	right: -1px;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: -1px;
	left: -1px;
} 


/* midtskygge */
div.s1 { 
	background-position: top left;
	background-repeat: repeat-y;
}
/* toppskygge */
div.s2 { 
	background-position: top left;
	background-repeat: no-repeat;
}
/* bunnskygge */
div.s3 { 
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* Fully flexible shadows */

div.side, span.side {
	 display: block;
}
/* v = vertical, h = horizontal, l = left, r = right */ 
div.side.v, span.side.v {
	 background-position: top left;
	 background-repeat: repeat-y;
}
div.side.v.r, span.side.v.r {
	 background-position: top right;
}
div.side.h, span.side.h {
	 background-position: top left;
	 background-repeat: repeat-x;
}
div.side.h.b, span.side.h.b {
	 background-position: bottom left;
}


 /* Site default shadows */
div.side.h, span.side.h {
}
div.side.v, span.side.v {
}
/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }

ul.tools li{
	margin-bottom: 10px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	text-align: right;
}
.tools li.utilities img{
	float: none;
}

#skiplink a { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
#skiplink a:focus, #skiplink a:hover  { 
	position: static;
	left: 0; 
	width: auto; 
}
div.pagebar { padding: 10px 0px; clear: both; text-align: center;}
.pagebar.prev { padding-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
.headline, h1.headline {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.headlineview, h1.headlineview {
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
}
.subheadline, h2.subheadline {
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
div.date{
	margin-bottom: 5px;
}
.ingress {
}
div.ingress {
	margin: 0 0 6px; 
	padding: 0px;
}
.ingressview {
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 0px; padding: 0px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
div.stillinger, div.stillinger a, div.stillinger span a{
	font-size: 120%;
}

.block, .articleblock {
	margin-bottom: 15px;
}

.block, .articleblock2 {
	margin-bottom: 5px;
}

.articleblock .imgwrap {
	float: right;
	width: 34%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: left;
	width: 65%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
}
div.twocol img.dynimage{
	float: right;
	margin: 0 0 5px 5px;
}
div.twocol .textwrap{
	float: none;
	width: auto;
}

/* 3-spalter */
div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-position: center top;
	background-repeat: repeat-y;
	border-width: 0;
	border-style: solid;
	font-size: 1px;
	clear: both;
	height: 1px;
	margin-bottom: 15px;
	margin-top: 19px;
}

.listingarea hr, div.hr2 /* Replacement for hr (easier to style in older browsers) */{
	background-position: center top;
	background-repeat: repeat-y;
	border-width: 0;
	border-style: solid;
	font-size: 1px;
	clear: both;
	height: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.page162664 .listingarea {
	margin-bottom: 15px;
}
.page17881 .listingarea {
	margin-bottom: 20px;
}

.pagelogo img {
	display: block;
	float: none !important;
	max-width: 100%;
}
div.body {
/*	clear: both; */
	margin: 0px 0px 22px 0px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	margin: 0 auto;
	max-width: 108em;
	min-width: 72em;
	padding: 0;
	position: relative;
	text-align: left;
	/*width: 928px;*/ /* 929px;*/
}
span.corner.page.tl{
	left: 4px;
	top: 0px;
}
span.corner.page.tr{
	right: 4px;
	top: 0px;
}
span.corner.page.bl{
	bottom: 9px;
	left: 4px;
}
span.corner.page.br{
	bottom: 9px;
	right: 4px;
}
div.s3.page{
	padding: 1px 5px 10px;
}

#top {
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	position: relative;
}
span.corner.top.tl{
	left: 0;
	top: 0;
}
span.corner.top.tr{
	top: 0;
	right: 0;
}
span.corner.top.br{
	bottom: 0;
	right: 0;
}
span.corner.top.bl{
	bottom: 0;
	left: 0;
}
div.side.v.r.top{
	min-height: 118px;
	padding: 1px 5px 10px;
}
#topnav {
	border-style: solid;
	border-width: 0 1px;
	margin: 0 4px;
	padding: 1px 10px 6px 4px;
}
#middle {
	border-style: solid;
	border-width: 0 1px 1px;
	padding: 0 10px 10px;
	margin: 0 4px;
	position: relative;
	zoom: 1;
}
#navbar {
	float: left;
	margin-right: 1%;/*10px;*/
	width: 19%; /*165px;*/
}
#main {
	border-style: solid;
	border-width: 1px;
	float: left;
	min-height: 500px;
	padding: 1%; /* 9px */;
	position: relative;
	width: 58%; /*522px;*/
}

/* #main when no sidebar */
.wide #main, .widemain #main {
	float: right;
	width: 78%; /*724px;*/
}
.wide #navbar, .widemain #navbar {
	margin-right: 0;
}

#mainsidebar {
	float: right;
	width: 19%;
}
.wide #mainsidebar, .widemain #mainsidebar {
	display: none;
}
.widefull #navbar, .widefull #mainsidebar {
	display: none;
}
.widefull #main {
	float: none;
	width: auto;
}
#footer {
	background-position: top left;
	background-repeat: repeat-y;
	clear: both;
	position: relative;
	text-align: center;
}
#footer span.corner{
	height: 15px;
}
#footer span.corner.tl{
	top: -7px;
	left: 0;
}
#footer span.corner.tr{
	top: -7px;
	right: 0;
}
#footer span.corner.bl{
	bottom: 0;
	left: 0;
}
#footer span.corner.br{
	bottom: 0;
	right: 0;
}

#footer div.side.v.r{
	padding: 5px 5px 15px;
}
#cp{
	font-size: 0.9em;
	margin: 0 auto;
	text-align: center;
	width: 918px;
}
#cp a:link, #cp a:visited, #cp a:hover{
	text-decoration: none;
}
#cp a:hover{
	text-decoration: underline;
}
/* SECTION: Sidebar */
.sidebar {
}

.box {
	border-style: solid;
	border-width: 1px;
	padding: 5px 0 0;
	margin: 0px 0px 5px 0px;
	position: relative;
	zoom: 1;
}
.box .cell {
	font-size: 1.1em;
	padding: 5px 10px 10px;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px 5px;
	padding: 0px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 8px 0px;
}
.box h3.caption {
	font-size: 1.1em;
	padding: 0 0 0 10px;
	margin: 0px;
}

/*Fiks for å skjule kalender fra denne siden*/
.page163063 #calendarbox{
	display: none;
}

h3#gatami{ margin-left: 10px;} 

/* As standard but with less air */
div.box.variant2{
}
div.box.variant2 h3.caption{
	padding-left: 4px;
}
div.box.variant2 .cell{
	padding: 4px;
}

div.box.imagelist .cell {
	border-style: solid;
	border-width: 3px;
	margin: 4px;
	padding: 0;
	position: relative;
}

/* calendar : as default but with fixed height and scrollikng content */
div.box.calendar .cell{
	height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}

/* SECTION: page elements */

#top div.intro {
	background-position: top left;
	background-repeat: repeat-y;
	min-height: 108px;
	padding: 10px 0 0 4px;
	position: relative;
	width: 420px;
	z-index: 2;
}
#top div.intro span.slagord{
	display: block;
	font-family: Calibri, FreeSans, "Helvetica Neue", sans-serif;

	margin-left: 85px;
	
}
#kvapen{
	position: absolute;
}
#logo{
	margin-top: 5px;
	margin-left: 82px;
	margin-bottom: 8px;
	position: relative;
}
#intranettskilt {
	position: absolute;
	right: 0;
	top: 10px;
}


#top div.toppbilde{
/*	float: right;*/
	position: absolute;
	top: 1px;
	right: 5px;
}

/* To avoid extra IE spacing */
#top div.toppbilde img{
	display: block;
}
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 1px 0px;
}
ul.menu li.spacingabove{
	margin-top: 15px;
}
ul.menu li.spacingbelow{
	margin-bottom: 15px;
}
#topmenu {
	float: left;
	font-size: 1.25em;
	list-style-type: none;
	padding-top: 5px;
	width: 80%; /*715px;*/
}
#topmenu li {
	background-position: left center;
	background-repeat: no-repeat;
	display: inline;
	padding: 0 7px 0 8px;
}
#topmenu li:first-child{
	background-image: none;
}
.mainmenuwrap{
	margin: 0 0 6px;
	padding: 7px 2px;
	position: relative;
}
ul.mainmenu, .losmenu > ul {
	font-size: 1.1em;
}
.losmenu ul ul {
	padding-left: 10px;
}
.mainmenu a, .losmenu a{
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
	padding: 1px 6px;
}
.mainmenu a:hover{
	text-decoration: none;
}
.mainmenu li.menulevel0, .losmenu li.menulevel0{
	border-style: dashed;
	border-width: 0 0 1px;
}
ul.topmenu{
	font-size: 1.2em;
}
div.path{
	margin: 0 0 10px;
}

#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search {
}
#searchformwrap{
	float: right;
	width: 19%; /*160px;*/
	position: relative;
}
#searchform {
	border-style: solid;
	border-width: 1px;
	margin: 4px 0 0;
	padding: 2px 5px 2px 2px;
	position: relative;
	zoom: 1;
}
#searchform input.searchinput {
	border: none;
	float: left;
	font-size: 0.9em;
	vertical-align: middle;
	width: 84%; /*135px;*/
}	
#searchform input.searchsubmit {
	float: right;
	vertical-align: middle;
}

li.accessibility{
	position: relative;
	zoom: 1;
}

.accessibility div.textsizes{
	float: left;
	text-align: left;
	width: 34%;
}
.accessibility div.colorschemes{
	float: right;
	padding-top: 2px;
	width: 64%;
}
div.liveleaderwrap{
	width: 180px;
	margin: 0 auto;
}
div.liveleaderwrap > div{
	margin-top: 0px !important;
}

#sidebar1 {
}
#sidebar1 embed, #sidebar1 object, .bannerlocation embed, .bannerlocation object {
	height: auto;
	width: 100%;
}
#main object, #main embed {
	width: 100%;
}


/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
	display: block;
	margin: 0 0 10px;
}

#bannerlocation2{
	padding-left: 10px;
}

.monthlycalendartable { width: 100%; }
.calendardate { font-size: 0.9em; }
.errmsg { font-weight: bold; }

table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

ul.callist{}
ul.callist li{
	clear: both;
	padding-top: 3px;
	margin-bottom: 0;
}
ul.callist li:first-child{
	padding-top: 0;
}

.callist span.date{
	float: left;
	width: 33px;
}
.callist span.event{
	float: right;
	width: 100px;
}
th.caldayname {  	 font-weight: bold; }

.yriframe iframe{
	width: 100%;
}
ul.callist{}

ul.callist li{
	clear: both;
	font-size: 0.85em;
	padding-top: 1px;
}
ul.callist li span.date{
	float: left;
	font-size: 1.0em;
	width: 20%;
}
ul.callist li span.what{
	float: right;
	width: 75%;
}

#tagcloud { 
  margin: 0 auto 10px;
  width: 534px;
}
.tagcloud { 
  font-weight: bold;
  font-size: 1.75em;
  text-align: center;
  padding: 8px;
}
.tagcloud span { 
  padding: 0px 6px;
  text-decoration: none;
}
.tagcloud a { 
  white-space: nowrap;
}
.tagcloud a:link {  text-decoration: none; }
.tagcloud a:visited {  text-decoration: none;  }
.tagcloud a:hover {  text-decoration: underline; }


#articlesharelinks { 
  clear: both;
  font-size: 0.9em;
  line-height: 2.0;
	margin: 0 0 15px;
  padding-top: 5px;
}
span.sharelink { 
  white-space: nowrap;
  margin-right: 5px;
}


/*Ekstranett*/
#ekstranettskilt{
	display: none;
}

.ppt252291 #ekstranettskilt{
	display: block;
	background: url(http://img2.custompublish.com/getfile.php/1915049.652.duysufuvxd/ekstranett.png);
	width: 139px;
	height: 73px;
	position: absolute;
	right: 0;
	top: 10px;
}

.ppt252291 #top{ 	background-color: #D6EDBD !important;}
.ppt252291 .intro{
	background-color: #D6EDBD  !important;
	background-image: none !important;
}

.ppt252291 ul.mainmenu, .ppt252291 div.mainmenuwrap{
	background-color: #D6EDBD;
}
.ppt252291 .mainmenu a.menulevel0:hover, .ppt252291 .mainmenu a:hover  {
	background-color: #c6e0aa;
	color: #000000;
}

.ppt252291 .mainmenu a.menuselected:link, .ppt252291 .mainmenu a.menuselected:visited, .ppt252291 .mainmenu a.menuselected:hover {
	background-color: #C6e0aa;
}

.ppt252291 div.box.variant2{
	background-color: #C6e0aa;
}
 
/*Leseweb fiks*/
#taleweb{ 
	margin: 0 0 0 auto;
	text-align: left;
	width: 180px;
	margin-bottom: 30px;
	position: relative;
}

#taleweb span.label{
	font-weight: bold;
	position: relative;
	top: 10px;
}

span#taleiconholder{
	position: absolute;
	margin-top: -5px;
}
span#talewebholder{
	display: block;
	margin-bottom: 20px;
}



.loscloudsize1 {font-size: 0.9em;}
.loscloudsize2 {font-size: 1.0em;}
.loscloudsize3 {font-size: 1.1em;}
.loscloudsize4 {font-size: 1.2em;}
.loscloudsize5 {font-size: 1.4em;}
.loscloudsize6 {font-size: 1.6em;}
.loscloudsize7 {font-size: 1.8em;}
.loscloudsize8 {font-size: 2.0em;}
.loscloudsize9 {font-size: 2.2em;}
.loscloudsize10 {font-size: 2.4em;}

#sitetree .xxbox {
	display: none;
}
