/* Default stylesheet */
body {
	background-color: #eeeeee;
	color: #000000;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
	font-size: 75%; /* 12px*/
	margin: 0px;
	padding: 0px;
}
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*/

.myriad {
	font-family: "Myriad Pro", Myriad, FreeSans, Tahoma, Geneva, "Helvetica Neue", "Liberation Sans", Helvetica, Arial, Sans-serif;
}
a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
	max-width: 100%;
	height: auto;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}

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;
}
/* General links */
a:link { color: #00406b;}
a:visited { color: #7b4e7f; }
a:hover { }

.main a:focus {
	background-color: #00406b;
	color: #FFFFFF;
}

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover, .menu a:focus {text-decoration: underline;}

.menu a.menuselected:link {text-decoration: underline;}
.menu a.menuselected:visited {text-decoration: underline;}
.menu a.menuselected:hover, .menu a.menuselected:focus {text-decoration: underline;}


/* Copyright, CustomPublish powered link etc.	 */
.cp { text-align: center;}

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover, a.tree:focus { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover, a.sitetree:focus { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
div.date, span.date { color: #999999; font-size: 0.9em; }
.eventdate {
	background: url("http://img4.custompublish.com/getfile.php/981155.1554.qccuvsrypc/date.png") no-repeat scroll 0 0 transparent;
	padding: 2px 5px 0 20px;
}
.author { color: #333333; font-size: 0.9em; }
.feedback { }
.copyright { }

.byline span.author {
    float: right;
}

/* 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 */
/* Use in combination with corners for a rounded box with almost any type of shadow */
/* Flexibility limited by image size due to combination of two shadows top+bottom/left+right in each image. */
/* HTML Skeleton: 
<div class="container"><!-- must have position: relative; -->
<div class="side h b"><div class="side h t"><div class="side v l"><div class="side v r">

Content here...

<span class="corner tl"></span>
<span class="corner tr"></span>
<span class="corner br"></span>
<span class="corner bl"></span>

</div></div></div></div><!-- end sides -->

</div><!-- end container -->
*/

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 {
	 /* Background-image with horizontal (top/bottom) shadows. Taller than tallest container with shadow. Split into two background images when required	*/
}
div.side.v, span.side.v {
	 /* Background-image with vertical (left/right) shadows. Wider than page */ 
}


/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headline {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}
h1.headlineview {
	margin: 0px;
	padding: 0px;
}
.subheadline, h2.subheadline {
	font-size: 1.0em;
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {
}
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 10px 0 10px 0; padding: 0px;
}

/* .viewarea div.listingpic {
	width: 250px;
	float: right;
	margin-left: 10px;
} */

.cf::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	clear: right;
	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 */
.block, .articleblock {
	margin-bottom: 15px;
}

.articleblock .imgwrap {
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	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;
}

/* 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;
}

 /* 4-spalter */
 div.fourcol .articleblock { 
	 width: 24%;
	 float: left;
	 margin-right: 1%;
 }
 div.fourcol .articleblock.quad0 { 
	 clear: both;
 }
 div.fourcol .articleblock.quad2 { 
	 margin-right: 0;
 }
 div.fourcol .articleblock.quad3 { 
	 clear: right;
	 float: right;
	 margin-right: 0;
 }



.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #B4AB14;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}

div.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }

/* SECTION: page containers */ 
#page {
	width: 984px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#top {
	background: #B4AB14;
	margin: 0px;
	padding: 0px 10px;
	min-height: 160px;
	position: relative;
	zoom: 1;
}

#dynOrd {
	width:  280px;
	height: 160px;
	position: absolute;
	left: 250px;
	top: 0px;
	background: transparent;
	z-index: 99;
}
#top .logo {
	left: 10px;
	top: 30px;
	position: absolute;
	width: 275px;
	z-index: 5;
}
#top .fugl {
/*	background: url(http://img0.custompublish.com/getfile.php/1811810.1220.fupdqsfdxa/fugl.png) no-repeat center; edit:bs */
	width: 275px; /* var 225px edit:bs */
	height: 140px;
	position: absolute;
	right: 250px; /* var 250px edit:bs */
	top: 10px;
	overflow: hidden;
}
#top .grrrrrrbackground {
/*	background: url(http://img0.custompublish.com/getfile.php/1810838.1220.dpucuswsep/toppbg.png) no-repeat left top; ***edit:bs */
	background: url(http://img0.custompublish.com/getfile.php/1830132.1220.ydqxvtudqb/toppbg-vindu.png) no-repeat left top;
	position: absolute;
	width: 100%;
	height: 160px;
	left: 0;
	top: 0;
	z-index: 3;
}

#topnav {
}
#middle {
	background: #FFF;
	padding: 10px;
}
#navbar {
	float: left;
	margin-right: 20px;
	width: 225px;
}
#main {
	float: left;
	width: 470px;
	/* min-height: 500px;  ref .viewarea */ 
}
.viewarea {
	min-height: 400px; /* ref #main */
}

