@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*img{
	behavior:url("assets/pngbehavior/pngbehavior.htc");
}*/



#left_flower{
	position:absolute;
	top:20px;
	left:0px;
	z-index:-1;

}
#right_flower{
	position:absolute;
	top:20px;
	right:0px;
	z-index:-1;
}
body {
	line-height: 1;
	background-image:url("../img/gradient_bg.png");
	background-repeat:repeat-x;
	background-color:#D7D8D9;	
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.clear {
	clear: both;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
}
#shadowwrap{
	width:850px;
	background-color:#ffffff;
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	padding-bottom:5px;
}
#wrap{
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#ffffff;
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
#header{
	width:840px;
	height:252px;
	position:relative;
	background-color:#ffffff;
}
#header img{
}
.lesmer a{
	color:#C41230;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	float:right;
}
#background_wrapper{
	/* Denne brukes for å få en grå bakgrunn på venstre side av siden så
	den fortsatt blir grå uansett hvor lang de forskjellige elementene på 
	siden blir */
	background-image:url("../img/bg_col1.png");
	background-repeat:repeat-y;
	width:100%;
}

/*Under kommer toppmenyen med Om oss, Kontakt oss og Søkefelt*/
#toppmeny{
	width:558px;
	height:30px;
	float:right;
	/*line-height:1;*/
	font-size:12px;
	color:#9D9FA2;
	padding-top:15px;
	vertical-align:middle;
}
#toppmeny ul{
	margin-right:10px;
	vertical-align:middle;
}
#toppmeny ul li{
	float:right;
	margin-left:17px;
	vertical-align:middle;
}
#toppmeny ul li a{
	text-decoration:none;
	color:#9D9FA2;
	margin-top:5px;
	
}


/*Under kommer det store toppbannerbildet*/
#toppbanner{
	float:right;
	height:207px;
}
#logo{
	position:absolute;
	top:34px;
	left: 13px;
	width:266px; 
	height:203px;
}
#sidebar{
	width:237px;
	float:left;
	/*background-color:#ffffff;*/
	background-image:url("../img/bg_col1.png");
	background-repeat:repeat-y;
	/*z-index:0;*/
}
#topplinje{
	background-image:url("../img/bg_col1_top.png");
	background-repeat:no-repeat;
	height:4px;
}
#sidebar .lesmer{
	padding-right:14px;
	padding-bottom:10px;
}
#sidebar h1{
	background-image:url("../img/bg_col1_h1.jpg");
	background-repeat:repeat-y;
	color:#C41230;	
	font-size:16px;
	font-weight:bold;
	height:19px;
	line-height:19px;
	padding-left:14px;
	/*z-index:0;*/
}
#sidebar h2{
	font-size:14px;
	font-weight:normal;
	color:#818285;
}
.col_1_element{
	padding-left:15px;
	padding-top:8px;	
	padding-bottom:11px;
	/*position:relative;*/
	/*z-index:2;*/
}
.col_1_element p{
	color:#818285;
	font-size:11px;
	padding-top:4px;
	padding-bottom:4px;
}
.col_1_element a{
	color:#C41230;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
#aapningstid{
	font-size:19px;
	color:#656668;
	padding-top:18px;
	padding-bottom:18px;
}
#main{
	width:559px;
	float:left;
	padding-left:22px;
	padding-top:19px;
	padding-right:22px;
	position:relative;
}
#main hr{
	color:#cccccc;
	background-color:#cccccc;
	margin:auto;
	margin-top: 10px;
	margin-bottom:15px;
	height: 1px;
}
#main h1{
	color:#c41230;
	font-size:21px;
	margin-bottom:9px;
	font-weight:normal;
}
#main h2{
	color:#646567;
	font-size:12px;
	padding-bottom:6px;
	font-weight:normal;
}
#main p{
	color:#818285;
	font-size:11px;
	padding-bottom:6px;
}
#main a{
	color:#C41230;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
