/*  

	CSS and design by Bergersen.net - http://www.bergersen.net/

	Partly based on CSS theme by Martin Bekkelund
	whose blog you will find at http://www.bekkelund.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* --- generelle tagger --- */

body {
	margin: 0;
	padding: 0 30px;
	background-color: #F0F0F0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* font-size: 70%; */
	font-size: 9pt;
	/* line-height: 1.6em; */
	line-height: 1.6;
	text-align: center;
}

a {
	font-weight: bold;
}

h1, h2, h3 {
	padding-top: 0; 
	padding-bottom:0; 
	margin-top: 0;
	margin-bottom: 0;
	}

h1 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14pt; 
	line-height: 16pt;
	font-weight: normal;
	color: #000099;
}

h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11pt; 
	line-height: 13pt;
	font-weight: bold;
	color: #000000;
}

.ingress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height:14pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	margin-top: 7px;
	margin-bottom: 7px;
}	

/*
p {
	text-align: justify;
}
*/

table {
	margin: 10px 0;
	padding: 4px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid black;
	border-width: 1px 0 0 1px;
	background-color: white;
}

table caption {
	margin: 0;
	padding: 6px;
	font-weight: bold;
	font-size: 120%;
	text-align: left;
	background-color: white;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid black;
	vertical-align: top;
}

th {
	border:1px solid #555;
	border-width:0 1px 1px 0;
	padding:2px 6px;
	vertical-align: top;
}

td {
	border:1px solid #555;
	border-width:0 1px 1px 0;
	padding:2px 6px;
	/* vertical-align: top; */
}

code {
	font-size: 120%;
}

acronym,abbr:hover {
	cursor: help;
}

blockquote {
	padding: 0 0 0 25px;
	border-left: 3px solid #000099;
	/* background-image: url(/images/bakgrunn_sitat.gif);
	background-position: top left;
	background-repeat: no-repeat; */
	min-height: 37px;
	font-style: italic;
}

/* --- identifikatorer --- */

#beholder {
	margin: 40px auto;
	padding: 0px 0px 0px 0px;
	width: 900px;
	border: 1px solid black;
	background-color: white;
	text-align: left;
	position: relative;
}

#beholder_uten_bunntekst {
	margin: 0px;
	padding: 0px;
}

#logotekst {
	display: none;
}

/* --- meny start --- */

* html #menyboks {
	/* IE hack */
	margin-top: -2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	height: 47px;
	overflow: hidden;
}

* html #menyboks dl {
	margin: 0;
	padding: 10px 10px;
	overflow: hidden;
}

#menyboks {
	margin: 0;
	padding: 0;
	background-color: #000099;
	height: 47px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#menyboks dl {
	margin: 0;
	padding: 10px 10px;
	height: 47px;
}

#menyboks dl dt {
	display: none;
}

#menyboks dl dd {
	margin: 0;
	padding: 0;
	display: inline;
}

#menyboks dl dd a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin: 0;
	padding: 14px 10px;
	text-decoration: none;
	color: White;
}

#menyboks dl dd a:hover {
	background-color: #000077;
}

/* --- meny slutt --- */

/* all teksten på hovedsiden eks menyer, bunntekst etc. */

#tekst {
	float: left;
	width: 450px;
	margin: 20px 0 0 0;
	min-height: 400px;
}

/* lite hack for posisjonering av søkevinduet 
* html #sok {
	position: absolute;
	margin-top: -35px;
	margin-left: 25px;
	margin-right: 0;
	margin-bottom: 0;
}
*/

#sok {
	position: absolute;
	left: 700px;
	top: 215px;
	
}

#logo {
	height: 200px;
	margin: 0px;
	padding: 0px;
}

#hoyremeny {
	float: right;
	width: 200px;
	margin: 20px 0 0 0;
}


#butikkinformasjon, #produktliste, .tilbudstabell {
	width: 100%;
	text-align: center;
}

#butikkinformasjon th, #produktliste th, .tilbudstabell th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: #000099;
	color: #FFFFFF;
}

.produkt-venstre, .produkt-hoyre {
	vertical-align: middle;
} 

#tekst_side {
	margin: 0;
	padding: 0 20px 0 20px;
}


p.post_meta {
	clear: both;
	padding: 0 5px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


ol.kommentarliste li cite {
	font-style: normal;
	font-weight: bold;
}


/* går rundt menyen til høyre */
#blogg_meny {
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	width: 200px;
	background-color: #F0F0F0;
}

/* hack for IE-bug med block i meny */
* html #blogg_meny a {
	height: 1%;
	}

#blogg_meny a {
	color: black;
	text-decoration: none;
	display: block;
	font-weight: normal;
}

#blogg_meny h2 {
	margin: 0;
	padding: 10px 23px 10px 23px;
	font-size: 95%;
	color: White;
	background-image: url(/images/bakgrunn_blogg_meny_h2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #AB4800;
}


#blogg_meny ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#blogg_meny ul ul {
	list-style: none;
	margin-left: 7px;
	padding: 0;
}

