@charset "utf-8";
#baggrund {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
	height: 3000px;
	width: auto;
	background-image: url(../image/baggrund.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#baggrund #container {
	height: 3000px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#baggrund #container #logo {
	height: 90px;
	width: 600px;
	padding-left: 20px;
}

#baggrund #container #navigation {
	height: 27px;
	width: 1000px;
	background-color: #EEE;
}
#baggrund #container #indhold {
	height: auto;
	width: 960px;
	background-image: none;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#baggrund #container #design {
	height: auto;
	width: 1000px;
	font-size: x-small;
	color: #BBBBBD;
	margin-top: 20px;
}

#baggrund #container #flag {
	float: right;
	width: 200px;
}
#baggrund #container #adresse {
	height: 25px;
	width: 1000px;
	margin-top: 20px;
}

