body {
	background:#eee;
	margin:0;
	font-family:"Helvetica", "Arial";
}


#wrapper {
	width:900px;
	margin:0 auto;
}

.clear {
	clear:both;
}

h2 {
	color:#4D8BBA;
	line-height:30px;
	margin-top:0;
	margin-bottom:0;
}

h3 {
	color:#4D8BBA;
}


/*** HEADER ***/
#header {
	width:900px;
	height:140px;
}

#logo a {
	background:url(../bilder/andelsbutikken_logo_web.png) no-repeat;
	height:0;
	width:374px;
	padding-top:124px;
	float:left;
	overflow:hidden;
	line-height:9000px;
}


#butikken-apner-header {
	width:410px;
	height:70px;
	float:right;
	margin:52px 10px 0 0;
	text-align:right;
	line-height:21px;
	letter-spacing:1.1px;
}

	#butikken-apner-header h2 {
		margin:0;
		font-size:15px;
		line-height:30px;
		font-size:25px;
	}


#reklame-hoyre-header {
	width:350px;
	height:100px;
	float:right;
	margin-top:20px;
}





/*** MENY ***/

#meny {
	width:250px;
	float:left;
}
	
	#meny-bg-topp {
		background:url(../bilder/meny-topp.png) no-repeat;
		width:250px;
		height:9px;
	}
	
	#meny-bg-midt {
		background:url(../bilder/meny-midt.png) repeat-y;
		min-height:200px;
		width:250px;
	}
	
		#meny-bg-midt ul {
			margin:0;
			padding:0;
		}
		
		#meny-bg-midt li {
			margin:0;
			padding:5px 0 0 15px;
			list-style:none;
			line-height:25px;
			font-size:13px;
		}
		
		#meny-bg-midt a {
			color:#333;
			text-decoration:none;
			padding:5px 3px;
		}
		
		#meny-bg-midt a:hover {
			color:#000;
			margin-left:7px;
		}
		
		.meny-aktiv {
			color:#000;
			margin-left:7px;
			padding-left:7px;
		}

				
		
	#meny-bg-bunn {
		background:url(../bilder/meny-bunn.png) no-repeat;
		width:250px;
		height:9px;
	}





/*** Content ***/ 
#content {
	width:630px;
	float:right;
}

	#content-topp {
		background:url(../bilder/content-topp.png) no-repeat;
		height:9px;
		width:630px;
	}
	
	
	#content-midt {
		background:url(../bilder/content-midt.png) repeat-y;
		width:590px;
		padding:10px 20px;	
	}
	
		#content-midt p {
			font-size:13px;
			color:#222;
			line-height:20px;
		}
		
	#content-midt_forside {
		background:url(../bilder/content-midt.png) repeat-y;
		width:590px;
		padding:10px 20px;	
		height:180px;
	}

		#content-midt_forside p {
			font-size:13px;
			color:#222;
			line-height:20px;
		}

	
		.tekst-senter {
			text-align:center;
		}
		
		.tekst-senter-stor {
			text-align:center;
		}
		
		.tekst-senter-stor a {
			font-size:20px;
			color:#333;
			text-decoration:none;
		}
	
		.tekst-senter-stor a:hover {
			color:#4D8BBA;
		}
		
		ul.content-midt-liste {
			font-size:13px;
			line-height:22px;
			list-style:circle;
		}
		
		ol.content-midt-tall-liste {
			font-size:13px;
			line-height:18px;
		}
		
		ol.content-midt-tall-liste li {
			margin-bottom:15px;
		}
		
		.content-midt-tabell, .content-midt-tabell-materiell {
			font-size:13px;
		}
		
		.content-midt-tabell a, .content-midt-tabell-materiell a {
			color:#000;
		}
		
		.content-midt-tabell a:hover, .content-midt-tabell-materiell a:hover {
			color:#4D8BBA;
			text-decoration:none;
		}

		.content-midt-tabell-materiell tr:hover {
			background:#f0f9ff;
		}
		
		tr.content-midt-tabell-materiell-topp, tr.content-midt-tabell-materiell-topp:hover {
			background:#eee;
		}
		
		.content-midt-tabell-materiell td {
			padding:10px;
		}
		
		.skjematekst {
			font-size:12px;
			color:#252525;
			line-height:22px;
		}
		
		.skjematekst a {
			color:#4D8BBA;
			text-decoration:none;
			font-weight:bold;
		}
		
		.skjematekst a:hover {
			color:#000;
		}
		
		.skriv {
			margin-bottom:15px;
		}
		
		.skriv_annet {
	
		}


	
	#content-bunn {
		background:url(../bilder/content-bunn.png) no-repeat;
		height:9px;
		width:630px;
	}




/*** Footer ***/
#footer {
	width:900px;
	height:60px;
	padding-top:3px;
	text-align:center;
	font-size:11.5px;
	color:#2C3717;
	margin:20px 0 30px 0;
	background:url(../bilder/footer.png) no-repeat;
}

#footer a {
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	color:#000;
}

#footer a img {
position: relative;
float: left;
width: 30px;
border: 0;
margin-left: 15px;
margin-top: 15px;
}