@charset "utf-8";
/* CSS Document */

/* Author: Bjarte Lund Rolland */

/* General styles for typography */



/* BODY (only typography)
---------------------------------------- */
body {
	font: 11px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}

/* HEADERS
---------------------------------------- */
p {
	margin:0 0 10px 0;
}
	#footer p a {
		color: #fff;
		text-decoration: none;}
	p.ingress {
		font-size: 12px;}
	p.lesmer {
		text-align: right;
		}
	#news p {
		font-size: 9px;
		}
	#newsArchive p {
		margin: 2px 0;}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;}
h1,
.butikk_tittel {
	font-size: 12px;
	margin-bottom:10px;
	line-height:1em;
}
	#front h1, #frontSub h1 {/*heading frontpage/subfrontpage over columns*/
		margin-bottom: 0;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 14px;}
	#fronth1 {/*heading frontpage over columns*/
		float: left;
		width: 144px;
		margin-right: 14px;		
		border-right: 2px dotted #7bb521;
		}
		
	#news h1, #newsArticle h1 {
		margin: 14px 0 7px 7px;
		}
	#newsArchive h2 {
		margin-top: 14px;
		margin-bottom: 2px;
		text-transform: none;
		}

h2 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height:1.2em;
}

	h2 a:link,
	h2 a:active,
	h2 a:visited {
		color:#666;
		text-decoration:none;
	}

	h2 a:hover {
		color:#c6c6c6
	}
	#news h2 {
		margin: 0 0 0 0;
		padding: 3px 0;
		font-size: 10px;
		text-transform: none;}

h3 {
	font-size: 11px;
	margin-bottom:5px;
	line-height:1.3em;
}	

	h3 a:link,
	h3 a:active,
	h3 a:visited {
		text-decoration:none;
	}
	
h4 {
	font-size: 9px;
	margin:0;
	margin-bottom:5px;
	font-weight:normal;
	text-transform: none;
	font-style: italic;
}	
	h4 a:link,
	h4 a:active,
	h4 a:visited {
		color:#7bb521;
		text-decoration:none;	
	}
	
	h4 a:hover {
		color:#c6c6c6
	}

/* LISTS
---------------------------------------- */
ul,
ol {
	margin-bottom:10px;
}

ul li, ol li {
	padding-left:10px;
	background:url(../gfx/bullet.gif) no-repeat left 3px;
	list-style:none;
	margin:0 0 0 0;
	/*margin-top:-5px;*/
}
.sitemapMenuMain ul li,
.sitemapMenu ul li {
	margin-left: 20px;}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #7bb521;
	outline: none;
} 
a:hover {
	text-decoration: none;
	color: #666;
}
	#txtWrap p a, #newsArchive p a, .sitemap li a, {
	font-size: 10px;
	text-transform: uppercase;
		}
	#breadcrumbs a {
		font-size: 9px;
		text-transform: uppercase;
		}

 
/* FORMS
---------------------------------------- */
input,
textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	border:solid 1px #666;
}

input:focus,
input:hover,
textarea:focus {
	border:solid 1px #7bb521;
}

/* myFancyForm
------------------------------------------*/
.myFancyForm {
	}
/*Applying General Form Styling*/
.myFancyForm fieldset {
	/*margin: 1.5em 0 0 0;
	padding: 0;
	following used with "left-align" to ensure float does not go out of parent*/
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	border: none;
	padding: 0;
}
.myFancyForm legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}
.myFancyForm fieldset ul {
	padding: 1em 0 0 0;
	list-style: none;
}
.myFancyForm fieldset li {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
	*display: inline-block;
	/*following used with "left-align" to ensure float does not go out of parent
	float: left;*/
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	background: none;
}
.myFancyForm fieldset.submit {
	/*border-style: none;
	following used with "left-align" to ensure float does not go out of parent*/
	float: none;
	width: auto;
	border: 0 none #fff;
	padding-left: 12em;
}
/*Using Top-positioned Text Labels*/
.myFancyForm label {
	display: block
}
/*Left-aligning Text Labels*/
.myFancyForm label {
	float: left;
	width: 14em;
	margin-right: 1em;
	/*following added to "right-align" labels
	text-align: right;*/
	text-transform: uppercase;
}
.myFancyForm input {
	width: 300px;
	}
.myFancyForm textarea {
	width: 300px;
	}
.myFancyForm #btnSend {
	width: 150px;
	background: none;
	border: none;
	color: #7bb521;
	font-size: 1em;
	text-decoration: underline!important;
	text-align: right;
	text-transform: uppercase;
	}
	.myFancyForm input#btnSend:hover,
	.myFancyForm input#btnSend:focus {
		color: #666;
		text-decoration: none;
		}
.myFancyForm span.red {
	color: red;
	padding-left: 3px;
	}
.myFancyForm a {
	text-transform: uppercase;
	}

/* OTHERS
------------------------------------------*/
hr {
	height: 0.01em;
	color: #fff;
	border-top: 2px dotted #7BB521;
	margin: 0 0 7px 0;}
