* {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
	text-decoration:none;
}

a:link, a:visited {
	color: #285edb;
	font-weight: normal;
}

a:hover, a:active {
	text-decoration: underline;
}

fieldset {
	border: none;
}

a img {
	border: none;
	text-decoration: none;
} 

body {
	background: #fff url(../images/stripebakgrunn.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	text-align: center;
	font-size: 12px;
	color: #3d3d3d;
}


/* PLACEHOLDERS */

div#pagewrapper {
	position: relative;
	text-align: left;
	width: 878px;
	margin: 20px auto;
	background: transparent url(../images/bg-content.gif) repeat-y;
}

div#placeholder-header {
	background: transparent url(../images/bg-header.gif) no-repeat;
}

div.page-header {
	height: 111px;
}

div.horizontal-menu {
	height: 30px;
	padding-left: 15px;
}

div#placeholder-content {
	float: left;
	display: inline;
	/*margin-left: 182px; (Not needed, as we've removed the div#placeholder-column) */
	/*width: 687px; (Not needed, as we've removed the div#placeholder-column)*/
	width: 878px;
}

div#placeholder-column {
	display:none;
	float: left;
	display: inline;
	width: 182px;
	margin-left: -869px;
}

div#placeholder-right-content {
	float: left;
	width: 555px;
	padding: 10px 30px 30px 30px;
}

div#placeholder-right {
	float: right;
	width: 220px;
	padding-right: 10px;
}

div#placeholder-footer {
	clear: both;
	height: 23px;
	background: transparent url(../images/bg-bottom.gif) no-repeat;
}



/* HEADER CONTENT */


/* skogbruk-logo */

div.page-header a#skogbruk-logo {
	background-color: transparent;
	float: left;
	margin: 15px 0 0 24px;
}

div.page-header a#skogbruk-logo img {
	width: 463px;
	height: 69px;
}

/* nho-logo */

div.page-header a#nho-logo {
	background-color: transparent;
	float: right;
	margin: 35px 35px 0 0;
}

div.page-header a#nho-logo img {
	width: 161px;
	height: 50px; 
}

/* Main menu (horizontal) */

div.horizontal-menu ul {
	float: left;
	margin-left: 10px;
}

div.horizontal-menu li {
	float: left;	
	position: relative;
	list-style-type: none;	
	margin-right: 4px;	
}

div.horizontal-menu li a.pane-left:link, div.horizontal-menu li a.pane-left:visited {
	background: transparent;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	line-height: 27px;
	padding-left: 10px;
}

div.horizontal-menu li a.pane-left:hover, div.horizontal-menu li a.pane-left:active {
	color: #FFFFFF;
	background: #8a6f44 url(../images/meny-bg-left-over.gif) repeat-x;
}

div.horizontal-menu li a.pane-left span.pane-right {
	display: block;
	line-height: 30px;
	background: transparent;
	padding-right: 10px;
	cursor: pointer;
}

div.horizontal-menu li a.pane-left span.pane-right:hover, div.horizontal-menu li a.pane-left span.pane-right:active {
	background: #8a6f44 url(../images/meny-bg-right-over.gif) repeat-x;
}


/* CONTENTS OF COLUMNS */


/* Placeholder-column */

div#placeholder-column h2 {
	width: 168px;
	height: 20px;
	background: transparent url(../images/bg-heading.gif) no-repeat;
	color: #0087b3;
	font-size: 12px;
	padding-top: 3px;
	margin: 10px 0 10px 8px;
}

div#placeholder-column p {
	margin: 10px 6px 10px 8px;
}

/* Placeholder-right */

div#placeholder-right h2 {
	width: 201px;
	height: 38px;
	background: transparent url(../images/bg-heading.gif) no-repeat;
	color: #fff;
	font-size: 17px;
	padding-top: 3px;
	padding-left: 10px;
	margin: 0 0 10px 0;
	font-weight: normal;
	line-height: 32px;
}

div#placeholder-right p {
	margin: 10px;
}

/* Vertical menu */

