/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	
	
	background:url(../images/bg.jpg) center top no-repeat;
	font-family:verdana;
	font-size:13px;
	color:#888888;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:auto;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}


div#content {
	width:853px;
	margin:0 auto;
	padding:1em 1em 5em; /* bottom padding for footer */
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */

	height:40px;
	padding:20px 0 0 0;
	text-align:center;
	background:#6ab84d;
	color:#ffffff;
	font-size:10px;
}

#footer a {
	color:#ffffff;
}








p {
	margin:0;
	/*font-size:11px;*/
}

a {
	color: #60b540;
	text-decoration: none;
}

a:hover, a:active, a:focus, a:visited {
	color: #999999;
	text-decoration: underline;
}

a img {
	border: none;

}
h1 {
	font-size:16px;
	color:#a5a5a5;
	background:url(../images/pil_green.jpg) no-repeat left;
	padding: 0 0 0 20px;

}
h2 {
	font-size:16px;
	color:#255d1b;
	padding:80px 0 0 0;
	text-align:center;
}
	
h3 {
	font-size:13px;
	color:#818285;
	margin-top:10px;
}

.clearfix {
	clear:both;
	font-size:0;
}

#header{
	width:853px;
	border:0;
	margin:0 0 15px 0;
	padding:0;
	border-bottom: 1px solid #eaeaea;
	position:relative;
	
}
.slogan{
	color:#bbbbbb;
	font-size:16px;
	position:absolute;
	top:120px;
	left:75px;
}
#contentwrap  {
	width:853px;
	padding:0;
	margin:0;
	/*position:relative;*/

}

#rightcolumn {
	width:565px;
	float:right;
	display:inline;
	padding:0 0 0 15px;
	margin:0;
	border-left: 1px solid #eaeaea;

}
#leftcolumn  {
	float:left;
	display:inline;
	padding:0 0 80px 0;
	margin:0;


}
#toppbanner{
	margin:0;
	padding:0 0 10px 0;

}
#maincontent{
	margin:0;
	padding:0px 0 60px 0;

}
.logo{
	margin:0;
	padding:0 10px 0 0;
	text-align:center;
	float:left;

}

#topmeny{
	height:15px;
	width:400px;
	margin:120px 0 0 0;
	padding:0px 0 10px 0;
	text-align:right;
	float:right;

}
#topmeny a {
	border-right:1px dotted #e8e8e8;
	display:inline;
	margin:0 0 0 10px;
	padding:0 10px 0 0;
	color:#a5a5a5;
	text-decoration:none;
	font-size:11px;

}
#meny {
	width:271px;
	margin:0px 0 0 0;
	padding:0;
	list-style:none;
}
#meny a{
	border-bottom:1px dotted #e8e8e8;
	color:#a5a5a5;
	text-decoration:none;
	width:238px;
	padding:3px 0 1px 6px;
	margin-top:4px;
	height:22px;
	display:block;
	font-size:12px;
}
#meny ul li{
	/*color:#000000;*/
	list-style:none;
	padding:0;
	margin:5px 10px 3px 0px;
	/*height:22px;*/
	/*width:224px;*/
	/*display:block;*/
}
#meny .submeny {
	padding:0;
	margin:0;
}
#meny .sublink {
	padding-left:15px;
	background:url(../images/underpunkt.gif) no-repeat;
	width:229px;
}
#meny .sactive {
	background:url(../images/underpunkt_active.gif) no-repeat !important;
}
#meny .active {
	color:#808185;
	background:url(../images/bg_meny_active.jpg) no-repeat;
}

.avdelinger {
	margin:0 15px 0 0;
	padding:0 0 15px 0;
	border-bottom: 1px solid #eaeaea;
	width:250px;
	font-size:11px;

}
.avdelinger a {
	margin:5px 0 0 0;
	padding: 3px 5px 3px 5px;
	border: 1px solid #529b37;
	background:#61b442;
	text-decoration:none;
	float:right;
	display:block;
}
.avdelinger a:hover, a:active, a:focus, a:visited {
	color: #999999;
	text-decoration: underline;
}
.knapper a:link, a:hover, a:active, a:focus, a:visited {
	text-decoration: underline;
}
.infoboks {
	margin:0 15px 0 0;
	padding:0 0 15px 0;
	/*border-top: 1px solid #eaeaea;*/
	border-bottom: 1px solid #eaeaea;

}
.timesbestilling {
	background:url(../images/bg_infoboks.jpg) no-repeat;
	margin:0;
	padding:0;
	width:249px;
	height:116px;
	cursor:pointer;
}




/* ARTIKKEL BILDER */

.artikkelbilde {
	margin-top:2px;
	margin-bottom:4px;
}

.bilde_border {
	background-color:#FFFFFF;
	border:1px solid #E7E6DF;
	padding:2px;
}
.align_1 { /*venstre*/
	float:left;
	margin-right:5px;
}
.align_0 { /*høyre*/
	float:right;
	margin-left: 5px;
}
.align_no_margin {
	margin-left:0 !important;
	margin-right:0 !important;
}
.valign_1, .valign_2 {
	margin-top:8px;
	margin-bottom:12px;
}

.zoomable {
	cursor: url(../images/magnify.cur), pointer;
}

.lesmer {
	background-color:#EFEFEF;
	clear:both;
	color:#FFFFFF;
	display:block !important;
	float:right;
	padding:3px;
	text-align:center;
	text-decoration:none !important;
}



