body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	
	background-image:url(/imgs/design/bg.gif);
	background-repeat:repeat-x;
	background-color:#e86f34;
}

div.logoAndStars {
	width:704px;
	margin:0px auto;
	padding:156px 28px 0px 28px;
	
	background-image:url(/imgs/design/logo_and_stars.gif);
	background-repeat:no-repeat;
}

div.contentTop {
	width:704px;
	height:9px;
	margin:0px auto;
	
	background-image:url(/imgs/design/content_bgTop.gif);
	background-repeat:no-repeat;
	
	font-size:1px; /*IE HACK*/
}
div.contentBottom {
	width:704px;
	height:9px;
	margin:0px auto;
	
	background-image:url(/imgs/design/content_bgBottom.gif);
	background-repeat:no-repeat;
	
	font-size:1px; /*IE HACK*/
}
div.content {
	width:652px;
	margin:0px auto;
	
	padding:10px 26px;
	
	background-color:white;
}

div.bottom {
	width:704px;
	height:32px;
	padding-top:10px;
	margin-bottom:25px;
	
	background-image:url(/imgs/design/bg_bottom.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	color:white;
	font-family:Arial;
	font-size:11px;
}
div.bottom a {
	color:white;
	text-decoration:none;
}
div.bottom a:hover {
	text-decoration:underline;
}

/* Standard skrift og billeder */
img{border:0px}
h1 {
    font-family:Arial, Verdana;
    font-size:24px;
    margin-top:0px;
    margin-bottom:10px;
    color:#e86f34;
}
p {
    font-family:Arial, Verdana;
    line-height:16px;
    font-size:14px;
    margin:0px;
    padding:0px;
    color:#58595b;
}

a {
	color:#e86f34;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

td.box {
	width:282px;
	
	padding:0px 17px;
	
	background-repeat:no-repeat;
	background-image:url(/imgs/design/box.png);
	
	height:225px;
}

td.product {
	background-image:url(/imgs/design/productbox.png);
	
	height:165px;
}

td.box p {
	margin-top:30px;
	
	font-family:Arial, Verdana;
	font-size:13px;
	color:#58595b;
}
td.box img {
	margin-top:10px;
}

td.contact h1 {
	font-family:Arial, Verdana;
	font-size:16px;
	color:#db672f;
	margin:0px;
	padding:0px;
}
td.contact {
	font-family:Arial, Verdana;
	font-size:13px;
	line-height:17px;
	color:#58595B;
	margin:18px 0px 5px 0px;
}
td.contact p {
	margin:0px;
}
