/* Default stylesheet */
body {
  background-color: #CCC1AB;
  color: #6E6F73;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px;
  margin: 0px;
}
table,caption,th,td {
  font-size: 12px; 
}
h1, h2, h3, h4, h5, h6{
  margin: 4px 0px;
  padding: 0px;
}

h1 {
  font-size: 22px;
}
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;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
}
.body img[align="left"] {
	margin-left: 0px;
}
.body img[align="right"] {
	margin-right: 0px;
}
.articlemedia img { margin: 0px; }

/* 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: #6E6F73; text-decoration: none; }
a:visited { color: #6E6F73; text-decoration: none; }
a:hover { color: #6E6F73; text-decoration: underline; }

/* 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 { }
a.topmenu:link { }
a.topmenu:visited { }
a.topmenu:hover { }

/* 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 { }
.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: 10px; }
.author { color: #333333; font-size: 10px; }
.feedback { }
.copyright { }
#path { margin-bottom: 10px; }
#path span.arrow { padding: 0px 3px; }


/* 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: 23px;
  height: 19px;
}
span.corner.tl { 
  background-position: top left;
  left: -1px;
  top: -1px;
}
span.corner.tr { 
  background-position: top right;
	top: -1px;
	right: -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;
}
#page div.s1 {
	background-image: url(/getfile.php/983164.1550.tsswtwtcpc/page_s1.gif);
}
#page div.s2 {
	background-image: url(/getfile.php/983165.1550.ewdcpqsfee/page_s2.gif);
}
#page div.s3 {
	background-image: url(/getfile.php/983166.1550.ttfybespdd/page_s3.gif);
	padding: 7px 29px 29px 3px;
	position: relative;
	zoom: 1;
}

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

#main div.side.v.r {
	/*padding: 8px 13px 8px 13px;*/
  min-height: 500px;
	position: relative;
	zoom: 1;
}
#main span.corner {
	background-image: url();
}

.box span.corner.tr {
	top: 0px;
	right: 0px;
}
.box span.corner.tr {
	background-image: url(/getfile.php/982678.1550.arqbpcextc/box_corner_white_TR.gif);
	width: 19px;
}

.box.v2 span.corner.tr {
	background-image: url(/getfile.php/1052887.1550.ufxtsxsuep/box_corner_brown_2_TR.gif);
}

 /* 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 { display: none; }
#top div.adminbar { position: absolute; top: 110px; left: 10px; }
/* SECTION: listing/view styles */
div.pagedescription { }
.pagedescription { }
.headline, h1.headline {
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.headlineview, h1.headlineview {
  font-size: 22px; 
  font-weight: bold; 
  margin: 0px;
  padding: 0px;
}
.subheadline, h2.subheadline {
  font-weight: normal; 
  margin: 5px 0px 0px 0px;
  padding: 0px;
  line-height: 1.0;
}
h2.paragraphheadline { color: #6A5C53; }

.ingress {
}
div.ingress {
  margin: 6px 0px; 
  padding: 0px;
}
.ingressview {
}
div.ingressview {
  margin: 6px 0px; 
  padding: 0px;
}
p.byline, .byline {
  margin: 0px; padding: 0px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 520px;
	margin: 0 auto;
}

div.articleimage { 
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.block {
  margin-bottom: 15px;
}

.articleblock .imgwrap{
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img{
	max-width: 100%;
}
.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;
}

hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-bottom: 1px dotted #F3F3F3;
  font-size: 1px;
  clear: both;
  height: 10px;
  margin-bottom: 10px;
}
div.body {
  clear: both; 
  margin: 0px 0px 22px 0px;
}
.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: 1056px;
	margin: 40px auto 0px auto;
  padding: 0px;
  text-align: left;
	background-color: #FFFFFF;
}

#top {
  margin: 0px;
  padding: 0px;	
	height: 318px;
	position: relative;
}
#logo {
	position: absolute;
	top: 18px;
	left: 0px;
}
#topnav {
	background: url(/getfile.php/980920.1550.cdvabsrfex/topnav_back.gif);
	background-color: #CBBEA8;
	margin: 0px 0px;
	width: 100%;
	padding: 6px 0px 7px 0px;
}
#mainmenu {
  font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, Sans-serif;
	font-weight: bold; 
	font-size: 11px;
}
#middle {
}
#center {
	padding: 15px 30px;
}
#navbar {
	float: left;
	margin-right: 30px;
	width: 180px;
}

