#website {
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #000000;

	display:none;
}

#header {
	height: 99px;
	width: 896px;
	position: relative;

}

#hovedmenuen {
	height: 28px;
	width: 876px;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

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

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

/*#right {
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}*/

#enclose {

	/*float: left;*/
	width: 100%;
}
#footer {
	text-align: center;
	clear: both;
	padding-top: 5px;
	background-color: #000000;
}

