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

#baggrund #container #navigation {
	height: 25px;
	width: 800px;
	background-color: #EEE;
}
#baggrund #container #indhold {
	height: auto;
	width: 800px;
	background-repeat: no-repeat;
	margin-top: 20px;
}
#baggrund #container #hjortlund {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	height: auto;
	width: 800px;
	padding-top: 20px;
}
#baggrund #container #flag {
	float: left;
	height: 25px;
	width: 70px;
	background-color: #EEE;
	padding-left: 42px;
}
#baggrund #container #adresse {
	height: 25px;
	width: 800px;
}

