@charset "utf-8";
body  {
	font: 92% Arial, Verdana, Helvetica, sans-serif;
	background: #eee;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	color: #333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* --------------------
	=HODE
	---------------------------------------- */
	
#header { 
	background: #DDDDDD url(../bilder/hode.jpg) no-repeat; 
	height: 289px;
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 
	
	#header h1 {
		margin: 0; 
		padding: 0; 
		display: block;
		position: relative; top: 30px;
		z-index: 1000; /* need for FX and IE */ 
}

#header h1 a {
	text-indent: -5000px;
	background:url(../bilder/logo.gif) no-repeat;
		height: 65px;
		width: 384px;
		display: block;
		z-index: 1000; /* need for FX and IE */ 
		outline: 0; -moz-outline: 0;
}

p#kontaktinfo {
	position: absolute;
	top: 40px;
	right: 0;
	padding: 5px 10px;
	color: #005bab;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 144%
}

	p#kontaktinfo span {
		float: left;
		text-align: right;
		width: 88px;
		padding-right: 4px;
	}


#sidebar1 {
	float: left; 
	width: 188px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 647px;
}
	#sidebar1 h3 {
		padding: 10px 20px;
	font-size: .8em;
	}
	#sidebar1 p {
		padding: 10px 20px;
	font-size: .8em;
	}
	
	ul#hovedmeny { margin: 50px 0; padding: 0; }
		ul#hovedmeny li { list-style-type: none; margin-bottom: 10px; height: 34px; text-align: right; }
			ul#hovedmeny li a { display:block; color: #fff; text-decoration: none; text-transform: uppercase; font-size: .9em; height: 34px; background: #81C4E2 url(../bilder/meny-hjorne.gif) right top no-repeat; }
				ul#hovedmeny li a span { padding: 9px 13px 0 10px; display: block; }
				
		
			ul#hovedmeny li a:hover { background: url(../bilder/meny-bakgrunn2-pa.gif) right top no-repeat;color: #000; }
				
	
	.boks {
		background: #82c5e2 url(../bilder/boks-topp.gif) no-repeat top center;
		padding: 0;
		text-align: right;
		height:100px;	
	}
	.boks p {
		  margin-top: 60px;
		  font-size: .3em;
		  color: #fff;
		  display: block;
	}
#mainContent { 
	margin: 0 0 0 188px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
	#mainContent h1 { margin-top: 15px; color: #f0a740; font-size: 2.5em;}
	#mainContent h2 { color: #f0a740; }
	#mainContent p { color: #333; }
	
#footer { 
	padding: 0 0 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

	#footer p span {
		padding-right: 20px;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mainContent #intro {
	color: #055275;
	font-size: 25px;
	margin-top: 25px;
}

/* ----------------------------------------
	=SNARVEIER
	---------------------------------------- */
	
	ul#snarveier {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
			ul#snarveier li a {
				display: block;
				text-indent: -9999px;
				overflow: hidden;
				width: 500px;
				height: 70px;
				background: url('../bilder/snarveier.png') no-repeat;
				outline: 0; -moz-outline: 0;
			}
				
					ul#snarveier li.fiskehelse a:hover {
						background-position: -500px 0;
					}
				
				ul#snarveier li.ik a {
					background-position: 0 -70px;
				}
				
					ul#snarveier li.ik a:hover {
						background-position: -500px -70px;
					}
				
				ul#snarveier li.mu a {
					background-position: 0 -140px;
				}
				
						ul#snarveier li.mu a:hover {
							background-position: -500px -140px;
						}
				
				 