
div#Frontpage {
	width: 575px;
	height: 1158px;
	position: relative;
}

div#Frontpage_Feature {
	width: 575px;
	height: 179px;
	position: absolute;
	top: 0px;
	left: 0;
}

div#Frontpage_Welcome {
	width: 575px;
	height: 79px;
	position: absolute;
	top: 0;
	left: 0;
}

div#Frontpage_CustomerSurvey {
	width: 255px;
	height: 107px;
	position: absolute;
	top: 470px;
	left: 0;
	padding: 35px 15px 10px 15px;
	background-image: url(/media/frontpage/banners_small/brugerundersoegelse.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 10px;
	color: #ffffff;
}

div#Frontpage_BottomLink {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 575px;
	text-align:center;
}

a#Frontpage_Smallbanner_Right {
	width: 285px;
	height: 107px;
	position: absolute;
	top: 470px;
	right: 0;
}

a#Frontpage_Smallbanner_Left {
	width: 285px;
	height: 107px;
	position: absolute;
	top: 470px;
	left: 0;
}



/* 
  ---  Products ---------------------------------------------------------------
*/

div#Frontpage_Products {
	width: 575px;
	height: 281px;
	position: absolute;
	top: 184px;
	left: 0;
}

#Frontpage_Products div.first {
	border-right: #ffffff solid 1px;
	background-image: url(/media/frontpage/products-left.gif);
	background-position: top left;
	background-repeat: no-repeat;

	/* Common for all products */
	width: 143px;
	height: 281px;
	float: left;
	position: relative;
	background-color: #ecf0f3;
}
#Frontpage_Products div.middle {
	border-right: #ffffff solid 1px;

	/* Common for all products */
	width: 143px;
	height: 281px;
	float: left;
	position: relative;
	background-color: #ecf0f3;
}
#Frontpage_Products div.last {
	background-image: url(/media/frontpage/products-right.gif);
	background-position: top right;
	background-repeat: no-repeat;

	/* Common for all products */
	width: 143px;
	height: 281px;
	float: left;
	position: relative;
	background-color: #ecf0f3;
}


#Frontpage_Products a.productimage {
	width: 120px;
	height: 120px;
	padding: 5px;
	border: #d9d7d8 solid 1px;
	background-color: #fdfffe;
	position: absolute;
	top: 4px;
	left: 5px;
}
#Frontpage_Products div.info {
	width: 132px;
	height: 135px;
	position: absolute;
	top: 141px;
	left: 5px;
	margin: 0;
	padding: 0;
	background-image: url(/media/frontpage/products-infobg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#Frontpage_Products p,
#Frontpage_Products a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
}
#Frontpage_Products a:hover {
	text-decoration: underline;
}
#Frontpage_Products p {
	width: 122px;
	margin: 0;
	position: absolute;
}
#Frontpage_Products p.productname {
	height: 66px;
	top: 6px;
	left: 5px;
}
#Frontpage_Products p.savingprice {
	line-height: 14px;
	height: 66px;
	top: 71px;
	left: 5px;
}
#Frontpage_Products p.salesprice {
	font-size: 11px;
	color: #01abe8;
	height: 66px;
	top: 106px;
	left: 5px;
}



/* 
  ---  Articles ---------------------------------------------------------------
*/


#Frontpage_Articles {
	width: 575px;
	height: 138px;
	position: absolute;
	top: 582px;
	left: 0;
	background-image: url(/media/frontpage/articles-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#Frontpage_Articles a.headline,
#Frontpage_Articles a.headline:hover {
	position: absolute;
	top: 9px;
	left: 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	text-decoration: none;
}
#Frontpage_Articles a.readmore,
#Frontpage_Articles a.readmore:hover {
	position: absolute;
	top: 12px;
	right: 22px;
	font-weight: bold;
	text-decoration: none;
}
#Frontpage_Articles div.links {
	position: absolute;
	top: 21px;
	left: 0;
	line-height: 24px;
	padding: 15px;
}
#Frontpage_Articles div.item {
	display: block;
	height: 24px;
}
#Frontpage_Articles div.date {
	float: left;
	width: 83px;
}
#Frontpage_Articles div.link {
	float: left;
	width: 387px;
}
#Frontpage_Articles div.readmore {
	float: left;
	width: 75px;
}
#Frontpage_Articles a.link,
#Frontpage_Articles a.link:hover {
	font-weight: bold;
	text-decoration: none;
	color: #01abe8;
}


/* 
  ---  Textbox position -------------------------------------------------------
*/

#Allsite_Textbox {
	position: absolute;
	top: 725px;
	left: 0;
}