div.vertical-menu {
	background-color: #e9d9c1;
	width: 201px;
	
}
div#placeholder-right div.vertical-menu h2 {
	background: transparent url(../images/submenu-header-bg.gif) no-repeat;
	height: 44px;
	line-height: 38px;
}

div.vertical-menu ul {
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
    list-style-type: none;
}

div.vertical-menu ul {
	font-size: 14px;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
}

div.vertical-menu ul ul {
    font-size: 12px;
	padding: 5px 0;
	margin-top: 0;
}

div.vertical-menu ul li {
	height: 20px;
	margin-bottom: 5px;
}

div.vertical-menu ul li.open {
	height: 100%;
}

div.vertical-menu ul li.open a {

}

div.vertical-menu ul ul li {
	height: 16px;
	margin-bottom: 3px;
}


div.vertical-menu ul ul a {
    display: block;
    width: 174px;
    color: #00408b;
    text-decoration: none;
    background: none;
	padding: 0 0 0 16px;
	line-height: normal;
	margin-left: 10px;
}

div.vertical-menu ul ul li a:before {
	content: "-";
	padding-right: 5px;
}

div.vertical-menu ul ul a:hover, div.vertical-menu ul ul a:active, div.vertical-menu ul ul a.selected_sub { 
    color: #997a51;
}

div.vertical-menu ul a {
    display: block;
    width: 174px;
    color: #1a1a1a;
    text-decoration: none;
	line-height: 20px;
	padding-left: 16px;
}

div.vertical-menu ul a:hover, div.vertical-menu ul a:active, div.vertical-menu ul a.selected { 
    color: #997a51;
}


/* Placeholder-right: small-articlelist and small-articledisplay */

div.small-articlelist, div.small-articledisplay {
	background-color:#d9f4bd;
	width: 201px;
	margin: 15px 0;
	padding-bottom: 10px;
}

/* Placeholder-right: links in small-articlelist and small-articledisplay */

div.small-articlelist a:link, div.small-articlelist a:visited, div.small-articledisplay a:link, div.small-articledisplay a:visited {
	
}

div.small-articlelist a:hover, div.small-articlelist a:active, div.small-articledispaly a:hover, div.small-articledisplay a:active {
	
}

/* Placeholder-right: div.bransjeforeninger listing in small-articlelist */

div.bransjeforeninger {
	clear: both;
}

div.bransjeforeninger ul {
	list-style-type: none;
	margin: 0 10px 0 10px;
	padding-bottom: 5px;
}

div.bransjeforeninger ul li {
	margin-bottom: 10px;
	/*margin-left: 15px;*/
}

/* Placeholder-right: links in div.bransjeforeninger in small-articledisplay */

div.bransjeforeninger a {
	display:block;
	/*
	background: transparent url(../images/link-bullet.png) no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-left: -20px;
	*/
}

div.bransjeforeninger a:link, div.bransjeforeninger a:visited {
	color: #285edb;
	font-weight: normal;
}

div.bransjeforeninger a:hover, div.bransjeforeninger a:active {
	color: #285edb;
	font-weight: normal;
	text-decoration:underline;
}

/* Placeholder-right: contact details in small-articledisplay */

div.kontakt-detaljer {

}

/* Placeholder-right: div.news listing in small-articlelist */

div.news {
	clear: both;
}

div.news ul {
	list-style-type: none;
	margin: 0 10px 10px 10px;
	padding-bottom: 5px;
}

div.news ul li {
	margin-bottom: 10px;
}

div.news ul li div.published {
	font-weight: normal;
	font-size: 9px;
	color: #565656;
	margin: 0 0 5px 0;
	padding: 0;
}

div.news div.list-link {
	margin-left: 6px;
	padding-bottom: 10px;
}

/* Placeholder-right: links in div.news */

