/* Default stylesheet */
body {
	background-color: #FFF;
	color: #000;
	font-family: Calibri, FreeSans, Trebuchet MS, sans-serif;
	font-size: 75%; /* 12px*//*Entret font størrelse etter ønske fra kunde fra 75%  B*/
	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;
}
h1 a:hover{
	color: #999;
}
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;
}
.innerbody {font-size: 22px; font-weight: 200;}
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: #000; text-decoration: none; }
a:visited {color: #000;}
* a, a:hover {
	-moz-transition-duration: 1s;
    -moz-transition-property: all;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
  	-o-transition-property: all;
	-o-transition-duration: 1s;
}
img {
	-moz-transition-duration: .5s;
    -moz-transition-property: all;
	-webkit-transition-property: all;
	-webkit-transition-duration: .5s;
  	-o-transition-property: all;
	-o-transition-duration: .5s;
}
img:hover {
	opacity: .7; filter: alpha(opacity=70); zoom: 1;
	-moz-transition-duration: .5s;
    -moz-transition-property: all;
	-webkit-transition-property: all;
	-webkit-transition-duration: .5s;
  	-o-transition-property: all;
	-o-transition-duration: .5s;
}
.pagelogo img:hover {
	opacity: .7; filter: alpha(opacity=70); zoom: 1;
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 2;
	-moz-animation-name: pulse;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count:2;
	-o-animation-name: pulse;
	-o-animation-duration: 3s;
	-o-animation-iteration-count: 2;
}
@-webkit-keyframes pulse {
  from {
    opacity: 0.35;
  }
  50% {
    opacity: 1.0;
  }
  to {
    opacity: 0.35;
  }
}
@-moz-keyframes pulse {
  from {
    opacity: 0.35;
  }
  50% {
    opacity: 1.0;
  }
  to {
    opacity: 0.35;
  }
}
@-o-keyframes pulse {
  from {
    opacity: 0.35;
  }
  50% {
    opacity: 1.0;
  }
  to {
    opacity: 0.35;
  }
}
/* read more.. links */
.link { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {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;}

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
#cp {
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}

.kontaktbunn {
	text-align: center;
	font-size: 13px;
}

a.cp:link { }
a.cp:visited { }
a.cp:hover { }

/* Linked headlines (normally inside LIST-sections) */
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
/* Navigation path links */
.path { }
a.path:link { text-decoration: none; }
a.path:visited { text-decoration: none; }
a.path:hover { text-decoration: underline; }

/* 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; }

a.buybutton_view { font-size: 18px; text-decoration: underline; }

/* SECTION: Standard CP classes*/

/* default form styling */
input, textarea {
	max-width: 98%;
}
label, .cpstextheading {
	font-weight: bold;
}
/* Cp forms */
.cpstextheading {
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 2px;
}
.cpselementcontainer {
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 15px;
	padding: 2px 0 15px;
}
.cpsoptionsclear {
	clear: both;
	font-size: 1px;
	height: 0px;
}
.cpsoptionlabel {
	font-weight: normal;
}
.cpselementcontainer.horizontal .cpstextheading {
	float: left;
	width: 32%;
}
.cpselementcontainer.horizontal .cpsoptions, .cpselementcontainer.horizontal .cpsstatictext  {
	float: right;
	text-align: left;
	width: 66%;
}
.cpselementcontainer .cpsstatictext {
	margin: 2px 0 5px 0;
	padding-top: 2px;
}
.optionshorizontal .cpsradiooption {
	float: left;
}
.mandatory {
	color: #FF0000;
}
div.date, span.date { color: #999999;  }

.author { color: #333333; font-size: 0.9em; }
.feedback { }
#copyright {text-align: center; font-size: 16px;}


/* 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; font-size: 1.8em; }
.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;
	font-weight: 200;
	margin: 0px;
	padding: 0px;
}

.grid h1.headline {
	font-size: 1.5em;
	line-height: 1.0em;
	font-weight: 200;
	margin-top: 15px;
	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;
	font-size: 130%!important;
}
.ingressview {
}
div.ingressview {
	margin: 6px 0px;
	padding: 0px;
}
p.byline, .byline {
	margin: 10px 0 10px 0; padding: 0px;
}

.viewarea div.listingpic {
	width: 350px;
	float: right;
	margin: 0 0 10px 10px;
}
.listingpicfpo {
	width: 220px;
	height: 120px;
	/* background: url(https://img9.custompublish.com/getfile.php/1933869.2099.duscxuwvav/eventimagesmall.jpg) no-repeat; */
}

/* SECTION: Articlemedia */
div.articlemedia {
	clear: right;
	width: 250px;
	float: right;
	margin-left: 10px;
}
div.articlemedia img {
	border: 1px solid #92622A;
	padding: 2px;
}
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: 220px;
}
.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;
}
*/