#blogg_meny ul ul li a:hover {
	background-color: #D5D5D5;
	display: block;
}

#blogg_meny ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	background-image: url(/images/bakgrunn_blogg_meny_h2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#blogg_meny ul li a {
	margin: 0;
	padding: 7px 20px 7px 20px;
	display: block;
	vertical-align: bottom; /* IE-bøggfiks */
	border-bottom: 1px dotted #A9B6C3;
}

#blogg_meny ul li a:hover {
	background-color: #CFCFCF;
	display: block;
}


/* søkeboks for blogg */

form#blogg_soek {
	margin: 0;
	padding: 7px 20px 0 20px;
}

#blogg_meny_soek p {
	margin: 0;
	padding: 0 20px 7px 20px;
}

form#blogg_soek input {
	margin: 0 0 7px 0;
	border: 1px solid black;
}

/* søkeboksens arkivlink */
#blogg_meny p {
	margin: 0 20px 7px 20px;
	padding: 0;
}

#blogg_meny p a {
	text-decoration: underline;
}

#blogg_meny p a:hover {
	color: Gray;
}

/* slutt blogg-meny */

/* bilder til bloggen */

img.blogg_img {
	border: 1px solid silver;
	padding: 5px;
}

img.blogg_img:hover {
	border: 3px solid gray;
	padding: 3px;
}

#bunntekstboks {
	clear: both;
	margin: 20px 0 0 0 ;
	padding: 0;
	height: 66px;
	background-color: #000099;
	border-top: 1px solid black;
}

#bunntekstboks ul li {
	list-style-type: none;
	color: #FFFFFF;
}

#bunntekstboks a {
	color: #CCCCCC;
}

#bunntekst_1 {
	margin: 0;
	padding: 0;
	padding: 4px 4px 0 70px;
}


/* --- kommentarer --- */

ol.kommentarliste li {
	padding: 5px 10px;
}

li.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.sitat {
	padding: 3px 5px 3px 50px;
	background-image: url(/images/bakgrunn_sitat.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.advarsel {
	background-color: #FFFFE0;
	background-image: url(/images/bakgrunn_advarsel.gif);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	border: 1px dotted red;
	padding: 3px 7px 4px 24px;
	font-size: 82%;
}

ol.kode {
	border: 1px solid #ddd;
	margin: 1em 0;
	padding: 3px 5px 3px 35px;
	font-family: Courier;
	list-style-type: decimal-leading-zero;
	background-color: White;
}

ol.kode code {
	font-family:Courier;
}

ol.kode li {
	padding:0 5px;
	margin:2px 0;
	background: #f7f7f5;
}

ol.kode li.tab1 {
	padding-left: 5ex;
}

ol.kode li.tab2 {
	padding-left: 10ex;
}

ol.kode li.tab3 {
	padding-left: 15ex;
}

ol.kode li.tab4 {
	padding-left: 20ex;
}

ol.kode li.tab5 {
	padding-left: 25ex;
}

.kode .changed {
	font-weight: bold;
	color: #600;
}

/* heldekkende bilder i bloggen */
img.blogg_img_hele {
	border: 1px solid silver;
	padding: 5px;
}

/* bilde som flyter til venstre i bloggen */
img.blogg_img_venstre {
	float: left;
	margin: 0 5px 5px 0;
}


.closed {
	padding-left: 2px;
	margin-left: 2px;
}

.active {
	padding-left: 2px;
	margin-left: 2px;
}

.paddedImg {
	float: right;
	border: 0;
	padding-left: 10px;
	padding-right: 10px;
}


.stripe {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000099;
	border-top-width: 1px;
	padding-top: 15px;
}

.stripe a{
	text-decoration: none;
	color: #000000;
}

.stripe a:hover{
	color: #550000;
}

.linker h3 {
	font-size: 9pt;
	font-weight: bold;
}

.linker p {
	padding-top: 0; 
	margin-top: 0;
}

.picture { 
	border: #FFFFFF; 
	border-style: solid; 
	border-top-width: 5px; 
	border-right-width: 5px; 
	border-bottom-width: 5px; 
	border-left-width: 5px;
	margin: 10px;
}

div#active a {
	color: #000099;
}

.utfylles INPUT, .utfylles OPTION, .utfylles SELECT {
	background-color: #D9F5FF;
        }

.flashvideo {
	text-align: center;	
}

.sendskjema {
	width: 100%;
        }
		
.imgRight {
	float: right;
}

.tilbudtopp {
	font-weight: bold;
	font-size: 14px;
	color: #000099;
}


.tilbud {
	font-weight: bold;
	font-size: 12px;
	}

.hilite1 { background-color: #ff0; }
.hilite2 { background-color: #ff0; }
.hilite3 { background-color: #ff0; }
.hilite4 { background-color: #ff0; }

.active UL {
		   background-color: #fafafa;
}

.open UL {
		   background-color: #fafafa;
}

.feedburnerFeedBlock UL {
			margin: 0;
			padding: 0;
			text-align: left;
			list-style-type: none;
}