#mainsidebar {
	float: right;
	width: 225px;
}

div.menuwrap { 
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px 0px 15px;
  position: relative;
}
div.menuwrap h3.caption { 
  padding: 9px 0px 6px 10px;
  margin: 0px 0px 1px;
  font-size: 1.0em;
  letter-spacing: 1px;
  font-weight: bold;
  background-position: 0px 3px;
  background-repeat: repeat-x;
  background-color: #8BA8B6;
  background-image: url("http://img0.custompublish.com/getfile.php/743473.1220.wxrpsvuddw/dot-ffffff.gif");
  color: #000000;

}
div.menuwrap ul.menu { 
  padding: 8px 0px 8px;
  min-height: 170px;
  background-color: #FFFDEA;
  border: 1px solid #6B8998;
}
#sidebar div.menuwrap ul.menu { 
  min-height: 0;
}
div.menuwrap ul.intramenu, div.intranet div.menuwrap ul.menu, div.intranet ul.menu, #navbar div.intranet ul.menu { 
  min-height: 0;
}
div.menuwrap ul.menu.emptymenu { 
  min-height: 0;
}

/*INTRA fra gammel mal*/
#main div.intranet div.caption { 
  padding: 9px 0px 6px 10px;
  margin: 0px 0px 10px;
  letter-spacing: 1px;
  font-weight: bold;
  background-position: 0px 3px;
  background-repeat: repeat-x;
  background-color: #8BA8B6;
  background-image: url("http://img0.custompublish.com/getfile.php/743473.1220.wxrpsvuddw/dot-ffffff.gif");
}
#main div.intranet div.caption { 
  margin-bottom: 0px;
}
.intranewsfrontpage  { 
  margin-bottom: 12px;
}
.intranewsfrontpage div.content { 
  padding: 5px;
  background-color: #FFFDEA;
  border: 1px solid #6B8998;
}

.intranewsfrontpage .content a{ color: #0066CC;}

/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 710px;
}
.widemain #navbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main {
	float: none;
	width: auto;
}
.widefull #navbar, .widefull #mainsidebar {
	display: none;
}


#footer {
	background: #407090 url(http://img0.custompublish.com/getfile.php/1811033.1220.bvatvpvstv/footerbg.png) repeat-x bottom;
	clear: both;
	min-height: 100px;
	padding: 10px 60px;
	color: #FFF;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer .cp a {
	color: #407090;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
}
#footer .tips {
	text-align: right;
}

#mainmenubg {
	background: #7f9fb5;
	border-bottom: 4px solid #00406b;
}
#mainmenu {
	font-size: 15px;
	float: left;
	width: 66%;
}
#mainmenu li {
	float: left;
}
#mainmenu li a{
	color: #FFF;
	padding-left: 16px;
	text-decoration: none;
	display: block;
}
#mainmenu li a span{
	padding: 6px 16px 6px 0;
	display: block;
}
#mainmenu li a:hover, #mainmenu li a:focus, #mainmenu li a.menuselected{
	background: #00406b;
}

#mainmenu li a:hover, #mainmenu li a:focus, #mainmenu li a.menuselected{
	background: url(http://img0.custompublish.com/getfile.php/1810923.1220.bdvyawraqc/mainmenu_lia.png) left top;
}
#mainmenu li a:hover span, #mainmenu li a:focus span, #mainmenu li a.menuselected span{
	background: url(http://img0.custompublish.com/getfile.php/1810923.1220.bdvyawraqc/mainmenu_lia.png) right top;
}
.customtools {
	float: right;
	padding: 2px 4px 0 0;
}
.customtools a.colorscheme {
	padding: 2px 10px;
	color: #000;
	text-decoration: none;
}
.customtools a.inverted{
	background: #AEA400;
	color: #FFF;
	text-shadow: 0 1px 1px #C2BA40;
	box-shadow: 2px 2px 0 #00406B;
	margin-right: 5px;
}

