
body {
	display: block;
	position: absolute;
	top: 0%; /* IE4 would require this, IE4 specific hack? */
	left: 0px;
	bottom: 0px; /* Modern browsers IE4+ / NN4+ can use this value */
	width: 100%;
	height: 100%;
	color:#666666;
	background: #d5dac8;
	background-color:#0c151d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0px;
}
#background {
	display: block;
	position: absolute;
	top: 0%; /* IE4 would require this, IE4 specific hack? */
	left: 0px;
	bottom: 0px; /* Modern browsers IE4+ / NN4+ can use this value */
	width: 100%;
	height: 100%;
	padding-top: 25px;
	color:#666666;
	background-color:#0c151d;
	font-size:10px;
	background-image: url(../public/gfx/bgrepeater.jpg);
	background-repeat: repeat-x;
}

#headercontainer {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
#logo {
	height: 122px;
	width: 122px;
	float: left;
	background-image:url(../public/gfx/logo.gif)
}
#meny {

}
.clear {
	clear:both;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 926px;
	background-color:#FFFFFF;
	padding: 12px;
	padding-top: 0px;
}
#maincontent {
	border-top: solid 6px #8e915e;
	border-bottom: solid 6px #8e915e;
	border-left: solid 1px #8e915e;
	border-right: solid 1px #8e915e;
}

#mainmenuTitleBackground
{
	display:block;
	background-image: url(../public/gfx/h1bg.gif);
	width: 916px;
	height: 20px;
	text-transform:uppercase;
	font-size:11px;
	margin: 0px;
	color:#000000;
	font-weight:normal;
	padding: 4px;
}

h1 {
	display:block;
	background-image: url(../public/gfx/h1bg.gif);
	width: 916px;
	height: 13px;
	text-transform:uppercase;
	font-size:11px;
	margin: 0px;
	color:#000000;
	font-weight:normal;
	padding: 4px;
}	
}

h1 {
	display:block;
	background-image: url(../public/gfx/h1bg.gif);
	width: 916px;
	height: 13px;
	text-transform:uppercase;
	font-size:11px;
	margin: 0px;
	color:#000000;
	font-weight:normal;
	padding: 4px;
}
h2 {
	font-size:15px;
	color:#467246;
	margin: 0px;
	margin-bottom: 5px;
}
h3 {
	color:#2d492d;
	font-size:11px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-bottom: 3px;
	margin-top: 13px;
	
}
h4 {
	color: #333333;
	font-size:13px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-bottom: 3px;
}
h5 {
	font-size:12px;
	margin: 0px;
	color:#de2121;
	font-weight:normal;
}


.tekstfelt {
	padding: 15px;
	width: 308px;
	float: left;
	background-color: #F4F4F4;
	height: 395px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9E9E9;
	min-height:395px;
 	height:auto !important;
	height:395px;
	}
#bildefelt {
	width: 585px;
	height: 425px;
	float: left;
	background-color: #FFFFFF;
}
.bildefelt {
	width: 585px;
	height: 425px;
	float: left;
	background-color: #FFFFFF;
}
	#produktside {
	width: 895px;
	padding: 15px;
	}
	a:link {
		color: #8c8246;
		text-decoration:underline;
	}
	a:visited {
		color: #8c8246;
		text-decoration:underline;
	}
	a:hover {
		color: #000000;
		text-decoration:underline;
	}
	a:active {
		color: #8c8246;
		text-decoration:underline;
	}
	
	#footer {
	color: #E0E6EB;
	}
	
	#footer a {
	color: #B3C1CE;
	text-decoration: none;

	}
	
		#footer a:hover {
	color: #B3C1CE;
	text-decoration: underline;

	}
