body {
	/* background: #9FC887; */
	background: url(../images/body-fog2.png) repeat-y center #85CD96;
	margin: 0;
	padding: 0;	
}
#global_wrap {
	margin: auto;
	width: 966px;
	position: relative;
	left: 0;
	top: 0;
}
#header {
	background:url(../images/Grona-Kusten-966.jpg) right -80px no-repeat;
	height: 83px;
	padding: 10px;
	overflow:hidden;
}
#translate {
	width: 160px;
	float:right;
	position: relative;
	top: -6px;
	left: 0;
}
#navigation {
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 20;
}
#content {
	position: relative;
	left: 0;
	top: 0;
}
body.map h1 {
	position: absolute;
	left: 67px;
	top: 19px;
	z-index: 15;
	height: 45px;
}
.column {
	float: left;
}
.two .column {
	width: 50%;
}

.three .column {
	width: 33.3%;
}
div.padder {
	padding: 10px;
}
.first div.padder {
	padding-left: 0px;
}
.last div.padder {
	padding-right: 0px;
}
div.white {
	background: white;
}
#main {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
body.map #main {
	left: 69px;
	top: 86px;
	width: 402px;
}