/* reset */

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,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}


/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* layout & grid */

#container {
	margin: 0 auto; 
	width: 960px;
	position: relative;
}

/*
body#forside_ny #wrapper {
	background: url(../images/jul.jpg) top center no-repeat;
}
*/

body#forside #container{
	background: url(../images/hovedbilde.jpg) top center no-repeat;
}

.vmarg28 {
	margin-left: 28px;
}

#grid {
	background: url(../images/grid.png) no-repeat 0 0;
	z-index: 100;
	margin: 0 auto; 
	width: 962px;
}

.center {
text-align: center;
}

/* design */

html {
	background-color: #F2E4BD;
}

a{
	text-decoration: underline;
	color: green;
}

a:hover{
	text-decoration: none;
	color: #32210b;
}

hr {display: none;}

div.hr {
	height: 1px;
	display: block;
	width: 100%;
	margin-bottom: 1em;
	background: #b96;
}

body#forside {
	background: url(../images/forside_bg.jpg) top center repeat-x;
}

body#forside_ny {
	background: url(../images/forside_tile.gif) repeat-x;
}


/* ENSFARGET BAKGRUNN */

body#kaffeutvalgbody {
	background-color: #F2E4BD;
}

body#kaffedrikkerbody {
	background-color: #F2E4BD;
}

body#artikkelbody {
	background-color: #F2E4BD;
}

body#kaffeinfobody {
	background-color: #F2E4BD;
}

body#kaffebonnebody {
	background-color: #F2E4BD;
}

body#bakeribody {
	background-color: #F2E4BD;
}

body#butikkerbody {
	background-color: #F2E4BD;
}

body#bonnetilkoppbody {
	background-color: #F2E4BD;
}



/* VINTERBAKGRUNN */

/*
body#kaffeutvalgbody {
	background: url(../images/toppbilde_lys_1.jpg) top center no-repeat;
}

body#kaffedrikkerbody {
	background: url(../images/toppbilde_lys_1.jpg) top center no-repeat;
}

body#artikkelbody {
	background: url(../images/toppbilde_lys_1.jpg) top center no-repeat;
}

body#kaffeinfobody {
	background: url(../images/toppbilde_lys_1.jpg) top center no-repeat;
}

body#kaffebonnebody {
	background: url(../images/toppbilde_lys_1.jpg) top center no-repeat;
}

body#bakeribody {
	background: url(../images/toppbilde_lys_1.jpg) top center no-repeat;
}

body#butikkerbody {
	background: url(../images/toppbilde_lys_1.jpg) top center no-repeat;
}

body#bonnetilkoppbody {
	background: url(../images/toppbilde_lys_1.jpg) top center no-repeat;
}

*/




/* design logo*/

h1 {
	padding-top: 28px;
}

h1 a{
	display: block;
	width: 300px;
	height: 75px; 
	background: url(../images/kaffebrenneriet-logo.png) no-repeat;
	text-indent: -750px;
	overflow: hidden;
}

body#forside_ny h1 a{
	display: block;
	width: 316px;
	height: 121px; 
	background: url(../images/kaffebrenneriet-logo-hvit.png) no-repeat;
	text-indent: -750px;
	overflow: hidden;
}

body#forside_ny h1 {
padding-top: 0;
margin-left: 0;
}


body#kaffeutvalgbody h1 a {
	background: url(../images/kaffebrenneriet-logo-dark.png) no-repeat;
	margin-bottom: 8px;	
}

body#kaffeinfobody h1 a {
	background: url(../images/kaffebrenneriet-logo-dark.png) no-repeat;	
	margin-bottom: 8px;		
}

body#kaffedrikkerbody h1 a {
	background: url(../images/kaffebrenneriet-logo-dark.png) no-repeat;
	margin-bottom: 8px;	
}

body#artikkelbody h1 a {
	background: url(../images/kaffebrenneriet-logo-dark.png) no-repeat;
	margin-bottom: 8px;	
}

body#bakeribody h1 a {
	background: url(../images/kaffebrenneriet-logo-dark.png) no-repeat;
	margin-bottom: 8px;	
}

body#butikkerbody h1 a {
	background: url(../images/kaffebrenneriet-logo-dark.png) no-repeat;
	margin-bottom: 8px;		
}

body#kaffebonnebody h1 a {
	background: url(../images/kaffebrenneriet-logo-dark.png) no-repeat;
	margin-bottom: 8px;		
}

