/* Default stylesheet */
body {
	background-color: #FFFFFF;
	background-image: url(/getfile.php/1147996.1121.qfctvtvwvp/background.png);
	background-position: left top;
	background-repeat: repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	margin: 0px;
}
table,caption,th,td {
	font-size: 12px; 
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 11px;
}
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;
}
.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: #000000; text-decoration: none; }
a:visited { color: #666666; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }

/* read more.. links */
.link { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
a.menu, span.menu { }
a.menu:link, .menu a:link { text-decoration: none; }
a.menu:visited, .menu a:visited { text-decoration: none; }
a.menu:hover, .menu a:hover { text-decoration: underline; }

a.menuselected, span.menuselected { }
a.menuselected:link { text-decoration: underline; }
a.menuselected:visited { text-decoration: underline; }
a.menuselected:hover { text-decoration: underline; }

a.topmenu, span.topmenu { }
#topnav a:link { color: #FFFFFF; }
#topnav a:visited { color: #FFFFFF; }
#topnav a:hover { color: #FFFFFF; text-decoration: none; }

#navbar a:link { text-decoration: none; }
#navbar a:visited { text-decoration: none; }
#navbar a:hover { text-decoration: underline; }

.menu a:link { color: #006699; }
.menu a:visited { color: #006699; }
.menu a:hover { color: #006699; }

.menu a.itemselected { text-decoration: underline; }

#topnav .menu a.itemselected { text-decoration: none; }

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
.cp { color: #CCCCCC; }
a.cp:link { color: #CCCCCC; }
a.cp:visited { color: #CCCCCC; }
a.cp:hover { color: #000000; }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { color: #006699; }
.headline a:link { color: #FFFFFF; }
.headline a:visited { color: #FFFFFF; }
.headline a:hover { color: #FFFFFF; text-decoration: underline; }

h4.headlinelink { color: #006699; }
h4.headlinelink a:link { color: #006699; }
h4.headlinelink a:visited { color: #006699; }
h4.headlinelink a:hover { color: #006699; text-decoration: underline; }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* 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: 11px; }
.author { color: #999999; font-size: 11px; }
.author a:link { color: #999999; }
.author a:visited { color: #999999; }
.author a:hover { color: #999999; }
.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 */
/* 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; }
#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
div.pagebar { padding: 10px 0px; clear: both; margin-left: 20px; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

#top div.adminbar { position: absolute; top: 55px; left: 380px; }

/* SECTION: listing/view styles */
.listingarea { padding: 0px 0px; }

.page153340 .listingarea, .frontpage .listingarea { padding: 0px; }

div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
.headline, h1.headline {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.listingarea h1.headline, h1.headlineview {
	color: #FFFFFF;
	background: url(/getfile.php/1177748.1121.cubdqrwtfs/headline_back.gif) left top repeat-x;
	background-color: #8CBFD4;
	padding: 5px 15px 5px 21px;
}

.headlineview, h1.headlineview {

}

.subheadline, h2.subheadline {
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h4.headlinelink { 
	font-weight: normal;
	margin: 2px 0px;
	padding: 0px;
}

.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
#navbar div.ingress {
	margin: 4px 0px;
}
.ingressview {
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
	/*width: 485px;
	float: left;*/
}
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 */
.viewarea { padding: 0px 0px 10px 10px; }
.imgwrap.view { padding: 1px; }

.block, .articleblock {
	margin-bottom: 10px;
}
#navbar .block { 
	border-bottom: 1px dotted #C0C0C0; 
	padding-bottom: 5px;
}
#navbar .block.no2 { border-bottom: 0px none; margin-bottom: 0px; padding-bottom: 0px; } /* last block */
#navbar .block .imgwrap { margin-bottom: 3px; display: block; }

.articleblock .imgwrap, .viewarea .imgwrap {
	float: right;
	width: 242px;
	margin-top: 8px;
}
.imgwrap img, .body img {
	max-width: 100%;
	height: auto;
	border: 1px solid #5BA1C1;
}
.articleblock .textwrap {
	float: left;
	width: 507px;
}

.articleblock .textwrap .inner {
	padding: 5px 10px 5px 22px;
}

/* 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;
}

.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: #D5E7EE;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}
.body .paragraphpictext { margin-left: 10px; }

.bodyext { margin-bottom: 10px; }

div.articleparagraph { clear: none !important; margin: 0px 0px 15px 0px; }

div.articleparagraph p { margin: 0px 0px 10px 0px; }

.clearfix { clear: both; font-size: 1px; height: 0px; }

/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

div.artpics {
	width: 242px;
	float: right;
	margin-top: 2px;
	margin-left: 15px;
}
img.paragraphimage { padding: 0px; margin: 0px 0px 10px 0px; }

/* SECTION: page containers */ 
#page {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#top {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	position: relative;
	height: 120px;

}
#logo { margin-top: 15px; }

#topnav {
	position: absolute;
	right: 0px;
	top: 88px;
	font-size: 1.1em;
	font-weight: bold;
}
#middle {
}
#navbar {
	float: left;
	margin-right: 4px;
	width: 193px;
	padding: 0px;
	
}
#main {
	float: right;
	width: 760px;
	padding: 0px;
	margin-bottom: 30px;
}
.frontpage #main, .page153340 #main { width: 760px; }

#main .padwrap {
	padding: 9px; 
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-bottom: 8px;
}
#main .padwrap.noleft {
	padding-left: 0px;
	min-height: 500px;
}
#main .padwrap.nobottom {
	padding-bottom: 0px;
}
#main div.searchpage { padding: 10px 15px; }

/* #main when no sidebar */
.wide #main {
	float: right;
	width: 740px;
}
.wide #navbar {
	margin-right: 0;
}

#rightsection {
	float: right;
	width: 180px;
}
.frontpage #rightsection, .page153340 #rightsection { display: none; }

#footer {
	clear: both;
	padding: 15px 0px;
}
#footer div.bannersection { width: 650px; float: left; }
#footer div.textsection { width: 310px; float: right; text-align: right; }

/* SECTION: Sidebar */
.sidebar {
}

.box {
	padding: 0px;
	margin: 0px 0px 8px 0px;
	position: relative;
	zoom: 1;
}
.box .head {
}
.box.empty { display: none; }

.box .cell {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px;
	padding: 0px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption {
	padding: 0px;
	margin: 0px;
}
#navbar h3.caption { 
	font-size: 14px; 
	text-align: center; 
	margin: 5px 0px 8px 0px;
}
.box.red h3.caption {
	background: url(/getfile.php/1178510.1121.vyafyvqvbw/menu_header_red.gif) left top no-repeat;
	padding: 8px 10px;
	margin-bottom: 0px !important;
	color: #FFFFFF;
	height: 15px;
}
.box.red .cell {
	background-color: #B7B6B6;
}
#navbar .box { 
	background-color: #FFFFFF;
}
#navbar .box2 {
	/*background-color: #8DBFD4;*/
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
	/*font-weight: bold;*/
	border: 1px solid #CCCCCC;
}

/* SECTION: page elements */
#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 0px 3px 0px;
	padding: 1px 0px;
}

ul.menu li.spacingabove {
	margin-top: 10px;
}
ul.menu li.spacingbelow {
	margin-bottom: 10px;
}

#topmenu {
	list-style-type: none;
}
#topmenu li {
	display: block;
	float: left;
	margin-right: 5px;
	background: url(/getfile.php/1177828.1121.paeqbuuuqt/topmenu_back_inactive.gif) left top repeat-x;
	padding: 0px 0px 20px 0px;
	cursor: pointer;
}
#topmenu li.lastitem { margin-right: 0px; }

#topmenu li:hover, #topmenu li.itemselected  {
	background: url(/getfile.php/1177827.1121.dyepauybbq/topmenu_back_active.gif) left top repeat-x;
}
#topmenu li a {
	display: block;
	border: 1px solid #ADADAD;
	border-bottom: 0px none;
	padding: 6px 16px;
}

#catmenu li {
	position: relative;
	z-index: 100;
	display: block;
	float: left;
	width: 239px;
	overflow: hidden;
	/*border: 1px solid grey;*/
	margin: 0px 0px 12px 0px;
	padding: 0px;
}
#catmenu li.no0, #catmenu li.no3, #catmenu li.no6 { margin-right: 11px; }
#catmenu li.no1, #catmenu li.no4, #catmenu li.no7 { margin-right: 12px; }

