/* Start General elements */
/* Jedit comment */
/* test comment */
body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Sans-serif;
	text-align: center;
}
.pathdiv {
border-bottom: 1px solid #b0b0b0;
padding-bottom: 3px;
margin-bottom: 3px;
}
h1{
  margin: 4px 0px;
  padding: 0px;
  font-size: 15px;
}
h2{
  margin: 4px 0px;
  padding: 0px;
  font-size: 14px;
}
h3{
  margin: 4px 0px;
  padding: 0px;
  font-size: 13px;
}
h4{
  margin: 4px 0px;
  padding: 0px;
  font-size: 12px;
}
h5{
  margin: 4px 0px;
  padding: 0px;
  font-size: 11px;
}
h6{
  margin: 4px 0px;
  padding: 0px;
  font-size: 10px;
}
p{
  padding: 0px;
  margin: 4px 0px 16px 0px;
}

ul {
  margin-top: 4px;
  margin-bottom: 4px;
}

/**/
body, p, caption,th,td,form,div, span, dt, dd, li {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	color: #333333;
}

input.text, textarea.textarea, select.single {
	border: 1px solid #3065CF;
}
.form textarea.textarea {
	border: 1px solid #3065CF;
	width: 335px;
}
/*
dl {margin: 10px 0px; padding: 0px; clear: left;}
dl dt {clear: left; float: left; width: 120px; margin: 1px 0px; padding: 0px;}
dl dd {width: 300px; font-weight: bold; margin: 1px 0px; padding: 0px;}
*/
dl{
  clear: both;
}

/* End General elements*/

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
table.layout, table.layout td {
margin: 0px;
padding: 0px;
text-align: left;
vertical-align: top;
}

/*Start Link styles */