#main {
	float: left;
	width: 498px;
	padding: 30px;
	margin-top: 30px;
	/* font-family: "Times new roman"; */
	border: 1px solid #D9D9DA;
}
#rightsection {
	float: right;
	width: 164px;
}
#footer {
  clear: both;
  text-align: center;
	padding: 10px 0px 20px 0px;
	font-size: 10px;
	color: #E6E0D5;
}
#footer a:link { color: #E6E0D5; }
#footer a:visited { color: #E6E0D5; }
#footer a:hover { color: #999999; }

#footer .grey { }

/* SECTION: Sidebar */
.sidebar {
}

.box {
	padding: 5px;
  margin: 0px 0px 15px 0px;
	border: 1px solid #D9D9DA;
  position: relative;
  zoom: 1;
}
.box.v2 {
	padding: 0px;
	border: 0px none;
	background-color: transparent;
}
.box .head {
}
.box .cell {
  padding: 5px 10px;
}
.listall { text-align: center; margin: 6px 0px; }

.box .imgwrap { text-align: center; }

ul { margin: 0px; padding: 0px; }

.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: 7px 10px;
  margin: 0px;
	color: #6A5C53;
	font-weight: bold;
	text-transform: uppercase;
}
.box.v2 h3.caption {
	background: url(/getfile.php/982284.1550.vyeecvqsvx/menu_back.gif) center top repeat-y;
	background-color: #C3B69C;
	border-top: 1px solid #E2DBCF;
	border-left: 1px solid #E2DBCF;
	border-right: 1px solid #C3B69D;
	text-align: center;
}

.box {
	/*background-color: #ECECEC;*/
	border: 1px solid #E2DBCF;
	border-right: 1px solid #C3B69D;
}
.box.v2 .cell {
	border: 1px solid #D9D9DA;
}
/* SECTION: page elements */
#path {
  margin-bottom: 5px;
} 
ul.menu, .menu ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
ul.menu li, .menu li {
  margin: 0px;
  padding: 1px 0px;
}

#mainmenu li {
	display: block;
	float: left;
	padding: 6px 0px 7px 0px;
	margin: 0px;
	text-align: center;
	border-left: 1px solid #FFFFFF;
}
#mainmenu li.itemselected, #mainmenu li:hover {
	text-decoration: underline;
}
#mainmenu li a {	
	padding: 0px 10px 0px 12px;
}

#sidemenu {
	font-weight: bold;
	font-size: 12px;
	/*padding: 5px 10px;*/
	background: url(/getfile.php/982284.1550.vyeecvqsvx/menu_back.gif) center top repeat-y;
	background-color: #C3B69C;
}
#sidemenu li {
	border-bottom: 1px solid #C5BFB6;
	display: block;
}
#sidemenu li.lastitem {
	border-bottom: 0px none;

}
#sidemenu a { 
	display: block;
	padding: 5px 10px 5px 20px;
}

#sidemenu ul li a {
	padding-left: 40px;
}
#sidemenu ul ul li a { padding-left: 60px; }
#sidemenu ul ul ul li a { padding-left: 80px; }


#sidemenu a:link { color: #6A5C53; }
#sidemenu a:visited { color: #6A5C53; }
#sidemenu a:hover { color: #6A5C53; text-decoration: none; }

#sidemenu a.itemselected:link { text-decoration: underline; }
#sidemenu a.itemselected:visited { text-decoration: underline; }
#sidemenu a.itemselected:hover { text-decoration: underline; }

#tools {
  list-style-type: none;
}
#tools li {
  background-position: center left;
  background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}

