/* Default stylesheet */
body {
  	/* background-color: #FFFFFF; */
  	/* color: #000000; */
	font-family: Arial, "Liberation Sans", Helvetica, Sans-serif;
  font-size: 75%;
  margin: 0px;
	padding: 0;
}
.menu, #topnav, .caption{
	font-family: "Trebuchet MS", Trebuchet, Arial, "Liberation Sans", Helvetica, Sans-serif;
}

table,caption,th,td {
  font-size: 1.0em; 
}
h1, h2, h3, h4, h5, h6{
  font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
  margin: 4px 0px;
  padding: 0px;
}

h1 {
  font-size: 1.2em;
}
h2 {
  font-size: 1.1em;
}
h3 {
  font-size: 1.0em;
}
h4 {
  font-size: 1.0em;
}
h5 {
  font-size: 1.0em;
}
h6 {
  font-size: 1.0em;
}
p {
  padding: 0px;
  margin: 4px 0px 16px 0px;
}
/* End General elements*/

/* Use class layout on images and tables used for layout */
img.layout, a img.layout, img.imagelist, a img.imagelist {
  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: #0066cc; */}
a:visited { 	/* color: #0066cc; */}
a:hover { 	/* color: #0066cc; */}

/* read more.. links */
.link  { }
a.link:link { text-decoration: underline; }
a.link:visited { text-decoration: underline;}
a.link:hover { text-decoration: underline;}

/* Standard navigation links */
.menu a, .menu span { }
.menu a:link {text-decoration: none; 	/* color: #000000; */}
.menu a:visited {text-decoration: none; 	/* color: #000000; */}
.menu a:hover {text-decoration: underline; 	/* color: #000000; */}

/* For emptypagemenus */
#main .menu a:link {text-decoration: underline;}
#main .menu a:visited {text-decoration: underline;} 

.menu a.menulevel0, .menu span.menulevel0 { }
.menu a.menulevel0:link {text-decoration: none; 	/* color: #043052; */}
.menu a.menulevel0:visited {text-decoration: none; 	/* color: #043052; */}
.menu a.menulevel0:hover {text-decoration: none; 	/* color: #043052; */}


#topnav a:link { 	/* color: #FFFFFF; */ text-decoration: none;}
#topnav a:visited {	/* color: #FFFFFF; */  text-decoration: none;}
#topnav a:hover { 	/* color: #FFFFFF; */ text-decoration: none;}

.sidebar a:link{
		/* color: #153b06; */
}
.sidebar a:visited{
		/* color: #153b06; */
}
.sidebar a:hover{
		/* color: #153b06; */
}

/* Printable/tell a friend links  */
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.  */
.cp {	/* color: #999999; */ }
a.cp:link { 	/* color: #999999; */ text-decoration: none;}
a.cp:visited { 	/* color: #999999; */ text-decoration: none;}
a.cp:hover { 	/* color: #999999; */ text-decoration: underline;}


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { text-decoration: none;}
.headlinelink:visited { text-decoration: none;}
.headlinelink:hover { text-decoration: underline;}

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { 	/* color: #b3730d; */ text-decoration: none;}
.headline .headlinelink:visited { 	/* color: #b3730d; */ text-decoration: none;}
.headline .headlinelink:hover { 	/* color: #b3730d; */ 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; 	/* color: #000000; */ }
a.tree:visited {text-decoration: none; 	/* color: #000000; */ }
a.tree:hover {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 {text-decoration: underline; 	/* color: #000000; */ }



/* SECTION: Standard CP classes*/
.default { }
.date {	/* color: #999999; */ font-size: 0.85em; }
.author {	/* color: #333333; */ font-size: 0.85em; }
.byline .date, .byline .author{
	font-size: 1.0em;
}
.feedback { }
.copyright { }
#path { margin-bottom: 10px; }
#path span.arrow { padding: 0px 3px; }


/* 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: 0px;
  top: 0px;
}
span.corner.tr{
  background-position: top right;
  right: 0px;
  top: 0px;
}
span.corner.br{
  background-position: bottom right;
  bottom: 0px;
  right: 0px;
}
span.corner.bl{
  background-position: bottom left;
  bottom: 0px;
  left: 0px;
} 
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;
}


/* 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;
}


/* Standard tools */
div.tools {margin: 15px 0px; }
div.tool {margin: 2px 0px; }
#skiplink {display: none; }
/* SECTION: listing/view styles */
div.pagedescription { }
.pagedescription { }
h1.headline  {
		/* color: #b3730d; */
	font-size: 1.1em;
  margin: 0px;
  padding: 0px;
}
h1.headlineview  {
		/* color: #b3730d; */
  font-weight: bold; 
  margin: 0px;
  padding: 0px;
}
.subheadline, h2.subheadline  {
  font-weight: normal; 
  margin: 5px 0px 0px 0px;
  padding: 0px;
  line-height: 1.0;
}
.ingress {
}
div.ingress {
  margin: 6px 0px; 
  padding: 0px;
}
.ingressview {
}
div.ingressview {
  margin: 6px 0px; 
  padding: 0px;
}
p.byline, div.byline {
	font-size: 0.85em;
  margin: 0px; 
	padding: 0px;
}
.listingarea .byline .link{
	margin-left: 2px;
	margin-right: 2px;
}
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 */
.block, .articleblock {
		/* background-image: url(http://img7.custompublish.com/getfile.php/934276.1387.xubwauypey/articleblock-border-hori-va.gif); */
	background-position: bottom left;
	background-repeat: repeat-x;
	border-width: 0 0 1px;
		/* border-color: #C3D3DF; */
	border-style: solid;
  margin-bottom: 15px;
	padding: 0 1px;
	position: relative;
	zoom: 1;
}
.viewarea .block{
	border-width: 0;
}
.block .inner, .articleblock .inner {
		/* background-image: url(http://img7.custompublish.com/getfile.php/934277.1387.ycfawaxatt/articleblock-bkg_h250.gif); */
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 7px;
	/*min-height: 112px;*/ /* 182px */
	position: relative;
	zoom: 1;
}
.articleblock span.corner{
		/* background-image: url(http://img7.custompublish.com/getfile.php/934243.1387.tequysyvsq/articleblock-frame-variant1.gif); */
}
.articleblock span.corner.br, .articleblock span.corner.bl{
	bottom: -1px;
}

.articleblock span.corner.bl{
	left: -1px;
}
.articleblock span.corner.br{
	right: -1px;
}
.pagebar{
	text-align: right;
}

div.imgwrap{
	float: right;
	width: 120px;
	text-align: right;
}
div.twocol div.imgwrap{
	width: 80px;

}
div.imgwrap img{
	border-width: 1px;
	border-style: solid;
	float: none !important;;
	margin: 0 !important;
	width: 110px;
	height: auto;
}
div.twocol div.imgwrap img{
	width: 70px;
}
/* 2-spalter */
div.twocol .articleblock{
	width: 49%;
}
div.twocol div.articleblock.pair0{
	clear: both;
	float: left;
}
div.twocol div.articleblock.pair1{
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol .articleblock{
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol div.articleblock.treble0{
	clear: both;
}
div.threecol div.articleblock.treble1{
	margin-right: 0;
}
div.threecol div.articleblock.treble2{
	clear: right;
	float: right;
	margin-right: 0;
}



hr {
  clear: both;
}
div.hr {/* Replacement for hr. This is easier to style */
  font-size: 1px;
  clear: both;
  height: 10px;
  margin-bottom: 10px;
}
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 {
  width: 1014px;
	margin: 0 auto;
  padding: 0px;
  text-align: left;
}
div.s1.page{
		/* background-image: url(http://img7.custompublish.com/getfile.php/934183.1387.ycedpctutp/page-shadow-mid.gif); */
}
div.s2.page{
		/* background-image: url(http://img7.custompublish.com/getfile.php/934170.1387.uyxbyepucq/page-shadow-top.gif); */
}
div.s3.page{
	padding: 9px 14px 9px 13px;
}

#top {
		/* background-color: #7C9DBB; */
		/* background-image: url(http://img7.custompublish.com/getfile.php/934171.1387.awuewcytct/top-bkg.png); */
	background-position: top left;
	background-repeat: no-repeat;
	height: 127px;
  margin: 0 0 2px;
  padding: 0px;
	position: relative;
}

#topnav {
		/* background-color: #0A3F6F; */
		/* background-image: url(http://img7.custompublish.com/getfile.php/934173.1387.rvtvpddesb/topmenu-bkg.gif); */
	background-position: top left;
	background-repeat: repeat-x;
		/* color: #FFFFFF; */
	font-size: 1.2em;
	margin-bottom: 1px;
/*	padding-left: 204px;*/
	position: relative;
	zoom: 1;
}
#middle {
	padding: 19px 8px 19px 8px;
		/* background-image: url(http://img7.custompublish.com/getfile.php/934175.1387.etexuqfsxw/topmenu-shadow.gif); */
	background-position: top center;
	background-repeat: no-repeat;
}
#navbar {
	float: left;
	margin-right: 10px;
	width: 186px;
}
#main {
	float: left;
  min-height: 500px;
	width: 580px;
}
#footer {
  clear: both;
		/* color: #666666; */
	font-size: 0.85em;
  text-align: center;
}
/* SECTION: Sidebar */
#mainsidebar {
	float: right;
	width: 186px;
}
.sidebar {
}