body#bonnetilkoppbody h1 a {
	background: url(../images/kaffebrenneriet-logo-dark.png) no-repeat;
	margin-bottom: 8px;		
}

/* design menyer*/

#toppmeny {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/toppmeny.png) no-repeat;
	height: 34px;
	width: 456px;
	margin-top: 10px;
}

#toppmeny ul{
}

#toppmeny li{
	float: left;
	padding: 0 0 0 25px;

}

#toppmeny a{
	float: left;
	display: block;
	padding: 5px 5px 5px 5px;
}

#toppmeny a:hover{
	float: left;
	display: block;
	padding: 5px 5px 5px 5px;
	color: white;
	text-decoration: underline;
}

#globalmeny {
	background: url(../images/globalmeny.png) no-repeat;
	height: 42px;
	width: 100%;
}

body#kaffeutvalg #globalmeny {
	position: relative;
}

#globalmeny ul{
}

#globalmeny li{
	float: left;
	padding: 5px 20px 4px 20px;
}

#globalmeny a{
	float: left;
	padding: 5px 16px 5px 16px;
	display: block;
}

#venstremeny, #venstremeny_kaffebonner {
	float: left;
	display: inline;
	background-color: #DAC59F;
	width: 200px;
	padding: 20px 6px 28px 28px;
	margin-top: 28px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

#venstremeny_kaffebonner ul {
	margin-bottom: 16px;
}

#venstremeny p{
	padding-right: 14px;
}

#venstreboks {
	float: left;
	display: inline;
	background-color: #DAC59F;
	width: 200px;
	padding: 20px 6px 28px 28px;
	margin-top: 28px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

#venstreboks p{
	padding-right: 14px;
}


.boks {
	float: left;
	display: inline;
	background-color: #dac59f;
	width: 200px;
	padding: 20px 6px 28px 28px;
	margin-top: 28px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.boks p{
	padding-right: 14px;
	text-shadow: rgba(255, 255, 255, 0.7) 0px 1px 0;
}

.venstrepadding {
	float: left;
	display: inline;
	width: 178px;
	padding: 20px 28px 28px 28px;
	margin-top: 28px;
}

/* design artikkel */

#artikkel,
#smalartikkel {
	float: left;
	display: inline;
	width: 436px;
	margin: 28px 0 0 28px;
}

#bredartikkel {
	float: left;
	display: inline;
	width: 680px;
	margin: 28px 0 0 28px;
}

#velkommen {
	float: left;
	display: inline;
	width: 436px;
	margin: 28px 0 0 28px;
}

body#artikkelbody #artikkel {
	width: 554px;
}

#artikkel p,
#smalartikkel p{
	margin-bottom: 14px;
	}
	
div.ingress p {
	font-size: 18px !important;
	line-height: 150% !important;
	margin-top: 14px;
}
	
#artikkelfokus {
	margin: 28px 0 0 0;
	padding: 0;
	background: #7a4e23 url(../images/kaffefokus_bg.gif) repeat-x;
	height: 290px;
	-webkit-border-radius: 23px;
	-webkit-box-shadow: 0 1px 2px #000, 0 -1px 0 #fff;
	}
	
#bakerifokus {
	margin: 28px 0 0 0;
	padding: 0;
	height: 290px;
	width: 950px;
	-webkit-box-shadow: 0 1px 2px #000, 0 -1px 0 #fff;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	overflow: hidden;
	}
	
#artikkelfokus .tekst {
	color: #fffff0;
	float: left;
	width: 220px;
	height: 260px;
	padding: 0 14px 28px 28px;
	text-shadow: rgba(0, 0, 0, 1) 0px -1px 0;
	overflow: hidden;

}

#artikkelfokus .tekst b {
	color: #F93;
	font-weight: normal;
	font-size: 16px;
}

#artikkelfokus .eksklusiv {
	background: url(../images/star.gif) no-repeat;
	text-indent: 20px;
	margin-top: 1em;
	font-style: italic;
}

#artikkelfokus #artikkelgalleri {
	float: left;
	overflow: hidden;
	width: 698px;
	height: 290px;
	position: relative;
}

#artikkelfokus h1 {
	color: #fffff0;
	text-shadow: rgba(0, 0, 0, 1) 0px -1px 0;
	text-decoration: none;
	line-height: 120%;
	margin-bottom: 0.5em;
}

#artikkelfokus p {
	color: #FFF;
}

