@charset "utf-8";
#baggrund {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
	height: 3000px;
	width: auto;
	background-image: url(../image/baggrund_hjemmeside.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#baggrund #container {
	height: 3000px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#baggrund #container #logo {
	height: 150px;
	width: 800px;
}

#baggrund #container #navigation {
	height: 25px;
	width: 800px;
	background-image: url(../image/navigation_baggrund.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#baggrund #container #indhold {
	height: auto;
	width: 800px;
	background-image: none;
	margin-top: 20px;
}
#baggrund #container #bund {
	height: 26px;
	width: 800px;
	background-image: url(../image/bund_elbjoern.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 15px;
	float: left;
}

#baggrund #container #navigation #land {
	height: 25px;
	width: 0px;
	float: left;
}