.box {
  padding: 0px;
  margin: 0px 0px 9px 0px;
  position: relative;
	zoom: 1;
}
.listingarea .box, .viewarea .box{
}
.listingarea .box h3.caption, .viewarea .box h3.caption{
	padding-left: 10px;
}
.listingarea .box .cell, .viewarea .box .cell{
	padding: 5px 10px 10px;
}

.box .head {
}
.box .cell {
  padding: 5px;
	position: relative;
	zoom: 1;
}
.box ul {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}
.box ul li {
  margin: 0px 0px 3px;
  padding: 0px;
}
.box p {
  padding: 0px;
  margin: 0px 0px 5px 0px;
}
.box h3.caption {
	background-position: bottom left;
	background-repeat: repeat-x;
	font-size: 1.0em;
  padding: 5px 6px 12px;
  margin: 0px;
	position: relative;
	zoom: 1;
}
/* FLexible box */

.box .caption span.corner{
	z-index: 10;
}
.box .caption span.corner.tl, .box .caption span.corner.tr{
	height: 9px;
	width: 6px;
}
.box .caption span.corner.bl, .box .caption span.corner.br{
	height: 20px;
	width: 4px;
}
.box div.side.v.r{
	padding: 3px 4px;
}
.box .side .caption{
	margin: 0;
	padding: 0 !important;
}


