#website {
	width: 848px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/design_billeder/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 5px solid #000000;
}

#header {
	height: 110px;
	width: 848px;
	background-color: #FFFFFF;
	position: relative;
}

#hovedmenuen {
	height: 28px;
	width: 876px;
	clear: both;
	background-image: url(../images/hovedmenuen.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

#indhold {
	float: right;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#left {
	float: left;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#right {
	float: right;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#enclose {

	float: left;
	width: 680px;
}
#footer {
height:15px;
	text-align: center;
	clear: both;
	padding-top: 5px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}


