@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6B8490;
	text-decoration: none;
	background-color: #6B8490;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main {
	position:absolute;
	left: 50%;
	width:1000px;
	margin-left: -500px;
	z-index:1;
	height: 700px;
	visibility: visible;
}
#top {
	position:absolute;
	width:1000px;
	height:220px;
	z-index:2;
	left: 0px;
	top: 0px;
	background-image: url(../bilder/top.png);
	background-repeat: no-repeat;
}
#home {
	position:absolute;
	width:130px;
	height:20px;
	z-index:4;
	left: 35px;
	top: 95px;
}
#navi {
	position:absolute;
	width:215px;
	height:200px;
	z-index:5;
	left: 0px;
	top: 220px;
}
#BGcontent {
	position:absolute;
	width:1000px;
	min-height:330px;
	z-index:3;
	left: 0px;
	top: 220px;
	background-image: url(../bilder/bgcontent.png);
	background-repeat: repeat;
}
#content {
	width:580px;
	min-height:330px;
	z-index:6;
	padding-top: 0px;
	padding-right: 180px;
	padding-bottom: 0px;
	padding-left: 240px;
	left: 0px;
}
#footer {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:150px;
	z-index:7;
}