.box .side .caption span.side.v.r{
	padding: 6px 9px 9px 6px;
}








.sidebar .box{
		/* background-color: #F0F3EC; */
}
.sidebar .box div.s1{
		/* background-image: url(http://img7.custompublish.com/getfile.php/934252.1387.ebrtpavbaq/box-variant1-shadow-mid.gif); */
}
.sidebar .box div.s2{
		/* background-image: url(http://img7.custompublish.com/getfile.php/934253.1387.quqqcxdfqd/box-variant1-shadow-top.gif); */
}
.sidebar .box div.s3{
		/* background-image: url(http://img7.custompublish.com/getfile.php/934251.1387.aqfqedddwr/box-variant1-shadow-bottom.gif); */
	min-height: 155px;
	padding: 3px 7px 9px;
}
.sidebar .box h3.caption{
		/* background-color: #EDF1E7; */
		/* background-image: url(http://img7.custompublish.com/getfile.php/934179.1387.bpbxawsauf/box-caption-variant2-bkg.gif); */
		/* color: #153B06; */
}
div.box.variant3{
	background-position: top left;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
}

#bildegalleriteaser img{
/*	width: 100%;
	height: auto;*/
}

/* SECTION: page elements */
#kvapen{
	position: absolute;
	top: 22px;
	left: 19px;
}
#logo{
	position: relative;
	left: 124px;
	top: 31px;
}
#toppbilder{
	left: 567px;
	position: absolute;
	top: 20px;
	overflow-y: hidden;
	width: 420px;
	height: 89px;
}
#toppbilder div.imagelist{
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
	margin-right: 3px;
