html, body {
	margin: 0;
	padding: 5px;
}
body {
	background: #6b3b09 url(bg.jpg);
	font-size: 80%;
	text-align: center;
}
#side {
	text-align: left;
	width: 750px;
	margin: 0 auto;
	background-color: #fff;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, Serif;
	border: 2px solid #000;
}
#header {
	width: 100%;
	height: 126px;
	background: #f1c867 url(header.jpg) no-repeat center center;
}
#footer {
	clear: both;
	width: 100%;
	height: 51px;
	background: #f1c867 url(footer.jpg) no-repeat center center;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#indhold {
	clear: both;
	width: 730px;
	padding: 20px 10px 10px 10px;
	background: #fff url(menuskygge.jpg) repeat-x top left;
}
#billede {
	width: 210px;
	float: left;
	padding-bottom: 10px;
}
#tekst {
	width: 500px;
	float: right;
}
#tekst h1, #tekst h2, #tekst h3 {
	color: #804418;
}
#tekst h1 {
	font-size: 1.6em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
}
#tekst h2 {
	font-size: 1.3em;
	margin: 0.1em 0 0.1em 0;
}
#tekst h3 {
	font-size: 1.1em;
	margin: 0.1em 0 0.1em 0;
}
#tekst p {
	line-height: 1.5em;
	margin: 0.1em 0 0.6em 0;
	padding: 0;
}
#tekst ul {
	margin-top: 0.1em;
	margin-bottom: 0.6em;
}
#tekst li {
	line-height: 1.5em;
	padding: 0;
}
#tekst a {
	color: #ab5724;
	text-decoration: none;
}
#tekst a:hover {
	text-decoration: underline;
}
#tekst table {
	font-size: 1em;
	text-align: left;
}
#navigation {
	margin: 0;
	padding: 0;
	background: #ab5724;
	border-top: 1px solid #c98537;
	border-bottom: 1px solid #000;
	float: left;
	width: 100%;
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 5px;
	float: left;
	border-left: 1px #893f1a solid;
	border-right: 1px #c98537 solid;
	border-bottom: 1px #ab5724 solid;
}
#navigation ul li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}
#navigation a {
	color: #faf4e4;
	text-decoration: none;
	padding: 0 1em;
	float: left;
	border-top: 1px #ab5724 solid;
	border-right: 1px #893f1a solid;
	border-bottom: 1px #ab5724 solid;
	border-left: 1px #c98537 solid;
}
#navigation a:hover {
	background: #8b471d;
	color: #f5dac1;
	border-left: 1px #893f1a solid;
	border-top: 1px #893f1a solid;
	border-bottom: 1px #8b471d solid;
}
