#website {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	/*background-image: url(../images/design_billeder/main_2net.gif);
	background-repeat: no-repeat;
	background-position: center 390px;*/
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#header {
height: 100px;
	width: 850px;
	background-image: url(../images/design_billeder/top.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#hovedmenuen {
height: 28px;
	background-image: url(../images/design_billeder/menu_bg2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#enclose-enclose{
	background-image: url(../images/design_billeder/main_2net.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	margin-top: 10px;
	height: 100%;
	width: 100%;
}

#indhold {
	float: right;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;

}

#left {
	float: left;
	width: 175px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	display:none;
}

#right {
	float: right;
	width: 175px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	display:none;
}

#enclose {
	float: left;
	width: 830px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	padding-top: 5px;
	background-color: #737c8d;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #515762;
}

/*div{border:solid 1px #FF0000;}*/