/*	padding: 3px;*/
	position: relative;
}
#toppbilder div.imagelist span.corner{
	height: 3px;
	width: 3px;
}
#toppbilder div.imagelist img{
	display: block;
	height: auto;
	width: auto;
}
#path{
  margin-bottom: 5px;
} 
ul.headlines{
}
ul.menu {
  padding: 0px;
  margin: 0 0 9px;
  list-style-type: none;
}
ul.menu a{
  display: block;
  padding: 2px 2px 2px 10px;
} 
ul.menu li {
  margin: 0px;
	padding: 0;
}
ul.menu li a.menulevel0{
}
ul.menu a.spacingabove,  ul.menu span.spacingabove{
	margin-top: 10px;
}
ul.menu a.spacingbelow,  ul.menu span.spacingbelow{
	margin-bottom: 10px;
}

ul.submenu{
  padding: 0px;
  margin: 0 0 0 16px;
  list-style-type: none;
}
ul.submenu a{
	display: block;
	padding: 2px 2px 2px 6px;
}
#topmenu {
		/* background-image: url(http://img7.custompublish.com/getfile.php/934174.1387.xuxpsxeyef/topmenu-separator.gif); */
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
  list-style-type: none;
	margin: 0;
	padding: 0;
}
#topmenu li {
  display: block;
	float: left;
		/* background-image: url(http://img7.custompublish.com/getfile.php/934174.1387.xuxpsxeyef/topmenu-separator.gif); */
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0 1px 0 0;
	margin: 0;
}
#topmenu li a{
	display: block;
	padding: 4px 15px;
}
#topmenu li a.itemselected, #topmenu li a:hover{
		/* background-color: #D4E6F6; */ 
		/* background-image: url(http://img7.custompublish.com/getfile.php/934172.1387.ufaautcsrs/topmenu-active-bkg.gif); */
	background-position: top left;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
		/* border-color: #9ABAD7; */
	padding: 3px 14px;
}

#topmenu li a.itemselected:link, #topmenu li a.itemselected:visited, #topmenu li a.itemselected:hover, #topmenu li a:hover{
		/* color: #043052; */
	text-decoration: none;
}

/* Hjem til venstre */
#topmenu li.firstitem{
	position: absolute;
	top: 0;
	left: 12px;
}

ul.mainmenu{
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0px;
}
ul.mainmenu ul{
	margin-bottom: 0;
	margin-left: 1px;
}
ul.mainmenu ul ul{
	margin-bottom: 0;
	margin-left: 10px;
}
ul.mainmenu li{
	margin: 0;
	padding: 0;
}
ul.mainmenu li.menulevel0{
	margin: 0 0 9px;
	padding: 0 0 5px;
}
ul.mainmenu a.menulevel0, ul.mainmenu span.menulevel0 {
	background-position: left bottom;
	background-repeat: repeat-x;
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 5px 6px 12px 6px;
}


ul.mainmenu{}
ul.mainmenu li{}
ul.mainmenu li a{
	position: relative;
}

ul.mainmenu li a.itemselectedcurrent, ul.mainmenu li span.itemselectedcurrent{
	font-weight: bold;
}


ul.mainmenu{
	margin: 0 0 9px;
}
ul.mainmenu ul.menu{
	margin: 0;
}
ul.mainmenu div.s3{
	padding: 3px 7px 9px;
}




div.menuwrap{
	margin: 0 0 9px;
}
div.menuwrap ul.menu{
	margin: 0;
}
#navbar div.menuwrap div.s1{
		/* background-image: url(http://img7.custompublish.com/getfile.php/934238.1387.bdsyduquyx/navbar-menu-shadow-mid.gif); */
}
#navbar div.menuwrap div.s2{
		/* background-image: url(http://img7.custompublish.com/getfile.php/934239.1387.dfvwqasedw/navbar-menu-shadow-top.gif); */
}
#navbar div.menuwrap div.s3{
		/* background-image: url(http://img7.custompublish.com/getfile.php/934237.1387.wreavswfps/navbar-menu-shadow-bottom.gif); */
	padding: 5px 7px 9px;
}

