@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
}
body a {
	text-decoration: none;
	color: #000000;
}
.twoColFixLt #container {
	width: 970px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../bilder_layout/bakgrunn_venstre.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-image: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	min-height: 830px;
}
#tilbud {
	width: 165px;
	margin-bottom: 30px;
	padding: 5px;
	margin-left: 3px;
	margin-top: 0px;
}
#sidebar1 h1 {
	font-size: 3em;
	font-weight: bold;
	margin-left: -5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bold {
	font-weight: bold;
	font-size: 0.9em;
}
.bolder {
	font-weight: bolder;
	font-size: 1.3em;
}
.red {
	color: #FF0000;
}
.innrykk {font-size: 0.9em;
	padding-left: 2em;
}

.twoColFixLt #container #sidebar1 #sidenav li {
	margin-left: -20px;
}

.twoColFixLt #container #sidebar1 #sidenav {
	width: 100px;
	list-style-type: none;
}


.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 
.twoColFixLt #container #mainContent #logo {
	height: 160px;
	margin-top: 15px;

}
.slogan {
	float: right;
	font-size: 0.7em;
	font-weight: bold;
	margin-top: -20px;
	padding: 0px;
	width: 400px;
	text-align: right;
}
.slogan a {
	float: right;
	font-size: 1em;
	font-weight: normal;
	margin-top: 10px;
	padding-right: 10px;
	width: 100px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*-----------tabell for artikler start-----------------------*/
#table_shop {
	width: 600px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-bottom: 30px;
	font-size: .9em;
}
#table_shop a img {
	border: 0;
}
.shop_overskrift  a     {
	text-decoration: none;
	background-color: #FF780C;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 6px;
}
.shop_overskrift  a:visited     {
	color: #000000;
}
.shop_overskrift  a:hover    {
	color: #999999;
}

.shop_beskrivelse {
	padding-top: 20px;
	vertical-align: top;
}
.shop_overskrift {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E08B0E;
}
.shop_pict {
	padding-top: 10px;
	width: 160px;
}
.right {
	text-align: right;
}
.center {
	
	text-align: center;
}
.art {
	width: 70px;
}
.format {
	width: 300px;
}
.farge {
	width: 80px;
}
.row_height {
	height: 20px;
}

/*----------------ny navlist------------------------------------------------------*/
#navcontainer {
	margin-bottom: 40px;
	margin-left: -20px;
	margin-top: 20px;

}
#navlist
{
border-bottom: 1px solid #FFCC66;
border-top: 1px solid #FFCC66;
margin: 0px;
margin-bottom: 30px;
padding: 0px;
padding-left: 20px;
background-color: #E67300;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
padding-bottom: 3px;
padding-top: 3px;
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #E67300;
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
color: #000000;
font-weight: bold;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
border: 1px solid #000000;
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
text-decoration: none;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 0.6em;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist #active a { background-color: #FFCC66; }

/*---------------------Navlist slutt--------------------*/


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 2px;
	padding: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.ref_fltrt {
	float: right;
	margin: 0px;
	padding: 0px;
}
.ref_fltlft {
	float: left;
	padding: 0px;
	margin-right: 3px;
}
#bottom_anchor {
	bottom: 20px;
}
.center_text {
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}
.left_hr {
	margin-left: -5px;
	background-color: #E58B03;
}
.orange {
	background-color: #ff780c;
	padding: 3px;
	width: 540px;
	left: 4px;
}
.orange_fixed {
	background-color: #ff780c;
	padding: 3px;
	position: fixed;
	bottom: 0px;
	margin-top: 20px;
	margin-left: -20px;
	margin-bottom: 0px;
	z-index: 100;
	text-align: center;
	clear: both;
	width: 764px;
}
.white_field {
	background-color: #FFFFFF;
	padding: 3px;
	width: 710px;
	position: fixed;
	bottom: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	z-index: 1;
	height: 15px;
}

#innhold {
margin-bottom: 10px;
}
.sidetekst {
	padding-right: 10px;
	padding-left: 10px;
}
/*------------------stikkord_liste----------------------------*/
#stikkord_liste {
	background-color:#FF8000;
	text-align: center;
	clear: left;
	width: 770px;
	margin-left: -20px;
	margin-bottom: 10px;
}

#active {
	color: #CCCCCC;
	font-weight: 600;
}
#stikkord_liste a:hover {
	color: #CCCCCC;
}
#stikkord_liste a {
}
	
.twoColFixLt #container #mainContent #stikkord_liste p {
	font-size: 1em;
}
.extra_spacing {
	letter-spacing: 0.3em;
}
/*------------------hovedstikkord_liste-------------------*/
#hovedstikkord_liste {
	background-color:#FF8000;
	text-align: center;
}

