@charset "utf-8";
#baggrund {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	height: 6000px;
	width: auto;
	background-image: url(../image/baggrund_forloeb_2.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	font-family: "Century Gothic", "Helvetica LT Std", Arial, sans-serif;
	font-size: small;
	line-height: 140%;
}
#baggrund #container #venstre {
	float: left;
	width: 125px;
	padding-top: 10px;
	background-color: #FFF;
}

#baggrund #container {
	height: 3000px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 5px;
}
#baggrund #container #top {
	height: 200px;
	width: 950px;
	float: left;
}
#baggrund #container #midt {
	float: left;
	width: 450px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 0px;
}
#baggrund #container #hoejre {
	float: left;
	width: 335px;
	padding-top: 10px;
	padding-left: 30px;
}
#baggrund #container #streg {
	height: 10px;
	width: 950px;
	float: left;
	background-image: url(../image/streg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
