/* GENERELLE EGENSKABER TIL ALLE SIDER */

#html, body {
	position: absolute;
	width: 1000px;
	height: 600px;
	font-family: arial, verdana, sans-serif;
	font-variant: normal;
	color: #000000;
	background-color: #D6DFD6;
	overflow: auto;
}

#MAIN_BOX {
	position: absolute;
	top: 30px;
	left: 25px;
	width: 970px;
	height: 560px;
	font-family: arial, verdana, sans-serif;
	background-color: #D6DFD6;
}

#LEFT_BOX {
	position: absolute;
	width: 100px;
	height: 450px;
	font-weight: normal;
	color: #FFFFFF;
}

#LEFT_LOGO {
	position: relative;
}

#LEFT_TEXT_BOX {
	position: relative;
	height: 300px;
	width: 200px;
	background-color: #009239;
	z-index:10;
}

#LEFT_TEXT {
	position: relative;
	padding: 10px;
	color: #FFFFFF;
}

#RIGHT_BOX {
	position: absolute;
	left: 200px;
	top: 0%;
	width: 780px;
	height: 550px;
	font-weight: normal;
	color: #FFFFFF;
}

#TOP_BOX {
	position: absolute;
	top: 30px;
	left: 25px;
	height: 28px;
	width: 755px;
	font-weight: bold;
	padding-top: 7px;
	color: #FFFFFF;
	background-color: #009239;
	font-family: verdana, arial;
	text-align: center;
}

#MENU_BOX {
	position: absolute;
	top: 80px;
	left: 97px;
}

#CONTENT_BOX {
	position: absolute;
	left: 115px;
	top: 125px;
	width: 730px;
	height: 450px;
}

#CONTENT_BOX_SHOP {
	position: absolute;
	left: 115px;
	top: 115px;
	width: 730px;
	height: 450px;
}

#BOTTOM_BOX {
	position: absolute;
	clear: both;
	height: 10px;
	width: 980px;
	bottom: 10px;
	font-weight: bold;
	color: #0B6E33;
	text-align: center;
}

#BOTTOM_BOX_SHOP {
	position: absolute;
	clear: both;
	height: 10px;
	width: 980px;
	bottom: 0px;
	font-weight: bold;
	color: #0B6E33;
	text-align: center;
}

#SHOW_PRODUCT_BOX {
	position: absolute;
	top: 170px;
	left: 2px;
	width: 100px;
	height: 450px;
	background-color: #63B384;
	z-index: 100;
}

#SHOP_PNO_BOX {
	position: relative;
	height: 65%;
	width: 100%;
	overflow: auto;
}

#SHOW_PNO_BOX {
	position: absolute;
	top: 140px;
	left: 440px;
	width: 540px;
	height: 410px;
	background-color: #EBF9F2;
	color: #000000;
	overflow: auto;
}

#LUK_PNO {
	position: relative;
	width: 100%;
	height: 10px;
	background-color: #FFFFFF;
	text-align: center;
}

#BETALINGS_ICON {
	position: absolute;
	bottom: 20px;
	left: 300px;
}

#BETALINGS_SUBMIT {
	position: relative;
	margin-top: -75px;
	margin-left: -2px;
	z-index: 100;
}