#catmenu div.textwrap { display: none; padding: 5px 10px; font-weight: bold; }
#catmenu img { margin: 0px; padding: 0px; }

#mainmenu h3.caption {
	background: url(/getfile.php/1178509.1121.ucvrayxtyw/menu_header_blue.gif) left top no-repeat;
	color: #FFFFFF;
	padding: 8px 10px;
	margin: 0px;
	text-align: left;
	font-size: 14px;
	height: 15px
}

.buttonmenu li.menulevel0 {
	background: url(/getfile.php/1182370.1121.tsupfwcara/menubutton.gif) left top no-repeat;
	padding: 5px 5px;
	height: 14px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin-bottom: 8px;
}
.buttonmenu .menu li.menulevel0 a:link { color: #FFFFFF; }
.buttonmenu .menu li.menulevel0 a:visited { color: #FFFFFF; }
.buttonmenu .menu li.menulevel0 a:hover { color: #FFFFFF; }

#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search {
}
#searchform {
	/*margin-bottom: 5px;*/
}
#navbar form.searchform {
	background: url(/getfile.php/1177807.1121.tpuufutvdx/searchform.gif) left top no-repeat;
	height: 26px;
	position: relative;
}
input.searchinput {
	vertical-align: middle;
	border: 0px none;
	padding: 1px 3px;
	margin: 0px;
	width: 136px;
	height: 16px;
	background-color: #FFFFFF;
	color: #666666;
	position: absolute;
	top: 3px;
	left: 4px;
}	
input.searchsubmit {
	vertical-align: middle;
	border: 0px none;
	padding: 0px;
	margin: 0px;
	width: 17px;
	height: 18px;
	position: absolute;
	top: 4px;
	right: 4px;
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
	margin-bottom: 8px;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}

