/* CSS Document */
body
{
	background-color: #3f3535;
	background-image: url('../images/bg.gif');
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.2em;
	color: #383838;
	font-family: Georgia, serif;
	font-weight: normal;
}
img {
	border: 0px none;
}
p {
	margin: 15px 0 0 0;
	padding: 0;
}
#wrapper
{
	position: absolute;
	width: 1024px;
	background-color: #fff;
}
#pageContainer
{
	float:left;
	width: 763px;
	padding: 0;
	padding-bottom: 60px;
	display: block;
	background-color: #fff;
	border-right: 1px solid #e8e0e0;
	font-size: 0.8em;
}
#rightpanel {
	float:right;
	width: 240px;
	padding: 10px;
	display: block;
	background-color: #fff;
	height: 100%;
}
#rightpanel img {
	margin-bottom: 10px;
}
.clear {
	clear:both;
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
}
#logo
{
	position: relative;
	float: left;
	left: 25px;
	top: 13px;
	width: 162px;
	height: 65px;
	background-image: url('../images/vegarn_logo.gif');
	text-indent: -9999px;
	overflow: hidden;
}
#logo a
{
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.header_1
{
	position: relative;
	float: right;
	right: 26px;
	top: 10px;
	width: 103px;
	height: 65px;
	text-align: right;
	color: #c50505;
	font-size: 10px;
	line-height:12px;
}
.header_2
{
	position: relative;
	float: right;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 65px;
	text-align: right;
	color: #c50505;
	font-size: 10px;
	line-height:12px;
}
.header_3
{
	position: relative;
	float: right;
	right: 10px;
	top: 10px;
	width: 103px;
	height: 65px;
	text-align: right;
	color: #c50505;
	font-size: 10px;
	line-height:12px;
}

/*
* START TOP NAVIGATION
*/
#topnav {
	position:relative;
	float:right;
	right: -26px;
	top:15px;
	width:309px;
	height: 12px;
	}
#topnav ul {margin:0; padding:0px;display:inline;}
#topnav ul li {
	margin:0px;
	margin-right: 36px;
	width:67px;
	display:inline;
	list-style-type: none;
}
li.topnavItem {
	float: left;
	width: 67px;
	height: 12px;
	background-position: -67px 0;
	background-repeat: no-repeat;
	}
li.topnavItemOn {
	float: left;
	width: 67px;
	height: 12px;
	background-position: -67px 0;
	background-repeat: no-repeat;
	}
li.startsidan {
	background-image: url('../images/topnav_startsidan.gif');
	}
li.kontakt {
	background-image: url('../images/topnav_kontakt.gif');
	}
li.hittahit {
	background-image: url('../images/topnav_hittahit.gif');
	}
li.topnavItem a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
li.topnavItemOn a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-position: -67px 0;
	background-repeat: no-repeat;
	}
li.startsidan a {
	background-image: url('../images/topnav_startsidan.gif');
	}
li.kontakt a {
	background-image: url('../images/topnav_kontakt.gif');
	}
li.hittahit a {
	background-image: url('../images/topnav_hittahit.gif');
	}
li.topnavItem span {
	display:none;
	white-space:nowrap;
	width:67px;
	}
li.topnavItem a:hover {
	background-image: none;
	}
li.topnavItem a:active {
	background-image: none;
	}
li.topnavItemOn span {
	display:none;
	white-space:nowrap;
	width:67px;
	}
li.topnavItemOn a:hover {
	background-image: none;
	}
li.topnavItemOn a:active {
	background-image: none;
	}
#topnav li.selected {
	background-position: -134px 0;
}
/*
* END TOP NAVIGATION
*/

