@charset "utf-8";
/* CSS Document */
/*
Grønn: #879637  
Blå: #00338d
Turkis: #00b0ca
*/
body {
	margin: 0;
	padding: 0;
	background: #C0C0C0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
/* ----- HEADINGS ----- */
h1{
	margin-top: 0;
	padding-top: 0;
	color: #000;
	font-size: 1.2em;
}
	#headlight h1{
		margin-bottom:20px;
		font-size:12px;
	}
	.fsNewsbox h1 {/*heading frontpage newsboxes*/
		margin-left: 5px;
		margin-bottom: 10px;
		padding-left: 50px;
		background: url(../bilder_losning/button.png) no-repeat;
		line-height: 1.1em;
		}
h2 {
	font-size: 1.1em;
}
	h2 span.date {
		color: #777;
	}
/* ----- PARAGRAPHS ----- */
p {
	margin: 5px 0;
}
p.readMore {
	margin-bottom: 20px;
}
	#toppic p {
	}
	#frontPage p {
		font-size: 0.9em;
	}
	/* FRONTPAGE NEWSBOXES PARAGRAPHS */
	.fsNewsbox p {
		max-height: 94px;
		overflow: hidden;
	}
		.fsNewsbox p.ingress {
			width: 121px;
		}
		.fsNewsbox p.ingress_noimg {
			width: 211px;
		}
	/* RIGHT PARAGRAPHS */
	#headlight p {
		font-size: 0.9em;
		margin-top: -5px!important;
	}
	/* FOOTER PARAGRAPHS */
	#footer p {
		font-size: 0.8em;
	}
		p#poweredByiTools {
			color: #777777;
			text-transform: uppercase;
		}
	/* NEWSARCHIVE PARAGRAPHS */
	#newsList p {
		font-size: 1em;
		line-height: 1.5em;
	}
		#newsList p.ingress {
			font-weight: bold;
		}
		#newsList p.readMore {
			font-size: 0.9em;
		}
/* IMAGE STYLES */
img {
	border: none;
}
	.fsNewsbox img{/*image frontpage newsboxes*/
		float: left;
		width: 90px;
		padding-right: 5px;
	}
/* ----- LINKS ----- */
a,
a:link,
a:active,
a:visited {
	color: #00b0ca;
	text-decoration: underline;
}
a:hover {
	color: #00338d;
}
	#navi a{/* Breadcrumbs */
		color: #777;
		text-decoration: none;
	}
	#addressfield a{
		color: #666;
	}
	#newsarchive a {
		color: #000;
		text-decoration: none;
	}
		#newsarchive a:hover {
			color: #00338d;
		}
	#poweredByiTools a {
		color: #666;
		text-transform: uppercase;
		text-decoration: none;
	}
	#footer a:hover{
		text-decoration: underline;
	}
	.btmLeftLesmer a{/*if a third newslisting at bottom frontpage*/
		color: #00338d;
		text-decoration: none;
	}
/* ----- Form Styles ----- */

#searchpos{/* id for "searchform" */
	margin: 10px 0 10px 5px;
	font-size: 0.9em;
}
form ol,
#searchpos form ol {
	margin: 0;
	padding: 0;
}
form li,
#searchpos form li {
	list-style: none;
	padding-top: 10px;
}
label {
	display: block;
	width: 7em;
	float: left;
	text-align: right;
	padding-right: 10px;
}
.formBtn,
#searchpos .formBtn {
	width: 50px;
	border: none;
	background: none;
	color: #000000;
	font-size: 0.9em;
	font-weight: 700;
}
input,
#searchpos input {
	width: 100px;
	border: 1px solid #666666;
	padding: 1px 3px;
	background: #fff;
	color: #666;
	font-size: 0.9em;
}
	input:focus,
	input:hover,
	#searchpos input:focus,
	#searchpos input:hover {
		border-color: #00b0ca;
	}
	.formBtn:focus,
	.formBtn:hover,
	#searchpos .formBtn:focus,
	#searchpos .formBtn:hover {
		color: #00b0ca;
	}