a.scaletext {
	text-transform: uppercase;
}
a.scaletext, a.scaletext:hover, a.scaletext:focus {
	cursor: pointer;

}
#scalenormal {
	font-size: 10px;
}
#scalelarge {
	font-size: 14px;
}
#scalelargest {
	font-size: 18px;
}

#submenu {
	background: #427191 url(http://img0.custompublish.com/getfile.php/2224617.1220.carbvsawea/submenubg-q128.png) right top;
	font-size: 15px;
}
#submenu li {
	border-bottom: 4px solid #FFF;
}
#submenu li a {
	color: #FFF;
	display: block;
	padding: 6px 10px;
}
#submenu li ul{
	background: #FFF;
	padding-top: 6px;
}
#submenu li ul li a {
	color: #00406b;
	padding: 2px 10px;
}
#submenu li ul li a:hover, #submenu li ul li a:focus {
	background: #407090;
	color: #FFF;
}

#shortcuts {
	font-size: 18px;
	font-weight: bold;
}
#shortcuts li{
	margin-bottom: 6px;
}
#shortcuts li a{
	background: #407090 url(http://img0.custompublish.com/getfile.php/1811200.1220.bafqdbpscs/hurtigmenybg.png) no-repeat left;
	display: block;
	padding: 8px 10px 8px 30px;
	color: #dcdcdc;
}

/* SECTION: Sidebar */
.sidebar {
}