.page273652 .pagetitlebig  {
	display: none;

}

.page273652 .mainmenu2 {
	display: none;

}


.threecolview {
	width: 300px;
	height: 200px;
	float: left;
	margin-right: 30px;
}
.threecolview .pagetitle {
	font-size: 28px;
	font-weight: 200;
	text-transform: uppercase;
	color: #92622a;
}
div.threecolview.treble0 {
	clear: both;
}
div.threecolview.treble1 {
	margin-right: 0;
}
div.threecolview.treble2 {
	clear: right;
	float: right;
	margin-right: 0;
}
/*
div.threecol .articleblock.article2 {margin-right: 0px;}
div.threecol .articleblock.article5 {margin-right: 0px;}
div.threecol .articleblock.article8 {margin-right: 0px;}
div.threecol .articleblock.article11 {margin-right: 0px;}
div.threecol .articleblock.article14 {margin-right: 0px;}
div.threecol .articleblock.article17 {margin-right: 0px;}
*/
/* 4-spalter */
div.fourcol .articleblock {
	/* width: 23%; */
	width: 220px;
	float: left;
	/* margin-right: 2%; */
	margin-right: 28px;
}
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;
	color: #CCC;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #CCC;
	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: 960px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#top {
	width: 100%;
	background-color: #666;
}
#topinner {
	width: 960px;
	height: 220px;
	margin: 0 auto;
	position: relative;
}
#mainmenucontainer {
	margin: 0 auto;
	width: 960px;
	position: absolute;
	bottom: 10px;
	left: 0px;
}
#logo {
	padding-bottom: 18px;
	font-size: 24px;
	font-weight: 200;
	color: #FFF;
}
#logo a{
	color: #FFF;

}

#english
{
text-align:right;
margin-top:10px;
}

}

#logo a:hover{
	color: #000;
}
ul#mainmenu {
}
ul#mainmenu li{
	float: left;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #9DB7BF;
}
ul#mainmenu li.firstitem{
	padding-left: 0;
}
ul#mainmenu li.lastitem{
	border-right: 0px solid #9DB7BF;
	padding-right: 0;
}
ul#mainmenu li a:hover, ul#mainmenu li.itemselected > a {
	color: #000;
	text-decoration: none;
}
ul#mainmenu li a{
	font-size: 20px;
	color: #9DB7BF;
	text-transform: uppercase;
}
ul#mainmenu li a:hover#mainmenuitem255078 {
	color: red;
}
/*
.pagelogo {
	width: 1600px;
	height: 220px;
	margin: 0 auto;
	text-align: center;
}
#logo {
	margin: 0 auto;
}
.logomenucontainer {
	width: 960px;
	margin: 0 auto;
	position: relative;
	bottom: 180px;
}
*/
/*
.pagelogocontainer {
	overflow: hidden;
}
*/
ul#mainmenu2 {
	color: #FFF;
	font-size: 20px;
	margin-bottom: 20px;
}
ul#mainmenu2 li{
	float: left;
	padding: 0px 20px 0px 0px;
}
#topnav {
}
#middle {
}
#navbar {
	float: left;
	margin-right: 20px;
	width: 180px;
}
#main {
	float: left;
	width: 960px;
	min-height: 500px;
	padding-top: 10px;
}
.viewareacontent {
	min-height: 500px; /* ref #main */
}
.viewareacontent h1.headlineview {
	font-size: 3.5em;
	line-height: 1.0em;
	font-weight: 200;
	margin-top: 15px;
	padding: : 0px;
}
.viewareacontent div.ingressview {
	font-size: 2.5em;
	line-height: 1.0em;
	font-weight: 200;
	margin-top: 15px;
	padding: : 0px;
}
.pagetitle {
	font-size: 18px;
	font-weight: 200;
	color: #000;
}
.pagetitlebig {
	font-size: 38px;
	font-weight: 200;
	text-transform: uppercase;
}
.eventdate {
	/*
background: url("https://img4.custompublish.com/getfile.php/981155.1554.qccuvsrypc/date.png") no-repeat scroll 0 0 transparent;
	padding: 2px 5px 0 20px;
*/

	font-size: 17px;
	color: #CCC;
	text-transform: capitalize;
}
.viewarea .eventdate {
	font-size: 24px;
	text-transform: capitalize;
	color: #CCC;
	background: url("https://img4.custompublish.com/getfile.php/981155.1554.qccuvsrypc/date.png") no-repeat scroll 0 0 transparent;
	padding: 2px 5px 0 20px;
}
.listingarea h1.headline {
	font-size: 2.8em;
	color: #000;
	line-height: 1.0em;
	font-weight: 200;
	margin-top: 15px;
	padding: : 0px;
}
.listingarea .articlelist.grid.fourcol h1.headline {
	font-size: 1.8em;
	color: #000;
	line-height: 1.0em;
	font-weight: 200;
	margin-top: 15px;
	padding: : 0px;
}

