/* Default stylesheet */
body {
	background-color: #E5F2FF;
	color: #000000;
	font-family: Arial, "Liberation Sans", "Helvetica Neue", Helvetica, Sans-serif;
	/*font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;*/
	/*font-family: Arial, "Liberation Sans", "Helvetica Neue", Helvetica, Sans-serif;*/
	/*font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;*/
	font-size: 75%; /* 12px*/
	margin: 0px;
	padding: 10px 0;
}
.headline {
	/* font-family: "Myriad Pro", Myriad, "DejaVu Sans Condensed", FreeSans, "Liberation Sans", "Helvetica Neue", Helvetica, Arial, Sans-serif;*/
	/*font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;*/
}
/*.mainmenu, .sitetitle {
	font-family: Arial, "Liberation Sans", "Helvetica Neue", Helvetica, Sans, "Nimbus Sans L",  Sans-serif;
}*/
.topmenu, .sidebar {
	/*font-family: "Myriad Pro", "Myriad", "Lucida Grande", "Lucida Sans Unicode", "Gill Sans", "Gill Sans MT", Calibri, FreeSans, "Liberation Sans", Arial, sans-serif;*/
}

table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 12px;
}
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;
}
.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: #003366;}
a:visited { color: #550066;}
a:hover { color: #0066CC;}

/* read more.. links */
.link { }
a.link:link { text-decoration: none; }
a.link:visited { text-decoration: none; }
a.link:hover { text-decoration: underline; }

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {color: #003366; text-decoration: none;}
.menu a:hover {text-decoration: underline;}

.menu a.menuselected:link {text-decoration: underline;}
.menu a.menuselected:visited {text-decoration: underline;}
.menu a.menuselected:hover {text-decoration: underline;}
a.scaletext {
	bottom: 1PX;
	color: #000000;
	position: relative;
	text-transform: uppercase;
}
a.scaletext, a.scaletext:hover {
	cursor: pointer;

}
#scalenormal {
	font-size: 12px;
}
#scalelarge {
	font-size: 16px;
}
#scalelargest {
	font-size: 20px;
	margin-right: 5px;
}

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
.cp { color: #A9AAAB;}
a.cp:link { color: #A9AAAB; text-decoration: none; }
a.cp:visited { color: #A9AAAB; text-decoration: none; }
a.cp:hover { color: #A9AAAB; 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 { }
.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*/
div.date, span.date { color: #333333; }
.author { color: #333333; }
.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: 0;
	top: 0;
}
span.corner.tr { 
	background-position: top right;
	right: 0;
	top: 0;
}
span.corner.br { 
	background-position: bottom right;
	bottom: 0;
	right: 0;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: 0;
	left: 0;
} 


/* 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; }
.pagebar.prev { margin-right: 10px; }
.pagebar a:link, .pagebar a:visited {text-decoration: none;}
.pagebar a:hover {text-decoration: underline;}
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headline, h2.headline {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}
h1.headlineview {
	margin: 0px;
	padding: 0px;
}
.subheadline, h2.subheadline, h3.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: 0 0 6px;
	padding: 0 30px 0 0;
}
.listingarea .ingress p{ margin: 0px!important;}
.listingarea div.ingress { margin: 0px;}

.ingressview {
	font-weight: bold;
}
div.ingressview, p.ingressview {
	font-size: 1.1em;
	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.articlelist {
	margin-bottom: 25px;
}
.block, .articleblock {
	margin-bottom: 15px;
}

.articleblock .imgwrap {
	float: right;
	width: 40%;
}
.articleblock .imgwrap img {
	border: 2px solid #000000;
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: left;
	width: 58%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock, div.twocol .col { 
	width: 49%;
}
div.twocol .articleblock.pair0, div.twocol .col0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1, div.twocol .col1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol .articleblock, div.threecol .col { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0, div.threecol .col0 { 
	clear: both;
}
div.threecol .articleblock.treble1, div.threecol .col1  { 
	margin-right: 0;
}
div.threecol .articleblock.treble2, div.threecol .col2  { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 4-spalter */
div.fourcol .col { 
	width: 23%;
	float: left;
	margin-right: 2.67%;
}
div.fourcol .col.col0 { 
	clear: both;
}
div.fourcol .col.col2 { 
	margin-right: 0;
}
div.fourcol .col.col3 { 
	clear: right;
	float: right;
	margin-right: 0;
}

div.imagelist {
	position: relative;
}
div.magebelte {
	margin-top: 15px;
}
.magebelte .col0 {
}
div.magebelte .col0 {
	width: 172px;
	margin-right: 6px;
}
div.magebelte .col1 {
	position: relative;
	width: 391px;
}
div.magebelte .col2 {
	width: 391px;
}
.magebelte .col1 .corner {
	background-image: url(http://img7.custompublish.com/getfile.php/1280563.1687.tdaacqtbss/rounded-corners-white.png);
	z-index: 20;
}
.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border: none;
	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 ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	background-color: #FFFFFF;
	width: 1011px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
}

.side.v.r.page {
	padding: 23px 11px 18px;
	zoom: 1;
}
.side.v.page {
	background-image: url(http://img7.custompublish.com/getfile.php/1280561.1687.vfruaqyqtd/page-shadows-vert.png);
}
.side.h.b {
	background-image: url(http://img7.custompublish.com/getfile.php/1280560.1687.qvqrbuxbvc/page-shadow-btm.png);
}
.side.h.t {
	background-image: url(http://img7.custompublish.com/getfile.php/1280562.1687.rapuwqqrde/page-shadow-top.png);
}
.corner.page {
	background-image: url(http://img7.custompublish.com/getfile.php/1280559.1687.yyfcadywrq/page-corners.png);
	height: 26px;
	width: 24px;
}
.corner.page.tl {
	left: 0px;
	top: 0px;
}
.corner.page.tr {
	right: 0px;
	top: 0px;
}
.corner.page.br {
	bottom: 0px;
	right: 0px;
}
.corner.page.bl {
	bottom: 0px;
	left: 0px;
}


#top {
	background-color: #006A9C;
	color: #FFFFFF;
	margin: 0 1px 0 60px;
	padding: 13px 12px 13px 110px;
	position: relative;
	zoom: 1;
	z-index: 10;
}
#topnav {
	background-color: #B8DFFA;
	border-top: 1px solid #FFFFFF;
	color: #003366;
	margin: 0 1px 0 60px;
	padding: 1px 12px 1px 110px;
}
#middle {
	padding: 30px 10px 10px;
}
#navbar {
	float: left;
	margin-right: 12px;
	width: 165px;
}
#main {
	float: left;
	min-height: 350px;
	width: 590px;
}

#mainsidebar {
	float: right;
	width: 175px;
}


/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 760px;
}
.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;
}

#magebelte {
	/*margin-left: 177px;*/
}
#magebelte .box .cell {
	min-height: 150px;
}
#footer {
	clear: both;
	color: #333333;
	font-size: 0.85em;
	padding: 2px;
	text-align: center;
}
#footer p {
	margin: 0;
}
#cp {
	bottom: 16px;
	clear: both;
	color: #A9AAAB;
	font-size: 0.85em;
	margin: 0 auto;
	padding: 2px;
	position: relative;
	text-align: center;
	width: 1011px;
}