#artikkel{
	color:#646567;
	font-size:12px;
	padding-bottom:6px;
	font-weight:normal;
	position:relative;
}
#artikkel p{
	padding-bottom:19px;
	line-height:1.2;
}
#artikkel h2{
	padding-bottom:19px;
	line-height:1.2;
}
#artikkel a{
	color:#646567;
	text-decoration:underline;
	font-size:11px;
}
#artikkel ul{
	list-style-type: disc;
	list-style-position:inside;
	margin-bottom:19px;
}
#artikkel ul li{
	margin-bottom:5px;
}

#artikkel h3 a{
	font-size:12px;
	font-weight:bold;
}
#artikkelbilde{
	padding-bottom: 24px;
}

#artikkel img{
margin-right:10px;
}

#lastNedPdf{
	float:right;
}
#lastNedPdf a{
	color:#646567;
}
#lastNedPdf img{
	vertical-align:middle;
}
#adobeicon{
	float:left;
	padding-right:10px;
	padding-bottom:20px;
}


.redText{
	color:#c41230;
}
#nav{
	width:603px;
	float:left;
}
#nav table{
	width:603px;
	height:43px;
	font-size:14px;
	line-height:43px;
	background-color:#c41230;
}
#nav tr td{
	text-align:center;
	border-right-color:#E08A7E;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#79000F;
	border-left-style:solid;
	border-left-width:1px;
	width:20%;
}
#nav tr td a{
	display:block;
	height:43px;
	text-decoration:none;
	background-color:#c41230;
	color:#ffffff;
}
#nav .first{
	border-left-style:none;

}
#nav .last{
	border-right-style:none;
}
#nav .active a{
	color:#000000;
	background-color:#ffffff;
	background-image:url("../img/bg_col1_top.png");
	background-repeat:no-repeat;
	background-position:top;
}

#toppicture{
	padding-bottom:28px;
}

/* Her kommer de to kolonnene under det store bildet på Forsiden */
#col2_divider{ 
	background-image:url("../img/col2divider.gif");
	background-repeat:repeat-y;
	width:100%;
}
#col2_left_frontpage, #col2_right_frontpage{
	float:left;
	width:253px;
	padding-bottom:19px;
}
#col2_left_frontpage{
	padding-right:24px;
}
#col2_right_frontpage{
	padding-left:24px;
}
#col2_left_frontpage img, #col2_right_frontpage img{
	padding-bottom:20px;
}
/*kode som brukes på Butikker*/
.store{
	position:relative;
	width:553px;
	height:95px;
	padding-bottom:8px;
}
.butikker{
	position:relative;
	width:553px;
	height:84px;
	padding-bottom:8px;
}
h3{
	font-size:12px;
	color:#c41230;
	margin-bottom:13px;
	width:370px;
	font-weight:normal;
	font-weight:bold;
}
h3 a{
	font-weight:bold;
}
.storeinfo h3 a{
	font-size:12px;
}
.storelogo{
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	width:95px;
	height:81px;
}
.storeinfo{
	float:left;
	margin-top:11px;
	width:445px;

}
.storeinfo a{
	color:#C41230 !important;
	text-decoration:none !important;
}
.storeinfo p a{
	font-size:11px !important;
}
.storetlf{
	position: absolute;
	right: 5px;
	top:11px;
	font-size:12px;
	color:#c41230;
	z-index:50;
}
.storedato{
	position:absolute;
	right: 5px;
	top:5px;
	font-size:12px;
	color:#c41230;
	z-index:50;
}
.begivenhetsBilde{
	float:left;
	width:90px;
	height:90px;
	margin-right:15px;
}
.begivenhetsBilde img{
	float:left;
	padding:5px;
	border:1px solid #999999;
	margin:5px !important;
}
/*
Under kommer style for "bloggsiden" til butikken.
vColButikk inneholder Butikknavn, bilde og tekst.
hColButikk inneholder Logo, kontaktinfo og bildegalleri.
*/
#enbutikk{
}
#enbutikk a{
text-decoration:underline;
color:#646567;
}
#vColButikk{
width:290px;
position:relative;
float:left;
}
#vColButikkInnhold{
width:269px;
}
#vColButikkInnhold h2{
padding-bottom:18px;
}
#vColButikkInnhold p{
padding-bottom:18px;
}
#butikkbilde{
padding:8px;
border-color:#cccccc;
border-style:solid;
border-width:1px;
margin-bottom:11px;
}
#hColButikk{
width:268px;
position:relative;
float:left;
}
#hColButikklogo{
padding-bottom:11px;
}
#hColButikk span.red{
	color:#C82A39;
}
/*Under kommer modifikasjoner på stilen på opplastingssiden til en butikk*/
#butikkBildeGalleri .managecontainer{
	width:268px;
}
#butikkBildeGalleri .managecontainer textarea{
	width:268px;
}
#butikkBildeGalleri .managecontainer hr {
	width:268px;
}
#butikkBildeGalleri .uploadfile input {
	width:268px;
}
/*Under kommer footer som skal ligge under selve siden*/
#footer{
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	font-size:11px;
	color:#646567;
	height:40px;
	line-height:40px;
}
#footer a{
	color:#646567;
}
#footer #kontaktinfo{
	float:left;
}
#footer #catchlogo{
	float:right;
}
/* Under er stilingen av kalenderen for Hva Skjer? */
.kalenderBrowse{
	text-align:right;
	font-size:12px;
	color:#636467;
	text-transform:uppercase;
	padding-right:10px;
	padding-bottom:4px;
}
.kalenderBrowse a{
	color: #635457;
	text-decoration:none;
}
.kalender {
	text-align: center;
	margin: 5px 0 15px 0;
	color:#AAA;
}
.kalender a {
	color: #fff;
	background-color:#C41230;
	text-decoration: none;
	display: block;
	position: relative;
	z-index:1;
}
.kalender a span {
	background-color: #C41230;
	color: #ffffff;
	display: none;
	left: -70px;
	padding: 5px;
	position: absolute;
	top: 20px;
	width: 150px;
}
.kalender a span p {
	margin: 0 0 3px 0;
	color:#ffffff;
}
.kalender a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	display: block;
	z-index:2;
}
.kalender a:hover span {
	display: block;
}
.kalender th, .kalender td {
	height: 18px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size:11px;
	color:#959598;
	vertical-align:middle;
	line-height:20px;
}
.kalender th[scope=col] {
	background-color: #aaa;
	color: #FFFFFF;
}
.kalender th[scope=row] {
	background-color: #DCDDDE;
	color: #77787B;
	font-weight:normal;
}