/*
* START GLOBAL NAVIGATION
*/
#globalnav_container {
	position: relative;
	float: left;
	left: 10px;
	top: 24px;
	width: 743px;
	height: 104px;
	background-image: url('../images/bg_header.jpg');
}
#globalnav {
	position:relative; left:0px; top:77px; width:445px;overflow:hidden;
}
#globalnav ul {margin:0; padding:0px;display:inline;}
#globalnav ul li {
	margin:0px;
	width:147px;
	display:inline;
	list-style-type: none;
}
li.globalnavItem {
	float: left;
	width: 147px;
	height: 27px;
	background-position: -294px 0;
	background-repeat: no-repeat;
}
li.globalnavItemOn {
	float: left;
	width: 147px;
	height: 27px;
	background-position: -294px 0;
	background-repeat: no-repeat;
}
li.selected {
	background-position: -147px 0;
}
li.selected a {
	background-image: none;
}
li.butiken {
	background-image: url('../images/globalnav_butiken.gif');
	border-right:2px solid #a50303;
	}
li.produkter {
	background-image: url('../images/globalnav_produkter.gif');
	border-right:2px solid #a50303;
	}
li.pannvedbrasved {
	background-image: url('../images/globalnav_pannved_brasved.gif');
	}
li.globalnavItem a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
li.globalnavItemOn a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-position: -147px 0;
	background-repeat: no-repeat;
	}
li.butiken a {
	background-image: url('../images/globalnav_butiken.gif');
	}
li.produkter a {
	background-image: url('../images/globalnav_produkter.gif');
	}
li.omvedeldning a {
	background-image: url('../images/globalnav_omvedeldning.gif');
	}
li.globalnavItem span {
	display:none;
	white-space:nowrap;
	width:147px;
	}
li.globalnavItem a:hover {
	background-image: none;
	}
li.globalnavItem a:active {
	background-image: none;
	}
li.globalnavItemOn span {
	display:none;
	white-space:nowrap;
	width:147px;
	}
li.globalnavItemOn a:hover {
	background-image: none;
	}
li.globalnavItemOn a:active {
	background-image: none;
	}

/*
* END GLOBAL NAVIGATION
*/
/*
* START SECONDARY NAVIGATION
*/
#secondarynav {
	position: relative;
	float: left;
	left: 10px;
	top: 10px;
	width: 743px;
	height: 27px;
	background-image: url('../images/bg_secondarynav.gif');
	background-repeat: repeat-x;
}
#secondarynav ul {margin:0; padding:0px;display:inline;}
#secondarynav ul li {
	margin:0px;
	width:147px;
	display:inline;
	list-style-type: none;
}
li.secondarynavItem {
	float: left;
	width: 147px;
	height: 27px;
	background-position: -294px 0;
	background-repeat: no-repeat;
	}
li.secondarynavItemOn {
	float: left;
	width: 147px;
	height: 27px;
	background-position: -147px 0;
	background-repeat: no-repeat;
	}
li.kaminer {
	background-image: url('../images/secondarynav_kaminer.gif');
	border-right:2px solid #473c3c;
	}
li.tillbehor {
	background-image: url('../images/secondarynav_tillbehor.gif');
	border-right:2px solid #473c3c;
	}
li.skorstenar {
	background-image: url('../images/secondarynav_skorstenar.gif');
	border-right:2px solid #473c3c;
	}
li.ved {
	background-image: url('../images/secondarynav_ved.gif');
	border-right:2px solid #473c3c;
	}
li.vedklyv {
	background-image: url('../images/secondarynav_vedklyv.gif');
	border-right:2px solid #473c3c;
	}
li.varforelda {
	background-image: url('../images/secondarynav_varforelda.gif');
	border-right:2px solid #473c3c;
	}
li.eldaratt {
	background-image: url('../images/secondarynav_eldaratt.gif');
	border-right:2px solid #473c3c;
	}
	li.eldningstips {
	background-image: url('../images/secondarynav_eldningstips.gif');
	border-right:2px solid #473c3c;
	}
li.secondarynavItem a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
li.kaminer a {
	background-image: url('../images/secondarynav_kaminer.gif');
	}
li.tillbehor a {
	background-image: url('../images/secondarynav_tillbehor.gif');
	}
li.skorstenar a {
	background-image: url('../images/secondarynav_skorstenar.gif');
	}
li.ved a {
	background-image: url('../images/secondarynav_ved.gif');
	}
li.vedklyv a {
	background-image: url('../images/secondarynav_vedklyv.gif');
	}
