body {
	margin: 0px;
	background-color: #CE6500;
	color: #343535;
}
table, body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#container {
	background-image: url(../gfx/background.jpg);
	background-repeat: repeat-y;
	width: 900px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px auto;
}

#header {
	width: 900px;
	height: 318px;
	background-image: url(../gfx/top.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}

a.root {
	position: absolute;
	width: 690px;
	height: 90px;
}

#navigation {
	position: relative;
	top: 100px;
	height: 23px;
	z-index: 4;
}
	#navigation table {
		color: #FFF;
	}
	#navigation table, #navigation table a {
		font-weight: bold;
		font-size: 10px;
	}
		#navigation table tr td {
			padding-left: 7px;
			padding-right: 7px;
		}

#menu {
	position: relative;
	top: 45px;
}
	#menu a {
		display: block;
		position: absolute;
		width: 18px;
		height: 13px;
	}
	#menu a.home {
		left: 707px;
	}
	#menu a.sitemap {
		left: 740px;
	}
	#menu a.print {
		left: 774px;
	}
	#menu a.contact {
		left: 810px;
	}
	#menu a.danish {
		left: 849px;
	}
	#menu a.english {
		left: 874px;
	}
	#menu a.friend {
		right: 7px;
		top: -64px;
		width: auto;
		font-size: 10px;
		color: #000;
	}

#boxes {
	width: 900px;
	height: 215px;
	overflow: hidden;
}
	#boxes div.container {
		width: 910px;
	}
		#boxes div.container span.box {
			display: block;
			border-right: 1px solid #FFF;
			float: left;
			width: 273px;
			height: 190px;
			padding-top: 25px;
			padding-left: 14px;
			padding-right: 13px;
			background-image: url(../gfx/boxes.jpg);
			background-repeat: repeat-x;
		}
			#boxes div.container span.box b {
				font-size: 12px;
			}
			#boxes div.container span.box div {
				margin-top: 5px;
				margin-bottom: 5px;
				width: 270px;
				height: 80px;
				overflow: hidden;
			}
			#boxes div.container span.box a {
				display: block;
				width: 85px;
				height: 10px;
				margin-top: 10px;
				background-image: url(../gfx/boxlink.jpg);
				background-repeat: no-repeat;
				text-align: right;
				font-weight: bold;
				color: #343535;
			}

#contentheader {
	position: relative;
	top: 100px;
	z-index: 3;
	width: 900px;
	height: 195px;
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 4.2em;
	font-family: Arial;
	letter-spacing: 110%;
}
#contentheader.active {
	border: 2px solid #000;
	width: 896px;
	height: 191px;
	background-position: -2px -2px;
}
#image, #crossfade {
	z-index: 3;
	width: 900px;
	height: 195px;
	background-repeat: no-repeat;
}
#image {
	position: relative;
	top: 100px;
}
#crossfade {
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

#content {
	margin-top: 55px;
	padding-left: 12px;
	padding-right: 12px;
}

#footer {
	text-align: center;
	font-weight: bold;
	clear: both;
	color: #343535;
	background-color: #D0C68D;
	padding: 2px;
	font-size: 10px;
}
	#footer a {
		color: #343535;
	}

a, a:link, a:visited {
	color: #343535;
}

a:hover, a:active {
	color: #D0C58D;
}