#mediaboks {
	background-color: #DAC59F;
	margin: 28px auto;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	width: 436px;
	text-align: center;
	padding: 20px 0;
}

#ikoner ul {
	border-bottom: 1px solid #b96;
	padding-bottom: 10px;
	margin-bottom: 14px;
}

#ikoner li {
 display: inline-block;
 height: 40px;
 padding-left: 40px;
 color: #631;
 line-height: 1.2em;
}

#ikoner li.land {
 width: 100px;
 background: url(../images/ikoner.gif)  0 -52px no-repeat;
}

#ikoner li.farmen {
 width: 100px;
 background: url(../images/ikoner.gif)  -130px -52px no-repeat;
}

#ikoner li.topografi {
 width: 100px;
 background: url(../images/ikoner.gif)  -270px -52px no-repeat;
}

#ikoner li.Espressomaskin {
 width: 100px;
 background: url(../images/ikoner.gif)  0px 0px no-repeat;
 margin: 10px 60px 0 0;
 line-height: 40px;
}

#ikoner li.Mokakanne {
 width: 100px;
 background: url(../images/ikoner.gif)  -140px 0px no-repeat;
 margin: 10px 60px 0 0;
 line-height: 40px;
}

#ikoner li.Trakter {
 width: 100px;
 background: url(../images/ikoner.gif)  -280px 0px no-repeat;
 margin: 10px 60px 0 0;
 line-height: 40px;
}

#ikoner li.Presskanne {
 width: 100px;
 background: url(../images/ikoner.gif)  -420px 0px no-repeat;
 margin: 10px 60px 0 0;
 line-height: 40px;
}

#ikoner b {
 color: #7a4e23;
}

#ikoner li a{
 color: #631;
 text-decoration: underline;
}

.map {
width: 435px;
height: 200px;
}

.farmkart_container {
border-bottom: 1px solid #b96;
width: 435px;
height: 200px;
display: block;
display: none;

}


	
/* design skjema */

#skjema {
	float: left;
	display: inline;
	width: 640px;
	padding: 28px;
	margin: 28px 0 0 28px;
	background: rgba(122, 78, 36, 0.15);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#skjema input.text {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	height: 23px;
	margin-bottom: 16px;
	padding-top: 1px;
	border: 0;
	font-family:  Georgia, Times, Times New Roman, serif;
	font-weight: bold;
	color: #666;
	text-indent: 20px;
	background: url(../images/form_bg.png) top left repeat-x;
	-webkit-box-shadow: 0 -1px 0 #888, 0 1px 0 #fff;
	-moz-box-shadox: 0 1px 2px #000;
}

#skjema textarea.text {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-bottom: 16px;
	padding-top: 10px;
	border: 0;
	font-family:  Georgia, Times, Times New Roman, serif;
	font-weight: bold;
	color: #666;
	padding-left: 20px;
	background: url(../images/form_bg_high.png) top left repeat-x #fff;
	-webkit-box-shadow: 0 -1px 0 #888, 0 1px 0 #fff;
	-moz-box-shadox: 0 1px 2px #000;
}
	
#skjema .submit {
	padding-left: 20px;
	padding-right: 20px;
	background: url(../images/gronn_knapp_200.png) top left no-repeat;
	height: 27px;
	color: white;
	font-size: 14px;
	width: 200px;
	text-shadow: rgba(0, 0, 0, 1) 0px -1px 0;
	text-indent: 0px;
	cursor: pointer;
	border: 0;
}

#skjema .submit:hover{
	text-shadow: rgba(255, 255, 255, 1) 0px 1px 0;
	color: #000;
	opacity:0.85;
	filter:alpha(opacity=85);
}

.venstrekolonne {
	width: 200px;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
}

.hoyrekolonne {
	width: 230px;
	float: left;
	text-align: left;
	margin-left: 28px;
}

body#kaffebonnebody .hoyrekolonne {
	margin-top: 28px;
}

.hoyrekolonne td{
	padding-right: 10px;
	padding-top: 4px;

}		

/* design forsideartikkel */

#forsideartikkel {
	height: 230px;
	width: 390px;
	margin: 28px 0 12px 0;
	padding: 14px 28px 28px 28px;
	background: rgba(0, 0, 0, 0.6);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
/* 	background-image: url(../images/black-alpha-60.png); */
}