li.varforelda a {
	background-image: url('../images/secondarynav_varforelda.gif');
	}
li.eldaratt a {
	background-image: url('../images/secondarynav_eldaratt.gif');
	}
li.eldningstips a {
	background-image: url('../images/secondarynav_eldningstips.gif');
	}
li.secondarynavItem span {
	display:none;
	white-space:nowrap;
	width:147px;
	}
li.secondarynavItem a:hover {
	background-image: none;
	}
li.secondarynavItem a:active {
	background-image: none;
	}
li.secondarynavItemOn span {
	display:none;
	white-space:nowrap;
	width:147px;
	}
li.secondarynavItemOn a:hover {
	background-image: none;
	}
li.secondarynavItemOn a:active {
	background-image: none;
	}
/*
* END SECONDARY NAVIGATION
*/
#strap_start
{
	position: relative;
	left: 10px;
	top: 24px;
	width: 743px;
	height: 78px;
	background-image: url('../images/strap_start.gif');
	text-indent: -9999px;
	overflow: hidden;
}
.strap
{
	position: relative;
	left: 10px;
	top: 24px;
	width: 743px;
	height: 78px;
	text-indent: -9999px;
	overflow: hidden;
}
#kontakt .strap, #kampanjer .strap
{
	background-image: url('../images/strap_vegarn.gif');
}
#hitta_hit .strap
{
	background-image: url('../images/strap_vegarn.gif');
}
#butiken .strap
{
	background-image: url('../images/strap_butiken.gif');
}
#produkter .strap
{
	background-image: url('../images/strap_produkter.gif');
}
#om_vedeldning .strap
{
	background-image: url('../images/strap_omvedeldning.gif');
}
#contentContainer
{
	position: relative;
	left: 10px;
	top: 19px;
	width: 743px;
	min-height: 50px;
	background-image: url('../images/bg_fade.gif');
	background-repeat: repeat-x;
}
.leftColumn
{
	position: relative;
	float: left;
	left: 15px;
	top: 15px;
	width: 430px;
}
.rightColumn
{
	position: relative;
	float: left;
	left: 42px;
	top: 15px;
	width: 256px;
}
.leftColumnAlt
{
	position: relative;
	float: left;
	left: 15px;
	top: 15px;
	width: 258px;
}
.rightColumnAlt
{
	position: relative;
	float: left;
	left: 40px;
	top: 15px;
	width: 430px;
}
.erbjudandeBox
{
	margin-top: 15px;
	width: 216px;
	border: 5px solid #efeaea;
	background-image: url('../images/bg_fade_light.gif');
	background-repeat: repeat-x;
	padding: 15px;
}
.erbjudandeBoxRed
{
	margin-top: 15px;
	width: 216px;
	border: 5px solid #fff;
	background-color: #c50505;
	background-repeat: repeat-x;
	padding: 15px;
	color: #fff;
}
.erbjudandeBoxRed2
{
	margin-top: 15px;
	width: 216px;
	border: 5px solid #c50505;
	background-color: #fff;
	background-repeat: repeat-x;
	padding: 15px;
	color: #c50505;
}
.greyBox
{
	margin-top: 65px;
	width: 380px;
	background-color: #e2dfdf;
	padding: 15px;
	padding-right: 35px;
	height: 85px;
	font-size: 0.9em;
}
.greyBoxNarrow
{
	margin-top: 15px;
	width: 226px;
	background-color: #e2dfdf;
	padding: 15px;
	display:block;
	font-size: 0.9em;
}
#footer
{
	position: relative;
	left: 15px;
	top: 20px;
	width: 713px;
	height: 40px;
	overflow: hidden;
	border-top: 2px solid #c50505;
	margin-top: 25px;
	font-size: 0.9em;
	line-height: 61px;
	color: #c50505;
}
.twoColumns
{
	width: 430px;
	float: left;
}
.twoColumns_column1
{
	float: left;
	width: 109px;
	margin-right: 25px;
	padding-top: 21px;
	text-align: right;
}
.twoColumns_column2
{
	float: left;
	width: 296px;
	padding-top: 18px;
	padding-bottom: 1px;
}
.button
{
	padding: 0 0 10px 0;
	height: 21px;
}
.prislista
{
	padding: 15px;
	margin-top: 15px;
	width: 398px;
	border: 1px dotted #78373a;
	background-image: url('../images/bg_fade_light.gif');
	background-repeat: repeat-x;
}
table
{
	border: 1px dotted #78373a;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 3px;
}
td
{
	border: 1px dotted #78373a;
	padding: 2px;
}
#contentContainer ul
{
	list-style-type: none;
	padding: 0;
	margin: 8px 0 8px 0;
	font-size: 1em;
	line-height: 1.2em;
}
#contentContainer ol
{
	padding: 0;
	margin: 8px 0 8px 20px;
	font-size: 1em;
	line-height: 1.2em;
}
#contentContainer ul li
{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .8em;
	margin-top: 3px;
}
#contentContainer ol li
{
	margin: 3px 0 0 5px;
	font-weight: bold;
	color: #c50505;
}
#contentContainer ol li span
{
	font-weight: normal;
	color: #383838;
}
.greyBoxNarrow li
{
	background-image: url(../images/bullet_grey.gif);
}
/*
* TEXT STYLES
*/
a:link, a:visited, a:hover, a:active {
	color: #c50505;
	text-decoration: none;
}
a.textLink:link, a.textLink:visited {
border-bottom-color: #c2afaf;
border-bottom-style: dotted;
border-bottom-width: 1px;
}
a.textLink:hover, a.textLink:active {
border-bottom-color: #847777;
border-bottom-style: dotted;
border-bottom-width: 1px;
}
h1
{
	margin: 19px 0 19px 0;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.2em;
	color: #c50505;
}
h2
{
	margin: 16px 0 8px 0;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.2em;
	color: #c50505;
}
.greyBox h2
{
	margin: 6px 0 8px 0;
}
.prislistaHead
{
	margin: 16px 0 2px 0;
}
.greyBoxNarrowHead
{
	margin: 6px 0 16px 0;
}
h3
{
	margin: 16px 0 4px 0;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 14px;
	color: #c50505;
}
.erbjudandeBox h1
{
	margin: 0 0 0 0;
	font-size: 2.2em;
	line-height: 26px;
	color: #78373a;
}
.erbjudandePrisMini
{
	margin: 0 0 0 0;
	font-size: 1.1em;
	line-height: 26px;
	color: #c50505;
	font-style: italic;
}
.erbjudandePris
{
	margin: 0 0 0 0;
	font-size: 3em;
	line-height: 26px;
	color: #c50505;
	font-style: italic;
	font-weight: bold;
}
.fotnot
{
	margin: 0 0 0 0;
	font-size: 0.8em;
	line-height: 13px;
	font-style: italic;
}
.intro
{
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}

.startsidaPuff {
	display: block;
	float: left;
}
.startsidaPuff h1 {
	margin: 16px 0 6px 0;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.2em;
}
.startsidaPuff img {
	float: left;
}
.startsidaPuff.ett, .startsidaPuff.tva {
	width: 349px;
	height: 160px;
	border: 1px solid #e8e0e0;
	padding: 0 15px 0 0;
	margin-top: 8px;
	font-size: 1.2em;
	line-height: 1.4em;
}
.startsidaPuff.ett {
	width: 349px;
	margin-right: 10px;
}
.startsidaPuff.tva {
	width: 350px;
}
.startsidaPuff.tre, .startsidaPuff.fyra, .startsidaPuff.fem {
	width: 221px;
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.4em;
}
.startsidaPuff.sex {
	width: 221px;
	padding: 10px;
	font-size: 1.0em;
	line-height: 1.4em;
}
.startsidaPuff.tre, .startsidaPuff.fyra {
	margin-right: 10px;
}
.startsidaPuff.leverantorer {
	padding: 0 0 0 10px;
	width: 492px;
}
.divider {
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 10px 0 10px 0;
	padding: 0;
	background-color: #e8e0e0;
	width: 100%;
}
