body {
	background-image:url(gfx/bg.gif);
	background-repeat: repeat-x;
	background-color:#ffffff;
	margin:0px;
	font-family:verdana;
	font-size:11px;
	color:#000000;
	line-height: 1.5em;
}

a {
	color:#0742E5;
}

h1 {
	font-size:24px;
	color:#0742E5;
	margin:5px;
}

h2 {
	font-size:18px;
	color:#0742E5;
	margin:0px;
}
h3 {
	font-size:14px;
	color:#0742E5;
	margin:0px;
}

div.main {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-400px;
	width:820px;
}

div.top_bg {
	margin-top:20px;
	background-image: url("gfx/top.png");
	background-repeat: no-repeat;
	width:820px;
	height:20px;
}

div.middle_bg {
	background-image: url("gfx/bg.png");
	background-repeat: repeat-y;
	width:820px;
}
div.bottom_bg {
	background-image: url("gfx/bottom.png");
	background-repeat: no-repeat;
	width:820px;
	height:20px;
}

div.top {
	margin-left:10px;
	padding:20px;
	width:730px;
	height:90px;
}

div.topText {
	float:left;
	padding-top:30px;
	margin-left:10px;
}

div.topAquagruppen {
	float:left;
	width:360px;
	padding-left:80px;
}

div.meny {
	margin-left:30px;
	width:760px;
	height:80px;
}

div.meny_on {
	float:left;
	background-image: url("gfx/meny_on.png");
	background-repeat: no-repeat;
	width:152px;
	height:30px;
}

div.meny_off {
	float:left;
	background-image: url("gfx/meny_off.png");
	background-repeat: no-repeat;
	width:152px;
	height:30px;
}
div.meny_none {
	float:left;
	
	background-repeat: no-repeat;
	width:152px;
	height:30px;
}
div.meny_nere {
	float:left;
	background-image: url("gfx/meny_off.png");
	background-repeat: no-repeat;
	width:152px;
	height:20px;
}

div.meny_text {
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	text-align:center;
	padding-top:5px;
}

div.meny_text a {
	text-decoration:none;
	color:#ffffff;
}

div.content {
	margin-top:-50px;
	margin-left:20px;
	width:760px;
	padding:15px;
}
div.nere {
	margin-top:-50px;
	margin-left:20px;
	width:760px;
	padding:15px;
}