div.news div.list-link a {
	background: transparent url(../images/link-bullet.png) no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

div.news div.list-link a:link, div.news div.list-link a:visited {
	color: #285edb;
	font-weight: bold;
}

div.news div.list-link a:hover, div.news div.list-link a:active {
	color: #285edb;
	font-weight: bold;
	text-decoration:underline;
}


/* Placeholder-right: search field */

div.small-searchinput {
	font-size: 11px;
	font-weight: bold;
	margin-top: 20px;
}

div.small-searchinput h2{
	display: none;
}

div.small-searchinput form {
	margin: 0 6px 10px 4px;
}

div.small-searchinput legend {
	display: none;
}

div.small-searchinput label {
	display: none;
}

div.small-searchinput input#articlesearchstring {
	width: 130px;
	margin-bottom: 5px;
	float: left;
	border: 1px solid #c1ddae;
	padding: 2px;
	margin: 5px;
}

div.small-searchinput input.button {
	float: left;
	margin-top: 4px;
	margin-bottom: 10px;
	width: 40px;
	height: 24px;
}

/* Placeholder-right-content: */

/* Sitelocator */

div.sitelocator {
	font-size: 10px;
	color: #666666;
	margin: 10px 0 0 0;
}

div.sitelocator p, div.sitelocator ul, div.sitelocator li {
	display: inline;
}

div.sitelocator ul {
	list-style-type: none;
}

div.sitelocator li a {
	padding: 0 3px;
}

div.sitelocator li a:link, div.sitelocator li a:visited  {
	color: #285edb;
}

div.sitelocator li:after {
	content: " -";
}

div.sitelocator li.last:after {
	content: "";
}

/* TYPOGRAPHY */

/* Default typography */

h1, h2, h3, h4 {
	color: #5d5d5d;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; 
}

h1 {
	font-size: 28px;
	font-weight: normal;
}

h2 {
	font-size: 21px;
	
}

h3 {
	font-size: 16px;
	color: #538c3a;
}

h4 {
	font-size: 13px;
	color: #3d652b;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
}

/* Other typography and layout */

div.full-articledisplay h2 {
	margin: 1em 0 .5em 0;

}

div.full-articledisplay h3 {
	margin: 1em 0 0 0;
}

div.full-articledisplay h4 {
	margin: 1em 0 0 0;
}

div.full-articledisplay {
	margin-top: 25px;
}

div.full-articledisplay div.published, div.full-articledisplay p,
div.full-articledisplay ol, div.full-articledisplay ul {
	margin: 1em 0;
}


div.full-articledisplay ul, div.full-articledisplay ol {
	margin-left: 30px;
}

div.full-articledisplay div.published {
	margin: 1em 0;
	font-size: .9em;
}

div.full-articledisplay div.published span.date {
	display: inline;
	margin-left: .5em;
}

div.full-articledisplay p.preamble {
	font-weight: bold;
}

div.full-articledisplay div.full {

}

div.full-articledisplay div.left {
	margin: 10px em .5em 0;
	float: left;
	display: inline;
}

div.full-articledisplay div.right {
	margin: 10px 0 .5em 1em;
	float: right;
	display: inline;
}

div.full-articledisplay div.left img, div.full-articledisplay div.right img{
	padding: 5px;
	border: 1px solid #c4bcb0;
}
div.full div.photobyline, div.left div.photobyline, div.right div.photobyline {
	font-size: 0.9em;
	font-style: italic;
	padding: 5px;
}

div.right {
 	text-align: right;
}


/* Newsarchive */

div.newsarchive {
	width:100%;
	background: transparent;
}

div.newsarchive p.description, div.newsarchive div.list-link {
	display: none;
}

div.newsarchive ul {
	list-style-type: none;
	background: none;
	width: auto;
	font-size: 12px;
	padding: 0;
	margin: 0;
	border: 0;
}

div.newsarchive li {
	margin: 0;
	padding: 0;
}

div.newsarchive ul div.published {
	font-weight: normal;
	font-size: 10px;
	color: #565656;
	margin: 0 0 5px 0;
	padding: 0;
}

/* Date selector in newsarchive */

form#dateselector {
	margin: 15px 0;
}

form#dateselector select {
	margin: 10px 0;
}

/* Full article list */

div.full-articlelist ul {
	list-style-type: none;
}

div.full-articlelist li {
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #e3e8dd;
}

div.full-articlelist li.first {
	border: none;
}

