/* STANDARD */

div#container {
	position: relative;
	width: 978px;
	margin: 0px auto;
	text-align: left;
}

/* HEADER */

div#header {
	position: relative;
	width: 980px;
	height: 100px;
	background-image: url("../images/bg_header.gif");
	background-repeat: no-repeat;
}

div#logo {
	position: absolute;
	top: 17px;
	left: 40px;
	width: 153px;
	height: 30px;
}

div#menuLeft {
	position: absolute;
	top: 66px;
	left: 32px;
}

div#menuRight {
	position: absolute;
	top: 66px;
	right: 16px;
}

/* CONTENT */

div#content {
	position: relative;
	width: 940px;
	min-height: 600px;
	padding: 0px 20px 0px 20px;
	background-image: url("../images/bg_content.gif");
	background-repeat: repeat-y;
	line-height: 18px;
}

div#contentPicture {
	width: 940px;
	min-height: 400px;
	background-image: url("../images/content_picture.jpg");
	background-repeat: no-repeat;
}

div#mainContent {
	width: 530px;
	min-height: 380px;
	margin-left: 20px;
	padding: 10px 20px 10px 20px;
	background-color: #ffffff;
}

div#packshot {
	position: absolute;
	top: 530px;
	right: 30px;
	width: 159px;
	height: 120px;
	background-image: url("../images/packshot_allerfre.jpg");
	background-repeat: no-repeat;
}

/* HOME */

div#homePicture {
	width: 940;
	height: 400px;
}

div#homePicture img {
	display: block;
}

div#homeContent {
	width: 900;
	padding: 20px 20px 0px 20px;
}

div#homeForecast {
	float: left;
	width: 390px;
}

div#homeForecast img {
	float: right;
	margin: 5px 40px 0px 20px;
}

div#homeIntro {
	float: left;
	width: 330px;
}

/* FORECAST */

div#forecastPicture {
	width: 940px;
	min-height: 400px;
	background-image: url("../images/forecast_picture.jpg");
	background-repeat: no-repeat;
}

div#forecast {
	position: relative;
	width: 530px;
}

div#forecast strong {
	font-weight: bold;
	color: #0053a0;
}

div#forecastText {
	position: relative;
	width: 280px;
	padding-right: 20px;
}

div#forecastDays {
	position: absolute;
	top: 0px;
	left: 300px;
	width: 130px;
}

div#forecastTrees {
	position: absolute;
	top: 0px;
	left: 430px;
	width: 132px;
}

div#forecastDays ul,
div#forecastTrees ul {
	margin-top: 12px;
}

div#forecastDays ul li,
div#forecastTrees ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#forecastTrees ul li {
	width: 132px;
	min-height: 18px;
}

div#forecastDays ul li.selected {
	color: #0053a0;
}

div#forecastTrees ul li.selected {
	background-image: url("../images/arrow.png");
	background-position: right;
	background-repeat: no-repeat;
}

div#forecastTrees ul li.selected a {
	color: #0053a0;
}

div#forecastMap {
	position: absolute;
	top: 19px;
	right: 74px;
}

div#forecastMap img {
	display: block;
}

div#forecastLegend {
	position: absolute;
	top: 250px;
	right: 165px;
	width: 137px;
	height: 130px;
}

div#forecastLegend img {
	display: block;
}

/* FOOTER */

div#footer {
	width: 910px;
	height: 58px;
	padding: 13px 30px 30px 40px;
	background-image: url("../images/bg_footer.gif");
	background-repeat: no-repeat;
}

div#footerMenu {
	float: left;
}

div#footerText {
	float: right;
	text-align: right;
}