#tools {
  list-style-type: none;
}
#tools li {
  background-position: center left;
  background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#sitetools{
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
  list-style-type: none;
}
#sitetools li{
	display: block;
	float: left;
	margin: 0;
	padding: 2px;
/*	padding: 3px 5px 4px 5px;*/
}
#sitetools #tool-textsize{
		/* background-image: url(http://img7.custompublish.com/getfile.php/934174.1387.xuxpsxeyef/topmenu-separator.gif); */
	background-position: top right;
	background-repeat: no-repeat;
	padding-left: 11px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#tool-textsize a, #tool-colors a, #tool-textsize a:link, #tool-colors a:link, #tool-textsize a:visited, #tool-colors a:visited, #tool-textsize a:hover, #tool-colors a:hover{
	cursor: pointer;
}
a#scalenormal{
  font-size: 12px;
}
a#scalelarge{
  font-size: 16px;
}
a#scalelargest{
  font-size: 20px;
}
#sitetools #tool-colors{
	width: 75px;
	padding-bottom: 0;
}
#tool-colors a img{
	display: block;
}
#tool-colors a{
	float: left;
	width: 22px;
}
#tool-colors img{
	border-color: #000000;
	border-style: solid;
	border-width: 1px 0 1px 1px;
}
#tool-colors img.bw{
	border-width: 1px;
}
#sitetools #tool-search{
	padding-top: 4px;
}
#search {
}
#searchform {
	padding: 0;
	margin: 0;
	width: 186px;
}
#searchform div.inputwrap{
		/* background-color: #FFFFFF; */
	position: relative;
	width: 159px;
	float: left;
	margin-right: 5px;
}

#searchform span.corner{
		/* background-image: url(http://img7.custompublish.com/getfile.php/934192.1387.vbuyaxudub/search-corners.gif); */
	
}
#searchform input.searchinput {
		/* background-color: #FFFFFF; */
	border: none;
		/* color: #000000; */
  vertical-align: middle;
	width: 150px;
	margin-left: 3px;
}	
#searchform input.searchsubmit {
	float: right;
  vertical-align: middle;
	margin-top: 2px;
}

ul.tools{
	list-style-type: none;
	padding: 5px 0px 5px 20px;
	margin: 0 0 10px;
}
ul.tools li{
	margin: 0;
	padding: 0;
}

/* SECTION: banner locations */
.bannerlocation {
  clear: both;
	margin: 0 0 9px;
  text-align: center;
}
.bannerlocation table {
  margin-left: auto;
  margin-right: auto;
}
.bannerlocation td {
  text-align: center;
  padding: 5px 0px;
}
.bannerlocation img {
  border-width: 0px;
}
#bannerlocation1 img{
	margin: 0 5px 5px;
}
.icalendardayhead  { 	/* background-color: #cecece; */  }
.monthlycalendartable  { width: 100%; }
.calendardate { 	/* color:#333333; */ font-size: 85%;  }
.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;
}

/* Kalender */

#calendarbox{
	padding-bottom: 13px;
}
table.monthlycalendartable{
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
}
table.monthlycalendartable caption, table.monthlycalendartable td.calmonthname, table.monthlycalendartable th{
	font-weight: bold;
}
table.monthlycalendartable td, table.monthlycalendartable th{
	border-style: solid;
	border-width: 1px;

}
table.monthlycalendartable td.caldayhasevent{
	font-weight: bold;
}

#kalendermaned{
	border-style: solid;
	border-width: 1px;
	float: left;
	width: 166px;
	padding: 0px;
	margin: 0 5px 0 10px;
	display: inline;
}

#kalenderoppforinger{
	float: right;
	padding-bottom: 25px;
	width: 375px;
}

#calfooter{
	position: absolute;
	bottom: 3px;
	left: 180px;
}

/* SECTION: Tjenester */
div.box.nolosnolos{
	display: none;
}

#ldaprestable a.mailto {
	white-space: nowrap;
}