input {
	margin: 0px;
	padding: 1px 2px;
}
#search {
	display: none;
	position: absolute;
	top: 126px;
	right: 15px;
	width: 237px;
	height: 28px;
	background: url(/getfile.php/978505.1553.rrfebrxxrf/search.gif) left top no-repeat;
	padding: 7px 10px 6px 10px;
}
#searchform {
	margin: 0px;
	position: relative;
}
input.searchinput {
	border: 0px none;	
	background-color: #FFFFFF;
	color: #A7ACB0;
	width: 185px;
	height: 18px;
	padding: 2px 4px;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0px;
}	
input.searchsubmit {
	width: 18px;
	height: 22px;
	padding: 0px;
  vertical-align: middle;
	position: absolute;
	top: 0px;
	right: 22px;
}

/* 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: 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: dropdown menu */

/* Utseende til kontaineren til dropdownmenyen */

div.dropdownframe {
  padding: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 1.0em;
	white-space: nowrap;
}

/* Sett padding og margin til menyknappene her */
div.dropdown, div.dropdownhover {
 padding: 1px 6px 1px 6px;
  margin: 0px 0px 0px 0px;
}

/* Utseende til menyknapper */
div.dropdown {
  color: #FFFFFF;
	border-right: 1px solid #594A42;

}

/* Utseende til menyknapper i aktiv tilstand her */
div.dropdownhover {
  color: #FFFFFF;
	border-right: 1px solid #594A42;
}

/* Utseende til linker */
.dropdown a:link { text-decoration: none; color: #594A42; }
.dropdown a:visited { text-decoration: none; color: #594A42; }
.dropdown a:hover { text-decoration: none;  color: #594A42; }

/* Utseende til aktive linker */
.dropdownhover a:link { text-decoration: underline; color: #594A42; }
.dropdownhover a:visited { text-decoration: underline; color: #594A42; }
.dropdownhover a:hover, .dropdownhover:hover { text-decoration: underline; color: #594A42; }

/* Utseende til kontainerne til undermenyer */
div.dropdownsubframe {
  text-align: left;
  color: #FFFFFF; 
	border: 0px none;
	white-space: nowrap;
	margin-top: 5px;
}

/* Sett padding og margin til undermenyknapper her */
div.dropdownsub, div.dropdownsubhover {
  padding: 3px 10px;
	background: url(/getfile.php/982284.1550.vyeecvqsvx/menu_back.gif) center top repeat-y;
	background-color: #C6B9A1;
}

/* Utseende til undermenyknapper */
div.dropdownsub {
  color: #496179;  
}

/* Utseende til aktive undermenyknapper */
div.dropdownsubhover {
  color: #496179; 
}

/* Utseende til linker i undermenyer */
.dropdownsub a:link { text-decoration: none; color: #594A42; }
.dropdownsub a:visited { text-decoration: none; color: #594A42; }
.dropdownsub a:hover { text-decoration: underline; color: #594A42; }

/* Utseende til aktive linker i undermenyer */
.dropdownsubhover a:link { text-decoration: none; color: #594A42; }
.dropdownsubhover a:visited { text-decoration: none; color: #594A42; }
.dropdownsubhover a:hover { text-decoration: underline; color: #594A42; }

/* SECTION: Kalender */

#calendar {
	font-size: 1.0em;
}

#calendar h3 {
  font-size: 14px;
	font-weight: bold;
}
.box h3 {
  margin-left: 6px;
}
#calendar a {
  padding-left: 1px;
  font-size: 12px;
}
div.monthlycalendar {
  /*padding: 6px 1px 6px 6px;*/
}
div.monthlycalendar table {
  border-collapse: collapse;
}
div.monthlycalendar th, th.caldayname {
	color: #C87C4B;
  font-weight: bold;
}
div.monthlycalendar td, td.calday, td.calsaturday, td.caltoday, td.calsunday, td.caldayhasevent {
  font-weight: normal;
  font-size: 12px;
}
div.monthlycalendar td.caldayhasevent  {
	cursor: help;
	color: black;
}
div.monthlycalendar td:first-child, td.calday:first-child {
  color: #666666;
  
}
div.monthlycalendar td.caltoday, td.caltoday {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;  
}
div.monthlycalendar td.calsunday, td.calsunday {
  color: #728C43;
}

div.monthlycalendar td.calmonthname {
  padding-left: 3px;
	text-align: center;
	color: #C87C4B;
}