/* Normal link styles */
a:link { color: #9ECF1E; text-decoration: none; }
a:visited { color: #9ECF1E;  text-decoration: none; }
a:hover { color: #3065CF; text-decoration: none;  }

/* Standard navigation links */
.menu { font-size: 11px; font-weight: bold; font-family: Arial, Sans-serif;}
a.menu:link { text-decoration: none; color: #3366CC; }
a.menu:visited { text-decoration: none; color: #3366CC; }
a.menu:hover { text-decoration: none; color: #9ECF1E; }

.menuselected { font-size: 11px; font-weight: bold;}
a.menuselected:link { text-decoration: none;  color: #9ECF1E; }
a.menuselected:visited { text-decoration: none; color: #9ECF1E; }
a.menuselected:hover { text-decoration: none;  color: #9ECF1E; }


/* Top menu links */
.topmenu { font-size: 12px; font-weight: normal;}
a.topmenu:link { text-decoration: none;}
a.topmenu:visited { text-decoration: none;}
a.topmenu:hover { text-decoration: underline;}

.topmenuselected { font-size: 12px;}
a.topmenuselected:link { text-decoration: underline;}
a.topmenuselected:visited { text-decoration: underline;}
a.topmenuselected:hover { text-decoration: underline;}

/* Printable/tell a friend links  */
.toollink {font-size: 11px;}
a.toollink {color: #5E4739; text-decoration: none;}
a.toollink:visited { color: #5E4739; text-decoration: none; }
a.toollink:hover { color: #5E4739; text-decoration: underline; }

/* Copyright and CustomPublish powered link */
.cplink {font-size: 9px;color: #CDCDCD; text-decoration: none; }
a.cplink:link {color: #3366CC; text-decoration: none;}
a.cplink:visited {color: #3366CC; text-decoration: none; }
a.cplink:hover { color: #9ECF1E; text-decoration: none; }

/* read more.. links */
.linkNONO {font-size: 10px; font-weight: bold;}
Xa.link:link { color: #9A9A9A; text-decoration: none;}
a.link:link { color: #3366CC; text-decoration: none;}
a.link:visited { color: #7A7A7A; text-decoration: none;}
a.link:hover { color: #9ECF1E; text-decoration: underline;}

a.reflink:link { color: #2956A2; text-decoration: none;}
a.reflink:visited { color: #7A7A7A; text-decoration: none;}
a.reflink:hover { color: #2956A2; text-decoration: underline;}
a.reflink:active { color: #2956A2; text-decoration: underline;}

/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink {font-size: 11px; font-weight: normal; color: #666666;}
.headlinelink:link {text-decoration: none; color: #666666;}
.headlinelink:visited {text-decoration: none; color: #666666;}
.headlinelink:hover {text-decoration: none; color: #666666;}

/* Linked headlines on listing pages */
.headline .headlinelink { font-size: 13px; font-weight: bold;}
.headline .headlinelink:link {text-decoration: none; color: #3366CC;}
.headline .headlinelink:visited {text-decoration: none; color: #3366CC;}
.headline .headlinelink:hover {text-decoration: none; color: #9ECF1E;}

/* Navigation path links */
.path { font-size: 12px; font-weight: normal; color: #000000; }
a.path:link {text-decoration: none;}
a.path:visited {text-decoration: none;}
a.path:hover {text-decoration: none;}

/* Sitemap links */
		.tree {font-size: 12px; font-weight: normal;}
		a.tree:link {text-decoration: none; color: #000000;}
		a.tree:hover {text-decoration: underline; color: #000000;}
		a.tree:visited {text-decoration: none; color: #000000;}
		a.tree:visited:hover {text-decoration: underline; color: #000000;}

		.sitetree {font-size: 12px; font-weight: bold;}
		a.sitetree:link {text-decoration: none; color: #000000;}
		a.sitetree:hover {text-decoration: underline; color: #000000;}
		a.sitetree:visited {text-decoration: none; color: #000000;}
		a.sitetree:visited:hover {text-decoration: underline; color: #000000;}
/* End Links styles */

/*Standard CP classes*/
.default { font-size: 13px; }
.date { font-size: 10px; color: #666666; }
.feedback { font-size: 11px; color: #333333; }
.copyright { font-size: 12px; font-weight: normal; color: #EEEEEE; }

/*START styles for listing/view */

.headline, h1.headline, h2.headline {
	font-size: 15px;
	font-weight: bold;
	color: #333333; 
	font-family: Arial, Sans-serif;
	letter-spacing: 1px;
	margin: 2px 0px 1px 0px;
	padding: 0px;
	line-height: 1.0;
}

.headlineview, h1.headlineview {
	font-size: 15px; 
	font-weight: bold; 
	color: #9ECF1E; 
	font-family: Arial, Sans-serif; 
	margin: 4px 0px 1px 0px;
	padding: 0px;
	line-height: 1.0;
}

.subheadline, h2.subheadline, h3.subheadline {
	font-size: 11px; 
	font-weight: bold; 
	color: #9ECF1E; 
	font-family: Arial, Sans-serif; 
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.ingress {
	font-size: 12px; color: #333333; margin: 1px 0px 0px 0px; padding: 0px;
}
.ingress2kol {
	font-size: 12px; color: #333333; margin: 10px 0px 6px 0px; padding: 0px;
}
.ingressview {
	font-size: 12px; color: #333333; margin: 6px 0px 6px 0px; padding: 0px; font-weight: bold;
}
.body {
	clear: both; 
	margin: 6px 0px;
	color: #333333;
}
.paragraphheadline {
	color: #333333;
}

p.line {
	margin: 0px; padding: 0px;
}
.pagetitle, h1.pagetitle {
color: #9ECF1E;
font-size: 12px;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.pagedescription, p.pagedescription {
	font-size: 12px;
	font-weight: bold;
margin: 10px 0px;
color: #333333;
padding: 0px;
}


/* Styles for view pages */
.block {
	margin-bottom: 9px;
}
table.block {
border-collapse: collapse;
}
.listblock {
background-image: url(http://img8.custompublish.com/getfile.php/1062226.58.uwytydysas/listblockbakg.gif);
background-repeat: repeat-y;
background-position: top center;
/*border-top: 1px solid red;
clear: both;
background-color: #FFFFCC;*/
}

.leftblock {
float: left;
margin: 0px 0px 0px 0px;
width: 208px;
padding: 7px 0px;
}
.rightblock {
float: right;
margin: 0px 0px 0px 7px;
width: 208px;
padding: 7px 0px;
}

/*
.leftblock, table.block td.leftblock {
padding: 7px;
border-right: 1px solid #666666;
width: 208px;
}
.rightblock, table.block td.rightblock {
padding: 7px;
border-left: 1px solid #666666;
width: 208px;
}
*/

hr {
/*clear: both;*/
border-top: 1px solid #E6E6E6;
height: 7px;
/*padding-top: 15px;*/
}
div.dummyhr {
	clear: both;
	font-size: 1px;
}
div.hr1kol {
	clear: both;
	font-size: 1px;
	margin-bottom: 17px;
	font-size: 0px;
	border-top: 1px solid #FFFFFF;
}
div.hr {
	/* Replacement for hr. This is easier to style */
	clear: both;
	border-top: 1px solid #E6E6E6;
	margin-bottom: 7px;
	font-size: 0px;
}
/* Stop styles for view pages */

/*STOP styles for listing */




/* Experimental (dynamic) image styles for listing pages */
  .listingpic {/*
float: left;
margin: 5px 10px 10px 0px;
width: 100px;
overflow: hidden;*/
}
.dynimage {/*
margin: 5px 10px 10px 0px;*/
}





/* Start layout elements */ 
#page {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 742px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
}

#top {
width: 760px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: left;
background-image: url(../getfile.php/185270.58/topp2.jpg);
background-repeat: no-repeat;
background-position: bottom left;
height: 133px;
}
#logo {
position: absolute;
margin-left: 20px;
margin-top: 53px;
}
#drage {
position: absolute;
margin-left: 537px;
margin-top: 3px;
}
#languagebar {
	position: absolute;
	top: 15px;
height: 20px;
width: 727px;
text-align: right;
margin: 0px;
padding: 0px;
}
#main {
margin-left: 139px;
margin-top: 18px;
width: 464px;
vertical-align: top;
/*top bg*/
background-image: url(http://img8.custompublish.com/getfile.php/1062217.58.bcufxpccwe/feltbakgrunn.png);
background-repeat: no-repeat;
background-position: top left;
/*border-top: 1px solid red;*/
}
#viewarea {
padding: 5px 15px;
min-height: 180px;
}
#navigationinner {
min-height: 390px;
}
#navigation {
position: absolute;
margin-left: 6px;
width: 119px;
top: 168px;
background-image: url(http://img8.custompublish.com/getfile.php/1062229.58.apaypvytbx/spaltebakgrunn.png);
background-repeat: repeat-y;
background-position: top left;
}

#info {
position: absolute;
margin-left: 619px;
top: 168px;
width: 120px;
min-height: 450px;
}
#infoinner {
	min-height: 344px;
}

#footer {
	clear: both;
margin-left: 135px;
width: 464px;
vertical-align: top;
background-image: url(http://img8.custompublish.com/getfile.php/1062217.58.bcufxpccwe/feltbakgrunn.png);
background-repeat: no-repeat;
background-position: top left;
}

/* End layout elements */




/* Start standard containers and items */
#menu {
padding: 4px 0px 0px 0px;
margin: 0px 0px 50px 0px;
list-style-type: none;
background-image: url(http://img8.custompublish.com/getfile.php/1062237.58.exuutvesrc/spaltetopp.png);
background-repeat: no-repeat;
background-position: top left;
}
#menu li {
	margin: 0px;
	padding: 2px 0px 5px 0px;
	background-image: url(http://img8.custompublish.com/getfile.php/1062224.58.vcuwcxeuvx/knappbakgrunn_mk2.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#cp {
	padding: 10px 0px;
	margin: 6px 0px 0px 0px;
	list-style-type: none;
	text-align: center;
}
#cp2 {
	background-image: url(http://img8.custompublish.com/getfile.php/1062217.58.bcufxpccwe/feltbakgrunn.png);
	background-repeat: no-repeat;
	xbackground-position: top left;
}
#cp div {
padding: 0px;
margin: 0px 0px;
}

#copyright {
margin-top: 30px;
}
#search {
margin: 20px 0px;
}

#searchinput {
width: 90px;
border: 1px solid #5E4739;
}	
#searchsubmit {
border: 1px solid #5E4739;
color: #5E4739;
background-color: #E6DB8E;
padding: 0px 1px;
}	

/* End standard containers and items */


/* Start General box/section element. */
.infoboxtop {
margin: 0px 0px 0px 0px;
background-image: url(http://img8.custompublish.com/getfile.php/1062235.58.crbvdafpra/spaltetopp2.png);
background-repeat: no-repeat;
background-position: top left;
}
.infobox {
padding: 0px;
margin: 0px;
background-color: #FFFFFF;
background-image: url(http://img8.custompublish.com/getfile.php/1062227.58.fpsctpfpqd/spaltebakgrunn2.png);
background-repeat: repeat-y;
background-position: top left;
}
/*.infoboxinner, p.infoboxinner {
padding: 5px;
margin: 0px;
}*/
.infobox p {
padding: 5px;
margin: 0px;
}
.infobox ul {
padding: 5px;
margin: 0px;
list-style-type: none;
}
.infobox ul li {
margin: 0px;
padding: 1px 0px;
}
.infoboxtop h3 {
font-size: 11px;
font-weight: bold;
margin: 0px;
padding: 8px 5px 7px 7px;
color: #666666;
background-image: url(http://img8.custompublish.com/getfile.php/1062222.58.vbrtwcefuw/knappbakgrunn2_mk2.gif);
background-repeat: no-repeat;
background-position: bottom left;
}
.infoboxfooter {
background-image: url(http://img8.custompublish.com/getfile.php/1062231.58.wcscxtweut/spaltebunn2.png);
background-repeat: no-repeat;
background-position: bottom left;
padding: 10px 8px 10px 5px;
text-align:right;
}
.navfooter {
	height: 10px;
	background-image: url(http://img8.custompublish.com/getfile.php/1062233.58.acwcfryxsa/spaltebunn.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
/* End General box/section element. */

ul.spaltelist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.spaltelist li {
	margin: 0px;
	padding: 4px 5px 7px 5px;
background-image: url(http://img8.custompublish.com/getfile.php/1062222.58.vbrtwcefuw/knappbakgrunn2_mk2.gif);
background-repeat: no-repeat;
background-position: bottom left;
}
ul.spaltelist li img {
	margin: 0px 0px 5px 5px;
}
table.spaltelist {
	width: 100%
}

table.spaltelist tr {
}
table.spaltelist td {
	padding: 6px 2px 9px 5px;
	vertical-align: middle;
background-image: url(http://img8.custompublish.com/getfile.php/1062222.58.vbrtwcefuw/knappbakgrunn2_mk2.gif);
background-repeat: repeat-x;
background-position: bottom left;
}

table.spaltelist td.name {
text-align: left;
}
table.spaltelist td.logo {
text-align: center;
padding-right: 7px;
}
#tools {
	position: absolute;
	top: 148px;
	height: 20px;
	line-height: 20px;
	width: 727px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#tools li {
display: inline;
margin: 0px;
padding: 0px 1px;
}

h3.formtitle {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	margin: 0px;
	background-image: url(http://img8.custompublish.com/getfile.php/1062224.58.vcuwcxeuvx/knappbakgrunn_mk2.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #ACACAC;
}

#loginform {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 15px 7px;
	/*position: absolute;
	top: 280px;*/
}

#loginform input.userinput {
width: 80px;
height: 12px;
font-size: 10px;
border: 1px solid #BBBBBB;
vertical-align: middle;
color: #666666;
background-color: #FFFFFF;
}

#loginform legend {
}
#loginform fieldset {
border: none;
margin: 0px;
padding: 0px;
}
#loginform label {
color: #BBBBBB;
}
#loginsubmit {
border: none;
vertical-align: middle;
}

#navigation div.hr {
	height: 3px;
	background-image: url(http://img8.custompublish.com/getfile.php/1062224.58.vcuwcxeuvx/knappbakgrunn_mk2.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	border: none;
}

/* 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{
}
#location2{
  margin-bottom: 15px;
}