/* SECTION: Sidebar */
.sidebar {
}

.box {
	background-color: #F9FCFF;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.box .corner {
	background-image: url(http://img7.custompublish.com/getfile.php/1403453.1687.qqxywffqfr/box-frame.png);
}
.box .head {
}
.box .cell {
	border-color: #7C99AE;
	border-style: solid;
	border-width: 0 1px 1px;
	padding: 10px;
}
.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 {
	background-color: #86B8E0;
	background-image: url(http://img7.custompublish.com/getfile.php/1403452.1687.aesypvbsqq/box-caption-bkg.png);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px solid #13354F;
	color: #FFFFFF;
	font-weight: normal;
	padding: 2px 10px; 
	margin: 0px;
}
div.box.kommuner {}
div.box.kommuner li {
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: middle;
}
div.box.kommuner li img {
	margin-right: 20px;
}
div.box.kommuner li a.headlinelink {
	bottom: 12px;
	position: relative;
}

/* SECTION: page elements */
a.sitetitle {
	float: left;
	font-size: 2.05em;
	font-weight: bold;
	letter-spacing: 2px;
	width: 320px;
}
a.sitetitle:link, a.sitetitle:visited, a.sitetitle:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#searchform {
	float: left;
	padding: 5px 0 0;
	margin: 0;
	width: 250px;
}
#searchform2 {
	padding: 5px 0 0;
	margin: 0 15px 0 auto;
	width: 255px;
}
#searchform2 div.inputwrap {	
/*	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	padding-left: 5px;
	width: 220px;
}
div.inputwrap {
	background-color: #FFFFFF;
	border: 1px solid #417389;
	width: 220px;
	float: left;
	position: relative;
}

div.inputwrap .corner {
	background-image: url(http://img7.custompublish.com/getfile.php/1403465.1687.dbfcqwbace/search-frame.png);
}
#searchform2 div.inputwrap .corner {
	background-image: url(http://img7.custompublish.com/getfile.php/1461900.1687.cacufdcvfr/search-frame-2.png);
}
div.inputwrap span.corner.tl { 
	left: -1px;
	top: -1px;
}
div.inputwrap span.corner.tr { 
	right: -1px;
	top: -1px;
}
div.inputwrap span.corner.br { 
	bottom: -1px;
	right: -1px;
}
div.inputwrap span.corner.bl { 
	bottom: -1px;
	left: -1px;
} 
input.searchinput {
	background-color: #FFFFFF;
	border: none;
/*	border: 1px solid #417389;
	border-radius: 5px;*/
	padding: 2px;
	vertical-align: middle;
	width: 212px;
}	
input.searchsubmit {
	float: right;
	vertical-align: middle;
	cursor: pointer;
}

div.customtools {
	float: right;
	padding: 5px 0 0;
	width: 400px;
	text-align: right;
}
.customtools #taleweb #talewebholder {
	bottom: 9px;
	margin-right: 140px;
	position: relative;
}
#logo {
	position: absolute;
	left: -75px;
	top: -20px;
	z-index: 20;
}
#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: 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

ul.mainmenu {
	margin: 0 0 25px;
}
ul.mainmenu li {
	margin: 5px 0;
}


ul.topmenu {
	list-style-type: none;
}
ul.topmenu li {
	border-left: 1px solid #003366;
	display: inline;
	padding: 0 5px;
}
ul.topmenu li:first-child {
	border-left: none;
	padding-left: 0;
}
#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
/* 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 {
	display: block;
	margin: 0 auto;
	border-width: 0px;
}

.icalendardayhead { background-color: #CECECE; }
.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%;
}

/* 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;
}


@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !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, #searchform, .corner, #taleweb, #PAFTOOLBAR {
		display: none !important;
	}
	#page, #main {
		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;
	}
}