/* Default stylesheet */
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
	/*font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;*/
	font-size: 75%; /* 12px */
	margin: 0px;
	padding: 5px 0;
}
table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
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: #23AAE1; }
a:visited { color: #23AAE1; }
a:hover {  color: #23AAE1;}

/* 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; color: #4A8AB3;}
.menu a:visited {text-decoration: none;color: #4A8AB3;}
.menu a:hover {text-decoration: underline;color: #4A8AB3;}

.menu a.itemselected:link {text-decoration: underline;}
.menu a.itemselected:visited {text-decoration: underline;}
.menu a.itemselected:hover {text-decoration: underline;}


.mainmenu a:link, .mainmenu a:visited, .mainmenu a:hover {
	color: #FFFFFF;
}


/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { color: #333333; text-decoration: none;}
a.toollink:visited { color: #333333;  text-decoration: none;}
a.toollink:hover { color: #333333;  text-decoration: underline;}

/* 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 { color: #000000; text-decoration: none;}
.headlinelink:visited { color: #000000; text-decoration: none;}
.headlinelink:hover { color: #000000; text-decoration: underline;}

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { color: #000000; text-decoration: none;}
.headline .headlinelink:visited { color: #000000; text-decoration: none;}
.headline .headlinelink:hover { color: #000000; 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: #333333; font-size: 0.9em; }
.author { color: #333333; font-size: 0.9em; }
.feedback { }
.copyright { }


/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background-image: url(/getfile.php/1310724.1140.cqsvpxtdye/corners.png);
	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 { 
	color: #333333;
	font-size: 0.85em;
	margin: 15px 0px; 
}
.tools .tool { 
	background-position: left center;
	background-repeat: no-repeat;	float: left;
	margin: 0 10px 10px 0; 
	padding: 3px 0;
}
.tools .tool.combo {
	background-color: #F1F1F1;
	padding: 3px 3px 3px 4px;
}

.tool#tips {
	background-image: url(/getfile.php/1321101.1140.suebaurqfp/ikon-konvolutt.png);
	padding-left: 20px;
}
.tool#printable {
	background-image: url(/getfile.php/1321102.1140.ybcparebed/ikon-printer.png);
	padding-left: 20px;
}

#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
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.5em;
	margin: 0px;
	padding: 0px;
}
h1.mainheadline {
	font-size: 2.0em;
}

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 16px; 
	padding: 0px;
}
p.byline, div.byline {
	border-bottom: 1px solid #DADADC;
	color: #333333;
	font-size: 0.85em;
	margin: 0 0 10px; padding: 5px 0;
}
.byline .date, .byline .author {
	font-size: 1.0em;
}

/* 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 */
.block, .articleblock {
	margin-bottom: 15px;
}

.articleblock .imgwrap {
	margin: 0 0 5px;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
}
/* 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;
	border-style: solid;
	border-color: #000000;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}
div.diskuforum {
	margin: 5px 0 15px;
}

/*.viewarea img.dynimage:after {
	content: attr(title);
	font-style: italic;
}*/
p.pictext {
	font-style: italic;
	font-size: 0.9em;
	padding: 0 5px;
	margin: 0 0 8px;
}

.clearfix { clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	border-width: 0 1px;
	border-style: solid;
	border-color: #CCCCCC;
	margin: 0 auto;
	padding: 5px;
	text-align: left;
	width: 1000px;
}
#top {
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #CCCCCC;
	background-image: url(/getfile.php/1310726.1140.yfctbbreuv/toppbilde.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #0E639A;
	clear: both;
	margin: 0 0 10px;
	padding: 5px 0 5px;
	position: relative;
	zoom: 1;
}
#navbar {
	width: 795px;
	float: right;
	margin-top: 79px;
}
#middle {
}
#main {
	float: left;
	min-height: 500px;
	width: 468px;
	margin-right: 6px;
}

#mainsidebar {
	float: left;
	width: 370px;
}

#adbar {
	float: right;
	width: 150px;
}

/* #main when no sidebar */
.widemain #main {
	float: left;
	width: 876px;
	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 {
	clear: both;
	font-size: 0.9em;
	text-align: center;
}
/* SECTION: Sidebar */
.sidebar {
}