.box {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.box.yellow {
	background: #f0eecc;
}

.page239586 .primary .box.yellow{
	padding: 10px;
}
 
.box#samfunnet .cell{
	background: #E6E4B3 url(http://img0.custompublish.com/getfile.php/1910283.1220.qeaxfwuduq/bestilag2.png) no-repeat bottom;
	min-height: 190px;
}
.box#samfunnet .cell .menu a{
	color: #00406B;
}
.box .head {
}
.box .cell {
	padding: 5px;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px;
	padding: 0px;
}
.box ul ul{
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption {
	padding: 4px 10px;
	margin: 0px;
	background: #b5aa00;
	color: #FFF;
}
.box h3.caption a{
	color: #FFF;
	text-decoration: none;
}

.calmonthname a{
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

.box.blue h3.caption {
	background: #00406b;
}
.box#kontaktoss h3.caption {
	background-image: url(http://img0.custompublish.com/getfile.php/1811249.1220.spsedbxttt/ico_kontakt.png);
	background-position: right center;
	background-repeat: no-repeat;
}
/* SECTION: page elements */
div.skiplink a{
  position: absolute;
	top: -190px;
}
div.skiplink a:focus, div.skiplink a:hover  { 
	position: static;
	left: 0; 
	width: auto; 
}
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu, ul.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu, ul.menu ul {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

ul.topmenu {
	list-style-type: none;
}
ul.topmenu li {
	display: inline;
}

#searchform {
	float: left;
	background: #FFF;
	border-radius: 14px;
	padding: 2px 8px 2px 6px;
	margin: 2px 0;
}
input.searchinput {
	vertical-align: middle;
	border: 0;
}	
input.searchsubmit {
	background-color: transparent;
    background-image: url(http://img0.custompublish.com/getfile.php/1811474.1220.yrapvabcbb/ico_search.png);
    background-position: left top;
    background-repeat: no-repeat;
    border-color: transparent;
    color: #FFFFFF;
    cursor: pointer;
    height: 20px;
    padding: 0;
    text-indent: -9999px;
    vertical-align: middle;
    width: 18px;
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
	margin: 0 auto;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
	clear: both;
	display: block;
	max-width: 100%;
}

.icalendardayhead { background-color: #CECECE; }
/*.icalendardayhead b:target { background-color: #FFFFFF; }*/
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; font-size: 0.9em; }
.errmsg { font-weight: bold; color: #AA0000; }

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%;
}

.monthlycalendar {
}
.monthlycalendartable {
    background-color: #FFFFFF;
    color: #4B4B4B;
    font-size: 1.1em;
    margin: 0;
    width: 100%;
}

.calendarheader{
	color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #00406b;
    padding: 4px 10px 5px;
}

.monthlycalendartable caption, .monthlycalendartable td.calmonthname {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #00406b;
    padding: 4px 10px 5px;
}

.monthlycalendartable caption{
	color: #333;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    background: #fff;
    padding: 0px 10px 0px;
}

.monthlycalendartable th {
    background-color: #FFFFFF;
    color: #4B4B4B;
}
.monthlycalendartable td, .monthlycalendartable th {
    padding: 2px;
}
.monthlycalendartable td {
    border: 1px solid #c2ba40;
    text-align: right;
    background: #e6e3b2;
    color: #585858;
}
.monthlycalendartable td.caltoday {
    background: #004186;
    color: #FFFFFF;
}
.monthlycalendartable td.caldayhasevent {
    background: #FFF;
    color: #585858;
}

/* Kalenderliste */
h2.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
div.calendarentry {
	font-size: 0.9em;
}
span.caltime {
	margin-right: 15px;
}
div.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}

.csstabs {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
.csstabs .item {
    position: static;
}
.csstabs .item .content {
    display: none;
    overflow: auto;
    position: absolute;
    z-index: 5;
}
.csstabs:hover .item:first-child .content {
}
.csstabs .item:hover .content, csstabs .item:focus .content, .csstabs .item:first-child .content, .csstabs:hover .item:first-child:hover .content, .csstabs:focus .item:first-child:focus .content, .csstabs .item.active .content {
    display: block;
}
.csstabs .item.inactive .content {
    display: none;
    opacity: 0;
}
.csstabs .item .caption {
    line-height: 1.2em;
    position: relative;
    z-index: 10;
}
div.tabswrap {
    background-color: #f0eecc;
    border: 1px solid #CCCCCC;
    position: relative;
}
div.tabswrap .corner {
    z-index: 20;
}
div.csstabs.articlelist {
}
div.csstabs.articlelist .item .caption {
    background-color: #f0eecc;
    border-right: 1px solid #999999;
    border-top: 1px solid #CCCCCC;
    color: #585858;
    font-size: 1em;
    padding: 8px 20px 2px 10px;
}
div.csstabs.articlelist .item .caption img.dynimage {
    border: 1px solid #999999;
    float: right;
    margin-bottom: 7px;
    margin-left: 10px;
}
div.csstabs.articlelist .item .caption .ingress {
    font-size: 0.85em;
    margin: 0;
}
div.csstabs.articlelist .item .caption .pointer {
    background-image: url(http://img8.custompublish.com/getfile.php/1503465.1308.cxscpvdfqy/csstabs-pointer.png);
    background-position: left top;
    background-repeat: no-repeat;
    display: none;
    height: 41px;
    position: absolute;
    right: -21px;
    top: 10px;
    width: 21px;
}
div.csstabs.articlelist .item:first-child .caption {
    border-top-width: 0;
}
csstabs.articlelist .item:hover .caption, csstabs.articlelist .item:focus .caption, .csstabs.articlelist .item:first-child .caption, .csstabs.articlelist .item:first-child:hover .caption, .csstabs.articlelist .item:first-child:focus .caption, .csstabs.articlelist .item.active .caption {
    background-color: #FFFFFF;
}
.csstabs.articlelist .item.inactive .caption {
    background-color: #f0eecc;
}
div.csstabs.articlelist .item.active .caption .pointer {
    display: block;
}
div.csstabs.articlelist .item .caption a:link, div.csstabs.articlelist .item .caption a:visited {
    color: #585858;
    text-decoration: none;
}
div.csstabs.articlelist .item .caption a:hover, div.csstabs.articlelist .item .caption a:focus, div.csstabs.articlelist .item:first-child .caption a {
    color: #000000;
    text-decoration: none;
}
div.csstabs.articlelist .item.active .caption a {
    color: #000000;
}
div.csstabs.articlelist .item.inactive .caption a {
    color: #585858;
}
div.csstabs.articlelist {
    min-height: 239px;
    padding: 0 250px 0 0;
}
div.csstabs.articlelist .item {
}
div.csstabs.articlelist .item .content {
    height: 239px;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 250px;
}
div.csstabs.articlelist .item .content img.dynimage {
    border: medium none;
    display: block;
    max-height: 100%;
    width: 100%;
}
div.csstabs.articlelist .item .caption h1 {
	float: left;
    font-size: 1em;
		width: 130px;
}

.slideshow {
	height: 140px;
	width: 225px;
	overflow: hidden;
	border: none;
	padding: 0;
	position: relative;
	float: right;
	margin-top: 10px;
}
.slideshow img{
	/*
height: 100%;
	width: 100%;
*/
}
#slideshownav {
	position: absolute;
	left: 20%;
	top: 45%;
	z-index: 99;
	display: none;
	height:29px; 
	background:url(/images/opacity/black/opacity60.png) repeat; 
	padding-left:2px; 	
}

#slideshownavinner {
	padding-right: 3px;
}
#slideshownav #pagination {
	height: 23px;
	margin: 0;
	padding: 4px 1px 7px 2px;
	position: relative;
}
#slideshownav #pagination a {
	color: #AEA400;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 21px;
	padding: 0 9px;
	text-decoration: none;
}
#slideshownav #pagination a.activeSlide {
	background: #AEA400;
	color: #fff;
	font-weight: bold;
}
#slideshownav #slideshownav-previous {
	left: -34px;
	position: absolute;
	top: 0;
}
#slideshownav #slideshownav-previous a {
	background: url(http://img0.custompublish.com/getfile.php/1811563.1220.avpbadxufb/controls_prev_btn.png) no-repeat;
	display: block;
	height: 29px;
	padding: 0;
	text-indent: -999em;
	width: 29px;
}
#slideshownav #slideshownav-next {
	position: absolute;
	right: -35px;
	top: 0;
}
#slideshownav #slideshownav-next a {
	background: url(http://img0.custompublish.com/getfile.php/1811562.1220.cwxfvuqtwf/controls_next_btn.png) no-repeat;
	display: block;
	height: 29px;
	padding: 0;
	text-indent: -999em;
	width: 29px;
}
#controls a:focus {
	outline: none;
}
/*Dato*/
.ledigestillinger .col1{width:16%;}