body#forside_ny #forsideartikkel {
	height: 220px;
	width: 360px;
	margin: 0 0 12px 0;
	padding: 14px 28px 28px 28px;
	background: rgba(0, 0, 0, 0.6);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: hidden;
/* 	background-image: url(../images/black-alpha-60.png); */
}

body#forside_ny #forsideartikkel h2 {
	font-size: 28px;
}

/* design nyhetsbrev */

#nyhetsbrev_footer {
	color: #F2E4BD;
}

#nyhetsbrev_footer p{
	margin-bottom: 10px;
}

#nyhetsbrev_footer input {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	height: 23px;
	margin-bottom: 14px;
	border: 0;
	width: 200px;
	font-family:  Georgia, Times, Times New Roman, serif;
	font-weight: bold;
	color: #666;
	text-indent: 20px;
	background: url(../images/form_bg.png) top left repeat-x;
}


#nyhetsbrev_footer .submit {
	padding-left: 20px;
	padding-right: 20px;
	background: url(../images/gronn_knapp.png) top left no-repeat;
	height: 27px;
	color: white;
	font-size: 14px;
	width: 101px;
	text-shadow: rgba(0, 0, 0, 1) 0px -1px 0;
	text-indent: 0px;
	margin-left: 100px;
	cursor: pointer;
}

#nyhetsbrev_footer .submit:hover{
	text-shadow: rgba(255, 255, 255, 1) 0px 1px 0;
	color: #000;
	opacity:0.75;
	filter:alpha(opacity=75);}

/* design knapper */

.gronnknapp a{
	background: url(../images/gronn_knapp_lang.png) top left no-repeat;
	height: 27px;
	line-height: 27px;
	color: white;
	width: 140px;
	text-shadow: rgba(0, 0, 0, 1) 0px -1px 0;
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 14px auto 0 auto;
}

.gronnknapp a:hover {
	text-shadow: rgba(255, 255, 255, 1) 0px 1px 0;
	color: #000;
	opacity:0.75;
	filter:alpha(opacity=75);
	}

/* design fokusområde */

#fokusfelter {
	width: 100%;
	margin-top: 25px;
}

.fokusfelt{
	width: 205px;
	float: left;
	display: inline;
}

.fokusfelt img {
	width: 180px;
	margin-top: 10px;
/*
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 0 1px 2px #000, 0 -1px 0 #fff;
	-moz-box-shadox: 0 1px 2px #000;
*/

}

.temaknapp {
	padding: 2px 0 10px 0;
	margin-top: 10px;
 }

.temaknapp a{
	padding: 4px 0 6px 12px;
	background: url(../images/tema-knapp-venstre_2.gif) no-repeat top left;

}


.temaknapp span{
	background: url(../images/tema-knapp-hoyre_2.gif) no-repeat top right;
	padding: 4px 13px 6px 5px;
}


/* design temafelter bakeriet */

#temafelter {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.temafelt{
	width: 176px;
	padding: 10px;
	float: left;
	display: inline;
	background-color: #DAC59F;
	margin-right: 28px;
	margin-bottom: 16px;
	  min-height:270px;
	  height:auto !important;
	  height:280px;
	text-align: center;
}

.temafelt h3 {
	padding: 0;
	margin: 10px 0;
	font-size: 20px;
	text-shadow: rgba(255, 255, 255, 0.7) 0px 1px 0;
	text-align: center;
	
}

.temafelt p {
text-shadow: rgba(255, 255, 255, 0.3) 0px 1px 0;
font-size: 14px !important;
}

.temafelt p a {
	display: block;
	text-decoration: underline;
	text-shadow: rgba(255, 255, 255, 0.7) 0px 1px 0;
	margin-top: 10px;

}

.temafelt a:hover {
	color: #992e1f;
}


/*design kaffeutvalg */

#kaffeoversikt {
	width: 100%;
	margin-top: 28px;
	margin-bottom: 28px;
}