/*Under her kommer stil til søkefeltet og søkeresultatsiden*/
#ajaxSearch_form {
	color: #444;
	width: 165px;/*Er ikke sikker på bredden på dette feltet*/
}
#ajaxSearch_input {
	width: 124px;
	display: inline;
	height: 12px;
	border: 1px solid #A5A7AA;
	margin: -3px 3px 0 0;
	padding: 3px 0 0;
	padding-top:2px;
	padding-bottom:2px;
	vertical-align:top;
	font-size:11px;
	color:#9D9FA2;
	line-height:1;
}
#ajaxSearch_submit{
	margin-top:-4px;
}
p.ajaxSearch_resultsInfo{
	font-size:12px;
}
.ajaxSearch_result{
	margin-bottom:5px;
}
#phptestres{
	position:absolute;
	z-index:9999;
	width:500px;
	height:500px;
	overflow:scroll;
	top:200px;
	left:200px;
	background-color:#000000;
	color:#006600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-style:solid;
	border-color:#333333;
	border-width:5px;
	margin:10px;
	padding:10px;
}

/*Ny butikk-visnings css - 03.09.2010*/
#butikkv2{
	position:relative;
	padding-bottom:10px;
}
.butikkv2{
	width:126px;
	height:160px;
	border:solid #ededed 2px;
	padding:4px;
	float:left;
	position:relative;
	text-align:center;
}
.butikkv2navn{
	height:35px;
	overflow:visible;
}
.butikkv2 h4{
	color:#C41230;
}
.butikkv2logo{
	padding-top:4px;
	padding-bottom:4px;
}
.butikkv2info{
	width:126px;
	height:35px;
	position:absolute;
	bottom:0;
	left:0;
}