div.full-articlelist li.last {

}

div.full-articlelist h4, div.full-articlelist h2 {
	display: none;
}

div.full-articlelist h3 {
	color: #0087b3;
	font-size: 20px;
	margin: 0 0 5px 0;
	padding-top: 0px;
	padding-bottom: 8px;
}

div.full-articlelist h3 a {
	color: #5d5d5d;
	text-decoration: none;
}

div.full-articlelist h3 a:hover {
	text-decoration: underline;

}
div.full-articlelist p {
	margin-bottom: 8px;
}

div.full-articlelist div.list-thumbnail-left {
	float: left;
	display: inline;
	width: 100px;
	padding: 3px;
	margin: 0px 10px 10px 0;
	border: 1px solid #dcdcdc;
}

div.full-articlelist div.list-thumbnail-left img {
	width: 100px;
	vertical-align: top;
}

/* Full article list: Link to read more */

div.full-articlelist div.articlelist-link-internal, div.full-articlelist div.articlelist-link-internal ul {
	display: inline;
	padding: 0;
}

div.full-articlelist div.articlelist-link-internal li {
	display: inline;
	clear: none;
	padding-top: 0;
	border: none;
}

div.full-articlelist div.articlelist-link-internal li a {
	color: #285edb;
	font-weight: bold;
}

div.full-articlelist div.articlelist-link-internal li a:hover {
	
}

/* **** THE FOLLOWING IS NOT DEVELOPED FOR SKOGRBUK.NO *****

div.full-articlelist div.articlelist-link-internal li a.members-only {
	background: transparent url(../../../../../_production/tryggdrift.no/themes/theme01/grafikk/icon_key.gif) 0 2px no-repeat;
	color: #666666;
	text-decoration: none;
	padding: 0 0 0 10px;
}

*/

div.full-articlelist div.published {
	display: inline;
	color: #666666;
	font-size: 10px;
	margin-left: 10px;
}

/*Full article list: link to news archive at bottom of full article list */

div.full-articlelist div.list-link {
	margin-top: 20px;
}

div.full-articlelist div.list-link a {
	background: transparent url(../images/link-bullet.png) no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

div.full-articlelist div.list-link a:link, div.full-articlelist div.list-link a:visited {
	color: #285edb;
	font-weight: bold;
}

div.full-articlelist div.list-link a:hover, div.full-articlelist div.list-link a:active {
	color: #285edb;
	font-weight: bold;
	text-decoration:underline;
}

/*INFO BOXES AT BOTTOM OF ULL ARTICLE DISPLAY */

/* Kontakt oss */

div.contactlist {
	clear: both;
	border: 1px solid #e3f1d5;
	background-color: #eefae1;
	margin: 12px 0;
}

div.contactlist h2 {
	color: #3c3b3b;
	font-size: 14px;
	margin: 2px 2px 0 2px;
	padding: 6px 10px;
	background: #bfed96 url(../images/articlebox-bak.gif) top repeat-x;
}

div.contactlist ul.first {
	float: none;
	display: block;
	/*width: 100%;*/
	list-style-type: none;
	margin: 12px;
	padding: 0;
}

div.contactlist li {
	margin: 10px 0;
	padding: 0;
}

/*tip a friend*/

div.tipafriend {
	border: 1px solid #e3f1d5;
	background-color: #eefae1;
	margin: 12px 0;
	clear: both;
}

div.tipafriend h2 {
	color: #3c3b3b;
	font-size: 14px;
	margin: 2px 2px 0 2px;
	padding: 6px 10px;
	background: #bfed96 url(../images/articlebox-bak.gif) top repeat-x;
}

div.tipafriend p {
	margin: 10px;
}

div.tipafriend form {
	margin: 10px;
}

div.tipafriend form legend {
	display: none;
}

div.tipafriend form label {
	display: block;
	font-size: .9em;
	margin: 5px 0 3px 0;

}

div.tipafriend form input#to_email, div.tipafriend form input#from_email {
	width: 200px;
	margin-right: 10px;
}


div.tipafriend div.message h3, div.tipafriend div.error h3 {
	margin: 10px;
}