.kaffekategori {
	width: 100%;
	margin-top: 8px;
/* 	background-color: #F5EAD0; */
	background: rgba(245, 234, 208, 0.55);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.kaffekategorinavn {
	float: left;
	display: inline;
	padding: 28px 0 0 28px;
	width: 195px;
}

.kategoriinnhold {
	width: 730px;
	margin-left: 230px;
	background: rgba(252, 250, 230, 1);
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

.kaffepose {
	width: 182px;
	height: 105px;
	float: left;
	display: inline;
	-moz-border-radius-topright: 23px;
	-moz-border-radius-bottomright: 23px;
	-webkit-border-top-right-radius: 23px;
	-webkit-border-bottom-right-radius: 23px;
}

.kaffepose a{
	display: block;
	padding: 28px 3px 0 65px;
	height: 77px;
	background: url(../images/kaffepose.png) no-repeat top left;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

/*design kaffedrikker */

#kaffedrikker {
	background: rgba(0, 0, 0, 0.5);
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	margin-top: 28px;
	margin-bottom: 28px;
	position: relative;
}

#bonnetilkopp {
	background: rgba(0, 0, 0, 0.5);
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	margin-top: 28px;
	margin-bottom: 28px;
	position: relative;
}

#bonnetilkopp p{
	background: rgba(0, 0, 0, 0.5);
	padding: 5px 10px 5px 10px;
}

#siste-content {
	-moz-border-radius-topright: : 23px;
	-webkit-border-top-right-radius: 23px;
	-moz-border-radius-bottomright: : 23px;
	-webkit-border-bottom-right-radius: 23px;
}

#siste-header {
	width: 55px;
	border-right: 0px;
}

.haccordion .header, .haccordion .content{
	float: left;
	height: 350px;
	color: #fff;
}
		
.haccordion .header{
	width: 49px;
	cursor: pointer;
	border-right: 1px solid #ccc;
}
		
.haccordion .content{
	display: none;
	width: 0px;
	overflow: hidden;
}
		

.haccordion .content p{
	margin: 20px;
} 

.haccordion .content h2{
	margin: 20px;
	height: 240px;
}

.header a{
    display: block;
    with: 49px;
    height: 350px;
  }

.header a:hover{
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    -moz-border-radius: 23px;
	-webkit-border-radius: 23px;
  }		
  
/*design bakeri */

#bakerihead {
	height: 315px;
    background: url(../images/bakeri_sjokolade_1.jpg) no-repeat top left;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	margin-top: 28px;
	margin-bottom: 28px;
	padding-top: 35px;
	padding-left: 14px;
	-webkit-box-shadow: 0 1px 2px #000, 0 -1px 0 #fff;
	-moz-box-shadox: 0 1px 2px #000;
}

/*design butikkene */

#map_canvas {
	margin-top: 28px;
	margin-bottom: 0;
	height: 375px;
	width: 960px;
	-webkit-box-shadow: 0 1px 2px #000, 0 -1px 0 #fff;
	-moz-box-shadox: 0 1px 2px #000;
}


/*design høyrekolonne */

#hoyrekolonne {
	float: left;
	display: inline;
	background-color: #DAC59F;
	width: 178px;
	padding: 20px 28px 28px 28px;
	margin-top: 28px;
	margin-left: 28px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
	
/*design footer */

#footerdesign {
	background: url(../images/footer.gif) repeat-x;
	height: 330px;
	margin-top: 45px; 
}

#footerinnhold {
	margin: 0 auto; 
	width: 960px;
	background: url(../images/footerillustrasjon.gif) top center no-repeat;
	padding-top: 20px;
	height: 330px;
	color: #F2E4BD;
	}
	
#footerinnhold p,
#footerinnhold h3 {
	color: #F2E4BD;
	}
	
.fokus_footer {
	width: 205px;
	float: left;
	display: inline;
}		

/* typo */

html {
	font-family:  Georgia, Times, Times New Roman, serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #32210b;
}

h2 {
	font-size: 38px;
	line-height: 50px;
	letter-spacing: 1px;
	text-shadow: rgba(0, 0, 0, 1) 0px -1px 0;

}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #5a4a42;
	text-shadow: rgba(255, 255, 255, 1) 0px 1px 0;
}

h4 {
	font-size: 15px;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 1) 0px -1px 0;
}

#artikkel h2,
#smalartikkel h2,
#bredartikkel h2 {
	font-size: 36px;
	line-height: 42px;
	color: #691414;
	letter-spacing: 0px;
	text-shadow: rgba(255, 255, 255, 0.7) 0px 1px 0;
}

#velkommen h2 {
	font-size: 36px;
	line-height: 42px;
	color: #691414;
	letter-spacing: 0px;
	text-shadow: rgba(255, 255, 255, 0.7) 0px 1px 0;
}

#artikkel p,
#smalartikkel p,
#bredartikkel p{ 
	font-size: 16px;
	text-shadow: rgba(255, 255, 255, 1) 0px 1px 0;
}

