/* 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 */

#sidetopp {
	margin: 0 auto; 
	width: 960px;
	position: relative;
	height: 119px;
	background: url(../images/lightbg.png) no-repeat;
}

#container {
	margin: 0 auto; 
	width: 950px;
	padding: 5px;
	background: url(../images/containerbg.gif);
	padding-bottom: 48px;
	position: relative;
	  min-height:745px;
	  height:auto !important;
	  height:745px;
	border: 1px solid #FFF;
}

.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: url(../images/bodybg.gif);
}

a{
	text-decoration: underline;
}

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

body {
	
}

/* design logo*/

h1 {
	padding-top: 28px;
}

h1 a{
	display: block;
	width: 298px;
	height: 83px; 
	background: url(../images/kaffebakeriet_logo.png) no-repeat;
	text-indent: -9000px;
	overflow: hidden;
}


/* design menyer*/

#toppmeny {
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
}

#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;
}

#toppmeny a img {
	margin-right: 5px;
}

#menycontainer {
	background: url(../images/menubg.gif);
	min-height:340px;
	height:auto !important;
	height:340px;
	width: 270px;
	z-index: 10;
	position: absolute;
	top: 310px;
	left: 15px;
	text-align: center;
	padding: 14px 5px 5px 5px;
	border: 1px solid #DAC59F;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
}

#globalmeny ul{
}

#globalmeny li{
	padding: 10px 0 10px 0;
}

#globalmeny a{
	display: block;
	text-align: center;
}

#venstremeny {
	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 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;
}

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

/* design artikkel */

#artikkel {
	margin: 38px 0 0 338px;
	width: 590px;
	
}
	
#artikkelfokus {
	padding: 0;
	width: 950px;
	height: 363px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #FFF;
	}

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


/* 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 {
	-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 {
	-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;
}

#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;
	margin-top: 28px;
}
		
/* design knapper */

a.actionbutton{
	background: url(../images/actionbutton.png) top left no-repeat;
	line-height: 24px;
	width: 270px;
	height: 70px;
	text-shadow: rgba(255, 255, 255, 1) 0px 1px 0;
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 28px auto 0 auto;
	padding: 21px 0 0 0;
	cursor: pointer;
	font-size: 16px;
	color: #691414;
}

a.actionbutton:hover {
	background: url(../images/actionbutton_on.png) top left no-repeat;
	color: #bb4414;
	}
	
a.actionbutton b {
	font-size: 18px;
	text-transform: uppercase;
}

/* design fokusområde */

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

.fokusfelt{
	width: 247px;
	padding: 10px;
	float: left;
	display: inline;
	background: url(../images/boxbg.gif);
	-webkit-box-shadow: 0 0 5px #aba, 0 -1px 0 #fff;
	-moz-box-shadow: 0 0 5px #aba;
	margin-right: 26px;
	border: 1px solid #FFF;
	margin-bottom: 26px;
}

.fokusfelt h3,
.fokusfelt p {
	padding: 0 8px;
	margin: 5px 0;
	padding-right: 0!important;

}

.fokusfelt h3 a {
	display: block;
	text-decoration: none;
}

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

.temafelt{
	width: 165px;
	padding: 5px;
	float: left;
	display: inline;
	background: url(../images/boxbg2.gif);
	-webkit-box-shadow: 0 0 5px #aba, 0 -1px 0 #fff;
	-moz-box-shadow: 0 0 5px #aba;
	margin-right: 16px;
	border: 1px solid #FFF;
	margin-bottom: 16px;
	  min-height:190px;
	  height:auto !important;
	  height:190px;
}

.temafelt h3 {
	padding: 0;
	margin: 5px 0;
	font-size: 16px;
}

.temafelt a {
	display: block;
	text-align: center;
	color: #552e1f;
	text-decoration: none;
}

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


.temaknapp {
	padding: 2px 0 10px 0;
	margin-top: 10px;
	margin-right: 5px;
	text-align: right;
 }

.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 butikkene */

#map_canvas {
	margin-bottom: 28px;
	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; */
	background: rgba(218, 197, 159, 0.6);
	width: 178px;
	padding: 20px 28px 28px 28px;
	margin-top: 28px;
	margin-left: 28px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
	
/*design footer */


#footer {
	background: url(../images/skygge.png) top center no-repeat;
	width: 960px;
	height: 100px;
	display: block;
	margin: 0 auto;
	padding: 40px 0 0 0;
	
}

#footer p,
#footer a {
	text-align: center;
	color: #32210b;
	text-shadow: rgba(255, 255, 255, 0.7) 0px 1px 0;
	margin-bottom: 0.5em;
	}


/* typo */

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

a {
	color: #32210b;
}

h2 {
	font-size: 32px;
	line-height: 42px;
	color: #691414;
	letter-spacing: 0px;
	text-shadow: rgba(255, 255, 255, 0.7) 0px 1px 0;
	margin-bottom: 0.5em;
}

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

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


p{ 
	text-shadow: rgba(255, 255, 255, 1) 0px 1px 0;
	margin-bottom: 1em;
}

#artikkel p{ 
	padding-right: 28px;
}

#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;
	text-shadow: rgba(255, 255, 255, 0.7) 0px 1px 0;
	text-decoration: none;
	color: #691414;
}

#toppmeny a.toppaktiv {
	background: url(../images/containerbg.gif);
}

#globalmeny li a{
	font-size: 15px;
	color: #fffff0;
	text-shadow: rgba(0, 0, 0, 1) 0px -1px 0;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}


#globalmeny a:hover{
	color: #ba9c72;
}

#globalmeny li .accordionContent li {
	padding: 5px 0 5px 0;
}

#globalmeny li .accordionContent li a {
	font-size: 15px;
	text-transform: none;
}


#globalmeny a.globalaktiv {
	color: #ba9c72;
}

#venstremeny a{
	font-size: 18px;
	line-height: 36px;
	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;
}

.fokusfelt p{
	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;
}

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