html body {
	background-color: #dcd7d3;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 170%;
}
#top {
	background-image: url(topbg.jpg);
	overflow-x: hidden;
	width: 100%;
	height: 191px;
}
#content {
	text-align: left;
	margin: 0 auto;
	width: 884px;
}

#left {
	background-image: url(mainbg.jpg);
	width: 702px;
	float: left;
}
#indhold {padding:20px;}

#bottom {
	width: 702px;
	height: 34px;
	line-height: 28px;
	text-align:center;
	background-image: url(mainbottom.jpg);
	font-weight: bold;
	color: #fff;
}
#bottom a { color: #fff; }
#menu {
	background-image: url(menubg.jpg);
	position: absolute;
	top: 193px;
	left: 50%;
	margin-left: 255px;
	padding-top: 10px;
	width: 182px;
}
#menu a {
	height: 25px;
	width: 178px;
	line-height: 25px;
	border-bottom: #ccc;
	color: #4a5f2e;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-indent: 12px;
	text-align: left;
}
#menu a.sub {
	height: 18px;
	line-height: 18px;
	font-weight: normal;
	text-indent: 20px;
	font-size: 11px;
}
#menu a:hover {
	background-color: #4a5f2e;
	color: #fff;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	position: absolute;
	top: 160px;
	left: 50%;
	margin-left: -440px;
	color: #900;
	font-size: 19px;
	letter-spacing: -1px;
	text-indent: 13px;
	font-weight: 100;
	margin: 0px 0px 0px -440px;
	width: 500px;
	text-align: left;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color: #4a5f2e;
	font-size: 16px;
	font-weight: 100;
	line-height: 20px;
}
#side, .img-right {
	float: right;
	margin-right: 25px;
	margin-left: 25px;
}
.prod {
	border-width: 0px;
	margin-right: 7px;
	float: right;
}
.prodleft {
	border-width: 0px;
	margin-left: 7px;
	margin-right: 15px;
	float: left;
}
.img-right, #side img {
	border: 1px solid #ccc;
}
p, li, table {
	margin-left: 25px;
	margin-right: 30px;
}
a {
	color: #900;
}
td { padding: 3px; }