.box {
	border: 1px solid #0E76BC;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.box .head {
}
.box .cell {
	padding: 5px;
}
.box .cell.odd1 {
	background-color: #D7EFFD;
}
.box .cell.odd1 a:link, .box .cell.odd1 a:visited, .box .cell.odd1 a:hover {
	color: #000000;
}
.box .footcell {
	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, h3.boxheader {
	background-color: #0E76BC;
	color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	text-transform: uppercase;
}


.box.variant1 { 
	border-color: #5fb5dc;
}
.box.variant1 .caption{ 
	background-color: #5fb5dc;
	background-image: url(/getfile.php/1321121.1140.twpuetutbc/caption-bkg-b10.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.box.variant2 { 
	border-width: 0;
}
.box.variant2 .caption{ 
	background-color: #ED1C24;
}
.box.variant3 { 
	border-color: #2bb673;
}
.box.variant3 .caption{ 
	background-color: #2bb673;
}
.box.variant4 { 
	border-color: #d7df21;
}
.box.variant4 .caption{ 
	background-color: #d7df21;
}
.box.variant5 { 
	border-color: #983e36;
}
.box.variant5 .caption{ 
	background-color: #983e36;
}
.box.variant6 { 
	border-color: #cf499a;
}
.box.variant6 .caption{ 
	background-color: #cf499a;
}

/* SECTION: page elements */
#logo {
	float: left;
}
#top div.adminbar {
	position: absolute;
	top: 50px;
	left: 210px;
}
#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-left: 50px;*/
}
ul.menu li.spacingbelow{
/*	margin-right: 50px;*/
}
ul.mainmenu {
	background-color: #0E639A;
	color: #FFFFFF;
	line-height: 1.0;
	padding: 5px 0;
}
ul.mainmenu li {
	border-left: 1px solid #FFFFFF;
	display: inline;
	padding: 0 12px 0 8px;
}
ul.mainmenu li:first-child {
	border-left: none;
}

ul.childmenu {
	color: #0E639A;
	font-size: 0.9em;
	line-height: 1.0;
	padding: 5px 0;
}
ul.childmenu li {
	border-left: 1px solid #0E639A;
	display: inline;
	padding: 0 4px;
}
ul.childmenu li:first-child {
	border-left: none;
}


#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search {
}
#searchform {
	position: absolute;
	top: 40px;
	right: 20px;
	zoom: 1;
}
input.searchinput {
	vertical-align: middle;
}	
input.searchsubmit {
	background-color: #333333;
	border-style: outset;
	color: #FFFFFF;
	vertical-align: middle;
	cursor: pointer;
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	margin: 0 0 10px;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img, .bannerlocation embed, .bannerlocation object {
	border-width: 0px;
	margin: 0 0 5px;
}
#bannerlocation5 img, #bannerlocation5 embed, #bannerlocation5 object {
	margin-right: 5px;
}
#bannerlocation1{
  clear: none;
  float: left;
  width: 200px;
}
#bannerlocation2{
  clear: none;
  float: right;
  width: 768px;
  padding-right: 5px;
}
#bannerlocation50 .caption {
	margin-bottom: 5px;
}
/*
#bannerlocation50 img {
	margin-bottom: 4px;
}
#bannerlocation50 img:nth-child(3n-1) {
	clear: both;
	float: left;
	margin-right: 4px;
}
#bannerlocation50 img:nth-child(3n+1) {
	clear: right;
	float: right;
}
*/
#bannerlocation50 img {
	margin: 0 3px 4px 0;
}

.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;
}


.lgblock{
  margin-bottom: 15px;
  min-height: 17em;
  float: left;
  background-color: #EEEEEE;
  width: 140px;
  padding: 5px;
  border: 1px solid #999999;
  margin-right: 10px;
  overflow: auto;
  overflow-x: hidden;
}

dl.leverandor{
  padding: 0px;
  margin: 10px 0px 0px;
}
dl.leverandor dt.tlf, dl.leverandor dt.fax, dl.leverandor dd.tlf, dl.leverandor dd.fax{
  display: inline;
} 
dl.leverandor dt{
  font-weight: bold;
}
dl.leverandor dt.adress{
  display: none;
}
dl.leverandor dd.tlf, dl.leverandor dd.fax{
  padding-right: 10px;
  padding-left: 0px;
  margin: 0px;
}
dl.leverandor dt.url{
  margin-top: 10px;
}

div.lgmenu{
  width: 200px;
  float: left;
}

dl.leverandor dd{
  margin-bottom: 5px;
  padding-left: 0px;
  margin-left: 0px;
}

ul.forumlatestposts {}
ul.forumlatestposts li {
	font-weight: bold;
	margin-bottom: 5px;
}
ul.forumlatestposts ul {
	margin: 2px 0;
}
ul.forumlatestposts ul li{
	font-weight: normal;
	margin-bottom: 0px;
}

@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 {
		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;
	}
}