#mainsidebar {
	float: right;
	width: 180px;
}
/* #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;
}
#footer {
/*
	clear: both;
*/
	background-color: #666;
	color: #FFF;
	width: 100%;
	min-height: 200px;
	/* border-top: solid #CCC 3px; */
	margin-top: 10px;
	/* box-shadow: 1px 5px 10px #666; */
}
#footer img{
	margin-bottom: 20px;
}
#footer .headlinelink {font-size: 18px; font-weight: 200; text-transform: uppercase;}
#footer a{
	text-decoration: none;
	color: #FFF;
}
#footer a:hover{
	color: #CCC;
}
#footerinner {
	width: 960px;
	margin: 0 auto;
	min-height: 200px;
	padding-top: 20px;
}
/* SECTION: Sidebar */
.sidebar {
}

.box {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.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: 0px;
	margin: 0px;
}
/* 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;
}
#search {
}
#searchform {
}
input.searchinput {
	vertical-align: middle;
}
input.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
}
/* 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 {
	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;
		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;
	}
}





#slideshowcontainer {
	width: 960px;
	height: 550px;
}
.slides_control {
	width: 960px;
	height: 550px;
}
#slides {
	width: 960px;
	position: relative;
	/* height: 600px; */
}
/*
#slides .imgcrop {
	float: left;
	margin: .5em 10px .5em 0;
	overflow:hidden;

	position:relative;

	width:960px;
	height:450px;
}
*/
/*
#slides .imgcrop img{
	margin:0px -15px -40px -55px;
}
*/
#slides .articlelist {
	width: 960px;
	height: 550px;

	overflow: hidden;
	display: none;
}
#slides .articleblock {
	width: 960px;
	height: 550px;
	position: relative;
	cursor: pointer;
}
#slides .textwrap {
	width: 940px;
	height: 130px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: .7;
	padding: 10px;
}
#slides .pagetitle {
	font-size: 28px;
	font-weight: 200;
	text-transform: uppercase;
	color: #FFF;
}
#slides .headline {
	width: 600px;
	float: left;
}
#slides h1.headline {
	font-size: 2.5em;
	font-weight: 200;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