#skjema h2 {
	font-size: 36px;
	line-height: 42px;
	color: #691414;
	letter-spacing: 0px;
	text-shadow: rgba(255, 255, 255, 0.7) 0px 1px 0;
	padding-bottom: 28px;
}

#toppmeny a{
	font-size: 16px;
	color: #fffff0;
	text-shadow: rgba(0, 0, 0, 1) 0px -1px 0;
	text-decoration: none;	
}

#globalmeny a{
	font-size: 18px;
	color: #fffff0;
	text-shadow: rgba(0, 0, 0, 1) 0px -1px 0;
	text-decoration: none;	
}

#globalmeny a:hover{
	color: #FFEC9C;
	background: rgba(0, 0, 0, 0.1);
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#globalaktiv {
	font-weight: bold;
}

#venstremeny a{
	font-size: 16px;
	line-height: 32px;
	display: block;
	color: #3d3d14;
	text-shadow: rgba(255, 255, 255, 0.7) 0px 1px 0;
	text-decoration: none;	
}

#venstremeny a:hover{
	color: #000;
	text-decoration: underline;
	padding-left: 11px;
	background: url(../images/pil.gif) no-repeat top left;
}

#venstremeny_kaffebonner a{
	font-size: 16px;
	line-height: 32px;
	color: #3d3d14;
	text-shadow: rgba(255, 255, 255, 0.7) 0px 1px 0;
	text-decoration: none;	
}

#venstremeny_kaffebonner a:hover{
	color: #000;
	text-decoration: underline;
}

#venstreaktiv {
	font-weight: bold;
}

#forsideartikkel {
	font-size: 15px;
	line-height: 28px;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 1) 0px -1px 0;
}

#forsideartikkel div{
	text-align: right;
	padding-right: 10px;
}

#forsideartikkel a{
	color: #ffe166;
	text-shadow: rgba(0, 0, 0, 1) 0px -1px 0;
}

.fokusfelt p{
	margin-top: 7px;
	text-shadow: rgba(255, 255, 255, 0.7) 0px 1px 0;
}

.temaknapp a{
	text-decoration: none;
	color: #32210b;
	text-shadow: rgba(255, 255, 255, 0.7) 0px 1px 0;
}

.temaknapp a:hover{
	color: green;
}

.kaffekategori h5{
	font-size: 19px;
	font-weight: bold;
	color: #5A2105;
	text-shadow: rgba(255, 255, 255, 0.7) 0px 1px 0;
}

.kaffekategori p{
	font-size: 15px;
	margin-top: 6px;
	color: #32210b;
	text-shadow: rgba(255, 255, 255, 0.7) 0px 1px 0;
}

#footer {
	color: #fff;
}

.fokus_footer h3{
	color: #fff;
	margin-bottom: 5px;
	text-shadow: rgba(0, 0, 0, 1) 0px -1px 0;
}

.fokus_footer p{
	color: #fff;
	font-size: 12px;
	text-shadow: rgba(0, 0, 0, 1) 0px -1px 0;
}

.fokus_footer a{
	color: #BAFFA4;
}

.kaffepose a{
	text-decoration: none;
}

.kaffepose a:hover{
	color: black;
	text-decoration: underline;
}

.kaffenavn {
	font-size: 16px;
	line-height: 20px;
	color: #691414;
	font-weight: bold;
	text-shadow: rgba(255, 255, 255, 1) 0px 1px 0;
}

.kaffeland p{
	font-size: 14px;
	margin-top: 2px;
	line-height: 17px;
	text-shadow: rgba(255, 255, 255, 1) 0px 1px 0;
}

.haccordion .content h2{
	line-height: 36px;
}

.haccordion .content p{
	font-size: 15px;
	text-shadow: rgba(0, 0, 0, 1) 0px -1px 0;	
} 

#skjema {
	font-size: 16px;
	text-shadow: rgba(255, 255, 255, 1) 0px 1px 0;
	color: #691414;
}

a.pdf {
display: block;
height: 59px;
font-size: 1em;
line-height: 60px;
padding-left: 60px;
background: url(../images/pdf-icon.gif) no-repeat;
margin-top: 1em;
}

.oslo-button {
  background: url(/images/pil_oslo.png) no-repeat;
  display: block;
  height: 61px;
  width: 76px;
}
      
.asker-button {
  background: url(/images/pil_asker.png) no-repeat;
  display: block;
  height: 61px;
  width: 76px;
}

