html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: url(/gfx/bg2.gif) repeat-x #bfda63;
	overflow: auto;
	font-size: 1px;
}
h1 {
	margin: 0px 0px 10px 0px;
	color: #a1bd41;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	margin: 0;
	padding: 0;
	color: #404040;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	padding: 0;
	margin-bottom: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7c7c7c;
	line-height: 14px;
}
label {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7c7c7c;
}
label.error
{
	color: red;
	display: inline;
	margin: 0;
	padding: 0 0 0 10px;
}
#content input, #content textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7c7c7c;
	border-width: 1px;
	border-style: solid;
	border-color: #92b02a;
	background-image: none;
	background-color: transparent;
	margin: 0;
	padding: 0 2px 0 2px;
}
#content input.btn {
	background-color: #c3d681;
	color: #000000;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7c7c7c;
	line-height: 17px;
}
a {
	color: #a1bd41;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:hover {
	color: #ADCF33;
}
#container {
	width: 870px;
	position: absolute;
	left: 50%;
	margin-left: -435px;
	top: 30px;
}
#boxes-front {
	float: left;
	margin-left: 44px;
	width: 795px;
	padding-top: 50px;
}
#top {
	float: left;
	height: 114px;
	width: 840px;
}
#top .right {
	width: 40px;
	height: 114px;
	float: left;
	background: url(/gfx/corner_top_right2.gif);
}
#top .left {
	width: 40px;
	height: 114px;
	float: left;
	background: url(/gfx/corner_top_left2.gif);
}
#top #logo {
	float: left;
	width: 147px;
	height: 114px;
	background: url(/gfx/rep_top2.gif) repeat-x;
}
#top #logo #logoimg {
	width: 146px;
	height: 60px;
	border: 0;
	margin-top: 25px;
}
#top #navigation {
	float: left;
	height: 114px;
	width: 568px;
	background: url(/gfx/rep_top.gif) repeat-x;
}
#home {
	float: left;
	width: 44px;
	height: 21px;
	margin-top: 3px;
}
#btn-home {
	float: left;
	width: 11px;
	height: 21px;
	border: 0;
	margin-top: 55px;
}
#imgholder {
	float: left;
	width: 795px;
	height: 189px;
	background: url(/gfx/img.jpg);
	border-bottom: 1px solid #ededed;
	margin-left: 44px;
}
#imgholder-front {
	float: left;
	width: 795px;
	height: 302px;
	background: url(/gfx/img_front.gif);
	margin-left: 44px;
}
#content {
	float: left;
	width: 715px;
	padding: 40px 40px 12px 40px;
	background-color: white;
	margin-left: 44px;
}
#bottom {
	float: left;
	width: 795px;
	height: 18px;
	margin-left: 44px;
}
#bottom .left {
	width: 22px;
	height: 18px;
	float: left;
	background: url(/gfx/corner_bottom_left2.gif);
}
#bottom .right {
	width: 22px;
	height: 18px;
	float: right;
	background: url(/gfx/corner_bottom_right2.gif);
}
#bottom #center {
	width: 751px;
	height: 18px;
	background-color: white;
	float: left;
}
#design {
	position: absolute;
	bottom: 25px;
	right: 0px;
}
#design-front {
	position: absolute;
	bottom: 300px;
	right: 0px;
}
#box-left {
	float: left;
	width: 213px;
	margin: 0px 52px 0px 40px;
	padding-bottom: 50px;
	background: url(/gfx/box_left.gif) top left no-repeat;
}
#box-left p, #box-center p, #box-right p {
	padding: 0;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	line-height: 17px;
}
#box-left .top {
	float: left;
	width: 188px;
	height: 5px;
}
#box-left .boxheader {
	float: left;
	width: 164px;
	height: 21px;
	line-height: 21px;
	padding-left: 24px;
	position: relative;
	top: 28px;
}
#box-left .boxcontent {
	float: left;
	padding: 0px 0px 0px 24px;
	width: 189px;
	height: 163px;
	position: relative;
	top: 30px;
}
#box-center {
	float: left;
	width: 189px;
	height: 189px;
	background: url(/gfx/box.gif) left no-repeat;
}
#box-center .top {
	float: left;
	width: 188px;
	height: 5px;
}
#box-center .boxheader {
	float: left;
	width: 164px;
	height: 21px;
	background: #bacf73;
	line-height: 21px;
	padding-left: 24px;
	position: relative;
	top: 28px;
}
#box-center .boxcontent {
	float: left;
	width: 140px;
	height: 114px;
	line-height: 21px;
	padding: 0px 24px 0px 24px;
	position: relative;
	top: 30px;
}
.boxcontent a {
	font-weight: normal;
	color: #404040;
}
#box-center .bottom {
	float: left;
	width: 188px;
	height: 21px;
}
#box-right {
	float: right;
	width: 189px;
	height: 189px;
	margin-right: 40px;
	background: url(/gfx/box.gif) left no-repeat;
}
#box-right .top {
	float: left;
	width: 188px;
	height: 5px;
}
#box-right .boxheader {
	float: left;
	width: 164px;
	height: 21px;
	line-height: 21px;
	padding-left: 24px;
	position: relative;
	top: 28px;
}
#box-right .boxcontent {
	float: left;
	width: 140px;
	height: 114px;
	line-height: 21px;
	padding: 0px 24px 0px 24px;
	position: relative;
	top: 30px;
}
#box-right .bottom {
	float: left;
	width: 188px;
	height: 21px;
}