#active {
	color: #CCCCCC;
	font-weight: 600;
}
#hovedstikkord_liste a:hover {
	color: #CCCCCC;
}
#hovedstikkord_liste a {
}
	
.twoColFixLt #container #mainContent #hovedstikkord_liste p {
	font-size: 1em;
}
.extra_spacing {
	letter-spacing: 0.3em;
}
.pdf_link {
	width: 500px;
	padding-top: 25px;
}
.pdf_link img {
	margin-top: -20px;
}
.textlink {
	text-decoration: underline;
}
.movie {
	width: 100%;
	height: 100%;
}
div.movie {
	width: 690px;
	height: 300px;
	text-align: center;
	margin: 50px auto;
	border: 1px solid #C15700;
}
h1 {
	font-size: 1.5em;
	line-height: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: .9em;
}
h6 {
	font-size: 0.7em;
}
/*--ny meny venstre--*/
 #navcontainer_left {
	border: 1px solid black;/* container div set-up */
	font-size: 14px;/* Set font-size so theres no default */
	line-height: 22px;/* Set line-height because I think it looks better like this ;^) */
	letter-spacing: .075em;/* Set letter-spacing so text don't jump as much when it turns bold on hover */
	background-color: #E67300;
	margin-top: 0;
	padding-left: 5px;
}

#navcontainer_left a
{
	/* Set text-decoration and color so there is no default */
	text-decoration: none;
	color: #003575;
}

#navcontainer_left a:hover
{
	font-weight: bold;
	letter-spacing: 0;
/* Set letter-spacing back to 0 so text don't jump as much when it turns to bold on hover (Still jumps some though) */
}

#navcontainer_left ul
{
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}

#navcontainer_left ul ul
{
padding-left: 15px;
/* offset sub menu */
}

#navcontainer_left ul li
{
padding-left: 5px;
margin-left: 2px;
/* Set margin-left to set-up the left border */
}

#navcontainer_left ul li#active_left
{
margin-left: 2px;
/* Set margin back half of left-border width (5px) */
border-left: 3px solid black;
}

#navcontainer_left ul ul li#subactive
{
margin-left: 0px;
/* Set margin back half the 30px padding above */
border-left: 3px solid black;
}

#navcontainer_left li { 
	border-left: 1px solid black; 
}
#navcontainer_left li#active {
	border-left: 5px solid black; 
}
#current_left
{
font-weight: bold;
letter-spacing: 0;
border-bottom: 1px solid black;
}

#subcurrent
{
font-weight: bold;
letter-spacing: 0;
border-bottom: 1px solid black;
}
.shop_beskrivelse hr {
	width: 200px;
	position: relative;
	left: -115px;
	size: 1;
}
.tilbud {
	font-size: 2.5em;
	font-weight: bold;
	padding-left: 13px;
	margin-bottom: 5px;
}
#nettkart {
	}
#nettkart li {
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #E67300;
	list-style-type: none;
}
.nettkart_under {
	}
.nettkart_under li {
	display: block;
	border: none;
	list-style-type: none;
}
#navlist_left {}
.subnavlist {}
#top {}
/*------------venstremeny p&aring; infosidene------------------*/
 #navcontainer_info {
	border: 1px solid black;/* container div set-up */
	font-size: 14px;/* Set font-size so theres no default */
	line-height: 22px;/* Set line-height because I think it looks better like this ;^) */
	letter-spacing: .075em;/* Set letter-spacing so text don't jump as much when it turns bold on hover */
	background-color: #E67300;
	margin-top: 50px;
	padding-left: 5px;
}

#navcontainer_info a
{
	/* Set text-decoration and color so there is no default */
	text-decoration: none;
	color: #003575;
}

#navcontainer_info a:hover
{
	font-weight: bold;
	letter-spacing: 0;
/* Set letter-spacing back to 0 so text don't jump as much when it turns to bold on hover (Still jumps some though) */
}

#navcontainer_info ul
{
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}

#navcontainer_info ul ul
{
padding-left: 15px;
/* offset sub menu */
}

#navcontainer_info ul li
{
padding-left: 5px;
margin-left: 2px;
/* Set margin-left to set-up the left border */
}

#navcontainer_info ul li#active_left
{
margin-left: 2px;
/* Set margin back half of left-border width (5px) */
border-left: 3px solid black;
}

#navcontainer_info ul ul li#subactive
{
margin-left: 0px;
/* Set margin back half the 30px padding above */
border-left: 3px solid black;
}

#navcontainer_info li { 
	border-left: 1px solid black; 
}
#navcontainer_info li#active {
	border-left: 5px solid black; 
}
.livechat {
	margin: 0px;
	padding: 0px;
	margin-left: -15px;
}
#nyhetsbrev {
	width: 182px;
	margin-top: 10px;
	margin-left: -1px;
	border: 1px solid #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