#frontslideshow { width: 746px; height: 276px; margin-bottom: 12px; position: relative; }

#frontslideshow h1 { font-size: 28px; margin-bottom: 15px; }
#frontslideshow div.alpha-overlay { 
	background: url(/getfile.php/1148307.1121.cpxqbfuuqc/newsflash_alpha.png) left top no-repeat transparent;
	width: 746px;
	height: 276px;
	position: absolute; 
	top: 0px; 
	left: 0px;
	z-index: 100;
}
#frontslideshow div.pagedescription { 
	width: 260px; 
	position: absolute; 
	top: 10px; 
	right: 25px; 
	z-index: 105;
	color: #FFFFFF;
}
.searchpage #frontslideshow { display: none; }


.slideshow img{
	width: 746px;
	height: 276px;
}

.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;
}

input.newslettersubemail {
	width: 98%;
}


/* SECTION: Kalender */

#calendar { 
  margin-top: 15px;
  padding-bottom: 5px;
}
#calendar h3 { 
  font-size: 1.0em;
}
.box h3 { 
  margin-left: 6px;
}
#calendar a { 
  padding-left: 1px;
}
div.monthlycalendar { 
  padding: 0px;
}
div.monthlycalendar table { 
  border-collapse: collapse;
}
div.monthlycalendar th, th.caldayname { 
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  color: #666666;
  font-weight: bold;
}
div.monthlycalendar td, td.calday, td.calsaturday, td.caltoday, td.calsunday, td.caldayhasevent { 
  border: 1px solid #D9D9D9;
  /*background-color: #F0F4FC;*/
  color: #666666;
  font-weight: normal;
}
div.monthlycalendar td.caldayhasevent  { 
  background-color: #F5F5F5;
	cursor: help;
	color: black;
}
div.monthlycalendar td:first-child, td.calday:first-child { 
  background-color: #F5F5F5;
  color: #666666;
}
div.monthlycalendar td.caltoday, td.caltoday { 
  background-color: #8F8F98;
  color: #FFFFFF;
  font-weight: bold;  
}
div.monthlycalendar td.calsunday, td.calsunday { 
 /* background-color: #F0F4FC;*/
  color: #ff3300;
}

div.monthlycalendar td.calmonthname { 
  padding-left: 3px;
  text-align: center;
  background-color: #8DBFD4;
  font-weight: bold;
  color: #002A4E;
}

.icalendardayhead  {  background-color: #F5F5F5; }
.monthlycalendartable  {  width: 100%; } 
.calendardate {  color:#333333; font-size: 85%; }

div.linkall { margin: 5px 0px; }
.linkall a:link { color: #006699; text-decoration: underline; }
.linkall a:visited { color: #006699; text-decoration: underline; }
.linkall a:hover { color: #000000; text-decoration: underline; }

/* Googlemaps */

#navbar #basicgmap { border: 1px solid #CCCCCC; margin-top: 0px; margin-bottom: 8px; }
#navbar #basicgmap .gmnoprint	{ display: none; }
#navbar #basicgmap div span	{ display: none; }
#navbar #basicgmap #logocontrol { display: block; }
#navbar div.bigmaplinkcontainer { display: none; }

/* Gallery plugin */

td.photogallerycell { padding-bottom: 10px; }

/* Mal med tabell for turartikler */

table.turartikkeltabell { 
border: none; 
width:100%;
}

td.turartikkeltabell { 
text-align:top;
vertical-align: top;
padding:4px;
}

td.bildefelt { 
width: 240px;
padding-left: 6px;
}