#slides h1 a {
	color: #FFF;
}
#slides .ingress {
	font-size: 20px;
	width: 600px;
	color: #FFF;
}
#slides .bodycopy {
	font-size: 16px;
	width: 600px;
	color: #FFF;
}
#slides .eventdate {
	float: right;
}
#slides .date {
	font-size: 26px;
	float: right;
}
.pagination {
	float: right;
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 999999999;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(https://img9.custompublish.com/getfile.php/1917955.2099.ttfpubeafc/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a, .pagination li a:hover {
	background-position:0 -12px;
}










.pluginadminbar {background-color: #666 !important;}
#jMonthCalendar  {
	height:650px;
	background-color: #666 !important;
}
.MonthlyCalendar .MonthNavigation {
	border-bottom:solid 1px #ddd;
	clear:both;
	height:20px;
	padding:5px 10px 0 10px;
	background-color: #666 !important;
}
.MonthlyCalendar .MonthNavPrev,
.MonthlyCalendar .MonthNavNext,
.MonthlyCalendar .TodayLink {
	width:7%;
	float:left;
}
.MonthlyCalendar .YearNavNext,
.MonthlyCalendar .YearNavPrev {
	width:10%;
	float:left;
}
.MonthlyCalendar .MonthName {
	width:59%;
	text-align:center;
	font-weight:bold;
	float:left;
	color: #000;
	font-weight: 200;
}
.MonthlyCalendar {
	height:100%;
	width:100%;
	border:solid 1px #ddd;
	border-collapse:collapse;
	background-color: #666 !important;
}
.MonthlyCalendar #CalendarHead  {
	width:100%;
/*
	background:#F7F7F7 none repeat scroll 0 0;
*/
	font-weight: 200;
}
.MonthlyCalendar #CalendarHead .DateHeader {
	width:14.285%;
	text-align:center;
	color: #CCC !important;
	font-weight: 200;
}
.MonthlyCalendar #CalendarBody {
	background-color: #666 !important;
	font-weight: 200;
}
.DateBox {
	vertical-align:top;
	border:solid 1px #ddd;
	width:135px;
	background-color: #CCC;
	color: #000 !important;
}
.DateLabel
 {
	height:16px;
	width:100%;
	background:#F7F7F7 none repeat scroll 0 0;
	text-align:right;
}
.DateLabel a {
	cursor:pointer;
	padding:0 5px 2px;
	text-decoration:none;
	line-height:16px;
}
#CalendarBody .Inactive,
#CalendarBody .Weekend {
	background:#fafafa none repeat scroll 0 0;
}
.Today, #CalendarBody .DateBoxOver {
	background:#eeefff none repeat scroll 0 0;
}
#jMonthCalendar .MoreEvents {
	font-size:12px;
	padding:1px 1px 1px 4px;
	cursor:pointer;
	display:block;
	position:absolute;
	text-align:center;
	height:14px;
}
#jMonthCalendar .Event {
	font-size:12px;
	padding:1px 1px 1px 4px;
	background-color:#92622A;
	cursor:pointer;
	display:block;
	position:absolute;
	text-align:left;
	overflow:hidden;
	height:14px;
}
.Event a {
	text-decoration:none;
	color:#000;
	float:left;
	white-space:nowrap;
	padding-top:1px;
}
.Event a:hover { text-decoration:underline; }
.Event span.ui-icon-triangle-1-w { float:left; }
.Event span.ui-icon-triangle-1-e { float:right; }
.qtip-content,.qtip-betweenCorners {
	background: #92622A !important;
}
.qtip-contentWrapper {
	background: #92622A !important;
	border-color: #92622A !important;
}
.qtip-title {
	color:#92622A !important;
}
.qtip-tip {display: none !important;}


/* read more.. links */
.linkcontainer {
	background: #a7002d;
    padding: 4px 20px;
    text-align: center;
   	border-radius: 10px;
   	text-shadow: 0 1px 1px #000;
   	float: right;
   	clear: left;
   	min-width: 80px;
   	margin: 10px 0;
}
.linkcontainer.agurk {
   	float: right;
   	clear: right;
   	margin-top: 5px;
}
.linkcontainer a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}




.onlyformobile {display: none;}