div.tipafriend div.message p, div.tipafriend div.error p {
	font-weight: bold;
}

div.tipafriend div.error p {
	color: #FF0000;
}

/* Documentation box */

div.documentlist {
	border: 1px solid #e3f1d5;
	background-color: #eefae1;
	margin: 12px 0;
	clear: both;
	width: 553px;
}

div.documentlist h2 {
	color: #3c3b3b;
	font-size: 14px;
	margin: 2px 2px 0 2px;
	padding: 6px 10px;
	background: #bfed96 url(../images/articlebox-bak.gif) top repeat-x;
}


div.documentlist ul {
	list-style-type: none;
	margin: 12px 0;
}

div.documentlist ul li {
	margin: 6px 0;
}

div.documentlist div.doc-title a:link, div.documentlist div.doc-title a:visited {
	background: none;
	margin: 0;
	padding: 0;
	display: block;
}

div.documentlist div.doc-title {
	width: 340px;
	display: block;
	float: left;
}

div.documentlist img {
	width: 16px;
	height: 16px;
	margin: 2px 5px 15px 10px;
	float: left;
}

div.documentlist li div.link {
	display: block;
	float: right;
	width: 160px;
	text-align: right;
	margin-right: 10px;
}

div.documentlist li div.link span {
	display: inline;
	margin-right: 10px;
}

div.documentlist div.link a {
	display: inline;
	padding: .2em 0 .2em 20px;
	background: transparent url(../images/link-arrow.png) 1px no-repeat;
}

/* CLEARING */

div.clear {
	clear: both;
	display: block;
	float: none;
	font-weight: bold;
}

/* News/content Archive */

div.list-navigation {
	margin: 15px 0;
	text-align: center;
}

div.list-navigation ul {
	position: relative;
	list-style-type: none;
	width: auto;
}

div.list-navigation ul li {
	display: inline;
	margin: 0 4px;
}


/* Kvikk Guide nederst på siden, men copyrighttekst

div.kvikkguide {
	margin: 20px 0;
	padding: 20px 0 30px 0;
	border-top: 1px dotted #dcdcdc;
}

div.kvikkguide span {
	font-weight: bold;
	margin: 0 10px 0 30px;
}

div.kvikkguide p {
	font-size: 11px;
	margin-top: 20px;
	padding-left: 170px;
}

 */


/* Sorteringsmeny 

div#sortering form {
	float: right;
	margin: 20px 0;
}

.linkblaa {
	font-size: 12px;
	color: #23507C;
	text-decoration: none;
}

.litentekst_rod {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}

*/


/* Kontaktinfo 

div.contactinfo {
	clear: both;
	margin: 10px 0;
}

div.contactinfo a:link, div.contactinfo a:visited {
	color: #E57B20;
	font-weight: bold;
}

div.contactinfo a:hover, div.contactinfo a:active {
	color: #002c47;
	font-weight: bold;
}

*/


/* Banner i ventre og høyre kolonne 

div.kampanje {
	margin: 15px 0;
	text-align: center;
}

div.kampanje ul {
	list-style-type: none;
}

div.kampanje li, div.kampanje li.last {
	padding-bottom: 0;
	border: 0;
}

*/


/* Memberlogin 

div.memberlogin form {
	margin-left: 6px;
}

div.memberlogin form legend {
	display: none;
}

div.memberlogin form input#dummy_username, div.memberlogin form input#dummy_password {
	width: 165px;
}

div.memberlogin form label {
	display: block;
	margin: 3px 0;
}

div.memberlogin form input.button {
	float: right;
	margin: 10px;
}

div.memberlogin form p {
	clear: right;
}

div.memberlogin div.message h3 {
	font-size: 12px;
	font-style: italic;
		color: #3d3d3d;

}

div.memberlogin div.message p a:link, div.memberlogin div.message p a:visited {
	color: #E57B20;
	font-weight: bold;
}

div.memberlogin div.message p a:hover, div.memberlogin div.message p a:active {
	color: #002c47;
	font-weight: bold;
}

*/