/*Tittel*/
.ledigestillinger .col2{width:40%;}

/*Enhet*/
.ledigestillinger .col3{width:40%;}

.ledigestillinger .row0 {background: #F1F1F1;}
.ledigestillinger .row1 {background: #ffffff;}
.ledigestillinger th {
	text-align:center; 
	background-color:#ECF0F8;
}

.ledigestillinger h1.headline {
	font-size:12px; 
	font-weight:normal;
}

.ledigestillinger span.date {color:#000000;}
.ppt113796 ul#shortcuts {display:none;}

.ppt113796 #mainsidebar .imgwrap  {
	width:100%; 
	background-color:#FFFFFF;
}
.ppt113796 #mainsidebar .infoboks {}

.ppt113796 #mainsidebar .textwrap{	
		padding:5px; 
		background-color:#FDFDE7;
		width:100%;	
        font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;
		font-style:italic;
		}

.ppt113796 #mainsidebar h3.soknad {
		background-color:#D3D3D3; padding:5px;
}




h1.headlineview2 {
	text-decoration: underline;
	color: #2C4973 !important;
}


@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #mainsidebar, #footer, #cp, #searchform, .corner, #taleweb, #talewebholder, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks {
		display: none !important;
	}
	#page, #main {
		border: none !important;
		min-width: 0 !important;
		float: none !important;
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
};
.ledigestillinger .col1{width:16%;}

/*Tittel*/
.ledigestillinger .col2{width:40%;}

/*Enhet*/
.ledigestillinger .col3{width:40%;}

.ledigestillinger .row0 {background: #F1F1F1;}
.ledigestillinger .row1 {background: #ffffff;}
.ledigestillinger th {
	text-align:center; 
	background-color:#ECF0F8;
}

.ledigestillinger h1.headline {
	font-size:12px; 
	font-weight:normal;
}

.ledigestillinger span.date {color:#000000;}
.ppt113796 ul#shortcuts {display:none;}

.ppt113796 #mainsidebar .imgwrap  {
	width:100%; 
	background-color:#FFFFFF;
}
.ppt113796 #mainsidebar .infoboks {}

.ppt113796 #mainsidebar .textwrap{	
		padding:5px; 
		background-color:#FDFDE7;
		width:100%;	
        font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;
		font-style:italic;
		}

.ppt113796 #mainsidebar h3.soknad {
		background-color:#D3D3D3; padding:5px;
}
.ppt113796 #main h1.headlineview {color:#2C4973;}

.ppt113796 #mainsidebar  .soknadbox {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}

.ppt113796 #mainsidebar  .soknadbox .cell{
	padding: 5px;
}

@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #mainsidebar, #footer, #cp, #searchform, .corner, #taleweb, #talewebholder, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks {
		display: none !important;
	}
	#page, #main {
		border: none !important;
		min-width: 0 !important;
		float: none !important;
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}