@media screen and (max-width: 769px)  {

			img, object, embed {
	    		max-width: 100%;
	   			height: auto;
			}


			#page, #footer{
				width: 90%;
				margin: 20px auto;
				overflow: hidden;
				float: none;
			}

			#top, #topnav { width: 100%; float: none; margin: 20px 0;}
			#topinner{height: auto;}

			#logo{
				padding: 10px;
				width: 200px;
				float: left;
			}
			#topinner, #mainmenucontainer, #footerinner{width: 95%;}

			#middle{
				width: 100%;
				padding: 0;
			}

			ul.mainmenu {min-height: 0px;}

			#main{
				width: 100% !important;
				float: none !important;
				margin: 0;
				padding: 0;
				min-height: 0;
			}

			.onlyformobile {display: block;}
			.onlyfordesktop {display: none;}

			#navbar, #mainsidebar{
				float: none;
				width: 100%;
				margin: 0;
			}

			.viewarea {width: 98%;}
			.viewareacontent{ min-height: 0;}

			#mainmenucontainer{
				height: 48px;
				overflow: hidden;
				margin: 30px 0 !important;
				background: #000;
				position: relative;
				bottom: 0;

			}

			#mainmenucontainer.menuexpanded{
				height: auto !important;
				overflow: visible;
			}

			div.menuTrigger{
    			background: url('https://img6.custompublish.com/getfile.php/2121929.746.xuardyawty/nav_collapsed.png')  center left no-repeat;
    			height: 27px;
    			width: 33px;
    			float: right;
    			cursor: pointer;
    			margin: 10px;
    			position: relative;
    		}

    		.menuTrigger .menuinfo{
    			position: absolute;
    			width: 140px;
    			font-size: 18px;
    			color: #fff;
    			right: 40px;
    			top: 4px;
    		}
    		.menuTrigger.menurevealed{
    			background: url('https://img6.custompublish.com/getfile.php/2121929.746.xuardyawty/nav_collapsed.png')  center right no-repeat;
    		}

			ul#topmenu{
				margin: 0;
				padding: 0;
				border-bottom: 3px solid #999999;
			}

			ul#topmenu li{
				float: none;
				list-style: none;
				position: relative;
			}

			ul#topmenu li a{
				border: 1px solid #ccc;
				border-bottom: 1px dashed #ccc;
				color: #333;
				padding: 13px 20px 10px 40px;
				margin: 0;
				display: block;
				font-size: 18px;
				text-decoration: none;
				background: url("https://img2.custompublish.com/getfile.php/2108063.2162.swbtwpypbu/canvas.jpg") repeat #FFFFFF;

			}

			ul#mainmenu, ul#mainmenu2 {
				margin: 0;
				padding: 0;
				border-bottom: 3px solid #999999;
			}

			ul#mainmenu li{
				float: none;
				list-style: none;
				position: relative;
				padding: 0;
			}

			ul#mainmenu li a{
				border: 1px solid #ccc;
				border-bottom: 1px dashed #ccc;
				color: #333;
				padding: 13px 20px 10px 40px;
				margin: 0;
				display: block;
				font-size: 12px;
				text-decoration: none;
				background: url("https://img2.custompublish.com/getfile.php/2108063.2162.swbtwpypbu/canvas.jpg") repeat #FFFFFF;

			}

			ul#mainmenu li a.menuitemselected{
				background: #333;
				color: #fff;
				text-decoration: none;

			}


			ul#mainmenu li a:hover {
				background: #00558A;
    			color: #fff;
				text-decoration: none;

			}

			/* Drop down of multiple subs

			ul#mainmenu li ul{display: none;}

			.revealSub{
        			background: url(https://img2.custompublish.com/getfile.php/2094824.1602.pftxyatxsx/arrow-sprite2.png) no-repeat  bottom;
       				top: -6px;
       				left: 0px;
       				float: left;
        			height: 10px;
        			padding: 23px 10px 6px 17px;
           			overflow: hidden;
        			position: absolute;
        			width: 28px;
        			z-index: 2;
        			cursor: pointer;
    		}

    		.revealSub.hideSub{
    			background: url(https://img2.custompublish.com/getfile.php/2094824.1602.pftxyatxsx/arrow-sprite2.png)  top no-repeat;
    			top: 4px;

    		}

    		ul#mainmenu li.firstitem .revealSub{
    			display: none;
    		}*/
			ul#mainmenu ul.submenu{
				padding: 0 !important;
				border-bottom: 3px solid #999;
			}

			ul#mainmenu ul.submenu li {
				border: 1px solid #ccc;
				border-bottom: 1px dashed #ccc;

			}

			ul#mainmenu ul.submenu li a{
				padding-left: 75px;
				border: none;

			}

			ul#mainmenu ul.submenu.menulevel2{
				border-bottom: none;
			}

			ul#mainmenu ul.submenu.menulevel2 li a{
				padding-left: 70px;
			}



			#footer div.fourcol .articleblock {
				padding-bottom: 20px;
    			border-bottom: 1px dashed #ccc;
			}
			#footer * div  {
				float: none;
				width: 100%;
				text-align: center;
			}

			#footer .listingpicfpo {
				background: none;
				height: auto;
			}

			.pgn_hjem #footer img {
				width: 60%;
			}
	}



	/* SMALL */

	    @media screen and (max-width: 635px)  {


			#main * div {
				float: none;
				width: 100%;
				text-align: center;
			}

			/*.listingarea * div, .viewarea * div {
				margin: 0;
    			padding: 0;
    			width: 93% !important;
    		}*/

			/* #mainsidebar {display: none;} */

			.viewarea{padding: 10px !important}
	}

	/* TINY */

	    @media screen and (max-width: 350px)  {


	}
