/* Default stylesheet */
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: FreeSans, "Helvetica Rounded",  "Lucida Sans Unicode", Geneva, sans-serif;
	/*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: 0px;
}
table,caption,th,td {
	font-size: 1.0em;
}
table.data {
	background-color: #EDEEF5;
	border-spacing: 0;
	border-bottom: 5px solid #EDEEF5;
	max-width: 100%;
	margin-bottom: 15px;
}
caption {
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
th {
	background-color: #DADCEA;
	color: #000000;
	font-weight: bold;
	padding: 3px 2px;
	text-align: left;
}
th a:link, th a:visited, th a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
table.data td, caption ~ tbody td, thead ~ tbody td {
	background-color: #EDEEF5;
	padding: 2px 2px 2px 2px;
	text-align: left;
	vertical-align: top;
}



h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1.0em;
}
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.popup { text-decoration: underline; color: #660011; cursor: pointer; }
a.popup:hover { cursor: pointer; }
a:link { color: #660011;}
a:visited { color: #660011; }
a:hover { color: #660011; }

/* 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.itemselected:link {text-decoration: underline;}
.menu a.itemselected:visited {text-decoration: underline;}
.menu a.itemselected: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 { }
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 {  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: #999999; 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-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; }
.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.2em;
	margin: 0px;
	padding: 0px;
}
h1.headlineview {
	color: #000000; /*660011;*/
	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 0 0; 
	padding: 0px;
}
.ingressview {
}
div.ingressview {
	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.article {
	border-top: 1px solid #FFFFFF;
	clear: both;
}
.block, .articleblock {
	margin-bottom: 10px;
}

.articleblock .imgwrap {
	float: left;
	width: 42.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	width: 55%;
}
/* 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;
}

div.twocol .articleblock { 
	border-top: 1px solid #660011;
	padding-top: 10px;
}
div.twocol .articleblock.article0, div.twocol .articleblock.article1 {
	border-top: none;
	padding-top: 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: #660011;
	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 {
	width: auto;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#top {
	background-image: url(http://img4.custompublish.com/getfile.php/1329844.464.epryfardty/topgradient-hel.png);
	background-position: center top;
	background-repeat: no-repeat;

	border-bottom: 3px solid #760416;
	margin: 0px;
	padding: 0px;
}
div.inner {
	margin: 0 auto 0 0;
}
#top div.inner {
	width: 978px;
	padding: 0 8px;
}
#navbar div.inner {
	background-color: #475998;
	background-image: url(http://img4.custompublish.com/getfile.php/1337194.464.cqqsptcddv/nav_background_2.png);
	background-position: top left;
	background-repeat: repeat-x;
	width: 954px;
	padding: 0 20px;
}
#middle {
	width: 954px;
	margin: 0 auto 0 0;
	padding: 0 20px;
}
#topnav {
}
#middle {
}
#navbar {
	background-color: #475998;
	background-image: url(http://img4.custompublish.com/getfile.php/1337194.464.cqqsptcddv/nav_background_2.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 0;
}
#main {
	float: left;
	min-height: 500px;
	padding-top: 20px;
	width: 740px;
}

#mainsidebar {
	background-color: #DADCE9;
	float: right;
	width: 180px;
	padding: 10px;
}
.bodyext ul, .melding ul, .bannerlocation ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 0 15px;
}
.bannerlocation ul {
	display: block;
	text-align: left;
	margin-left: 5px;
}

.bodyext ul li, .melding ul li, .bannerlocation ul li {
	background-image: url(http://img4.custompublish.com/getfile.php/1356430.464.tuevfwacye/list-marker-10.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding: 1px 0 1px 15px;
	margin: 0 0 5px;
}
.bodyext {
	margin: 0 0 15px;
}


/* #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 {
	color: #CCCCCC;
	clear: both;
	text-align: center;
}
/* 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;
}

.box.melding {
	background-color: #FFFFFF;
	border: 1px solid #D21616;
	color: #D21616;
	padding: 5px;
}

/* SECTION: page elements */
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
#loginformarea {
	margin: 0 0 15px;
}
ul.menu, ul.submenu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu {
	padding-left: 0px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 1px 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}
ul.mainmenu {
	float: left;
	list-style-type: none;
	width: 85%;
}
ul.mainmenu li {
	display: block;
	float: left;
	padding: 0;
}
.mainmenu a{
	display: block;
}
.mainmenu ul a.hassubitem {
	background-image: url(http://img4.custompublish.com/getfile.php/1323743.464.xfpvdatyad/pil.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 15px;
}
.mainmenu a.menulevel0 {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
}
.mainmenu a.menulevel0:hover, .mainmenu a.itemselected.menulevel0:link, .mainmenu a.itemselected.menulevel0:visited, .mainmenu a.itemselected.menulevel0:hover, .itemselected a.menulevel0:link, .itemselected a.menulevel0:visited, .itemselected a.menulevel0:hover   {
	background-color: #FFFFFF;
	color: #660011;
	text-decoration: none;
}
/* Dropdown on mainmenu */
.mainmenu ul {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-color: #DADCE9;
	display: none;
	min-width: 130px;
	line-height: 1.6em;
	padding: 2px;
	position: absolute;
	z-index: 20;
}
.mainmenu ul li {
	float: none;
	white-space: nowrap;
	margin-bottom: 2px;
}
.mainmenu ul a .pointer {
	display: none;
}
.mainmenu li:hover ul {
	display: block;
}
.mainmenu ul a:link, .mainmenu ul a:visited {
	color: #000000;
	text-decoration: none;
} 
.mainmenu ul a:hover, .mainmenu ul a.itemselected:link, .mainmenu ul a.itemselected:visited, .mainmenu ul a.itemselected:hover, .mainmenu ul li.itemselected > a:link, .mainmenu ul li.itemselected > a:visited, .mainmenu ul li.itemselected > a:hover {
	background-color: #DADCE9;
	color: #000000;
	text-decoration: none;
}
.mainmenu li:hover ul, .mainmenu li.hover ul{
	display: block;
}
.mainmenu li:hover ul ul, .mainmenu li.hover ul ul{
	display: none;
}
.mainmenu ul li{
	position: relative;
}
.mainmenu li ul li ul{
	left: 100%;
	margin-left: 0px;
	top: 0;
	position: absolute;
}
.mainmenu li:hover ul, .mainmenu li li:hover ul, .mainmenu li.hover ul, .mainmenu li li.hover ul
{
	display: block;
}




#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search {
}
#searchform {
	float: right;
	width: 290px;
	padding: 0 0;
	margin: 4px 0 0;
}
#logginnlink {
	color: #FFFFFF;
	display: block;
	float: right;
	font-weight: bold;
	margin: 4px 0 0;
	padding-right: 12px;
	text-decoration: none;
	font-size: 1.2em;
}
input.searchinput {
	border: none;
	background-color: #FFFFFF;
	color: #000000;
	vertical-align: middle;
}	
input.searchsubmit {
	border: none;
	background-color: transparent;
	color: #FFFFFF;
	font-weight: bold;
	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;
}
.horizontal .cpstextheading {
	float: left;
	min-width: 100px;
	max-width: 160px;
} 
/*p.cpsstatictext {
	float: left;
	min-width: 100px;
	max-width: 160px;
}*/
p.cpsstatictext {
	clear: left;
}
.cpselementcontainer, fieldset {
	clear: both;
	padding-top: 5px;
	margin-bottom: 5px;
}
.cpsoptions {
	float: right;
	width: 560px;
}
fieldset .cpsoptions {
	width: 550px;
}

@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;
	}
}