#navigation ul {
	list-style-type: none;
	margin: 64px 0px 0px 0px;
	padding: 0;
}

#navigation ul li {
	display: inline;
	margin: 0px 12px 0px 0px;
	float: left;
	padding: 0;
	height: 9px;
}
#navigation ul li a {
	display: block;
	margin: 0;
	padding: 0;
	color: Black;
	text-transform: uppercase;
	font-weight:normal;
	font-family: Myriad Pro;
	font-size: 11px;
	line-height: 0px;
}

#navigation ul li a:hover{
    color: Gray;
}


/*
#navigation ul li a span {
	display: none;
}


#butikken a {
	width: 41px;
	background: url(/gfx/nav/butikken.gif) 0px 0px no-repeat;
}
#butikken a:hover {
	background: url(/gfx/nav/butikken.gif) 0px -9px no-repeat;
}
#hentbring a {
	width: 99px;
	background: url(/gfx/nav/hentbring.gif) 0px 0px no-repeat;
}
#hentbring a:hover {
	background: url(/gfx/nav/hentbring.gif) 0px -9px no-repeat;
}
#sortiment a {
	width: 49px;
	background: url(/gfx/nav/sortiment.gif) 0px 0px no-repeat;
}
#sortiment a:hover {
	background: url(/gfx/nav/sortiment.gif) 0px -9px no-repeat;
}
#galleri a {
	width: 34px;
	background: url(/gfx/nav/galleri.gif) 0px 0px no-repeat;
}
#galleri a:hover {
	background: url(/gfx/nav/galleri.gif) 0px -9px no-repeat;
}
#tilbud a {
	width: 30px;
	background: url(/gfx/nav/tilbud.gif) 0px 0px no-repeat;
}
#tilbud a:hover {
	background: url(/gfx/nav/tilbud.gif) 0px -9px no-repeat;
}
#findstr a {
	width: 58px;
	background: url(/gfx/nav/findstr.gif) 0px 0px no-repeat;
}
#findstr a:hover {
	background: url(/gfx/nav/findstr.gif) 0px -9px no-repeat;
}
#finansiering a {
	width: 59px;
	background: url(/gfx/nav/finansiering.gif) 0px 0px no-repeat;
}
#finansiering a:hover {
	background: url(/gfx/nav/finansiering.gif) 0px -9px no-repeat;
}
#links a {
	width: 25px;
	background: url(/gfx/nav/links.gif) 0px 0px no-repeat;
}
#links a:hover {
	background: url(/gfx/nav/links.gif) 0px -9px no-repeat;
}
#kontakt a {
	width: 39px;
	background: url(/gfx/nav/kontakt.gif) 0px 0px no-repeat;
}
#kontakt a:hover {
	background: url(/gfx/nav/kontakt.gif) 0px -9px no-repeat;
}

#nyheder a {
	width: 39px;
	background: url(/gfx/nav/nyheder.gif) 0px 0px no-repeat;
}
#nyheder a:hover {
	background: url(/gfx/nav/nyheder.gif) 0px -9px no-repeat;
}
*/
.nyhedsbillede
{
	float: right; 
	margin: 0 0 10px 20px;
}

.nyhedsseperator
{
	clear: both; 
	margin: 10px 0 10px 0; 
	border-style: solid; 
	border-width: 1px 0 0 0; 
	border-color: #ededed; 
	height: 1px;
}

#sortiment-overview div {
	width: 143px;
	height: 104px;
	background: url(/gfx/bg_sortiment.gif) no-repeat;
	float: left;
}
#sortiment-overview div a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#maerke-overview div {
	width: 238px;
	height: 207px;
	background: url(/gfx/bg_maerke.gif) no-repeat;
	float: left;
}
#maerke-overview div a {
	display: block;
	width: 200px;
	height: 169px;
	margin: 19px 0 0 19px;
}
#maerke-overview a img {
	border: 0;	
}
#maerke-overview div a table {
	width: 100%;
}
#maerke-overview div a table td {
	width: auto;
	height: auto;
	background: none;
}
#maerke-overview .image {
	height: 137px;
	border: 1px solid #ebe8e8;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	line-height: 0;
}
#maerke-overview .image p {
	margin: 0;
	padding: 0;
	line-height: 0;
	width: 198px;
	height: 137px;
	overflow: hidden;
	text-align: center;
}
#maerke-overview .image img {
	margin: 0;
	padding: 0;
	display: inline;
}
#maerke-overview .caption {
	height: 22px;
	background: url(/gfx/bg_caption.gif);
	line-height: 22px;
	font-weight: normal;
	text-align: center;
}
#maerke-overview .spacer {
	height: 10px;
}

.stepcarouselwrapper
{
	float: left;
	width: 795px;
	background-color: #fff;
	border-bottom: 1px solid #ededed;
	margin-left: 44px;
	overflow: hidden;
}

.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 795px; /*Width of Carousel Viewer itself*/
	height: 600px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 795px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#prev, #next
{
	display: block;
	width: 45px; 
	height: 50px; 
	background-image: url(/gfx/gallery-prev.gif);
	opacity: 0.7;
	position: absolute;
	top: 240px;
	left: 44px;
	z-index: 999999999;
}

#next
{
	 background-image: url(/gfx/gallery-next.gif);
	 left: 794px;
}

