.include {
	position:relative;
	top:0px;
	left:10px;
	height:98%;
	width:98%;
	max-width:865px;
	overflow:auto;
}

.main {
	position:relative;
	top:-400px;
	left:141px;
	width:884px;
	height:75%;
	margin:0px;
}

.navigation {
	position:relative;
	top:15px;
	left:11px;
	width:140px;
	min-height:440px;
	height:auto;
}

.banner {
	background-image:url(bilder/homepage/Banner.jpg);
	overflow:hidden;
	position:relative;
	top:0px;
	left:1px;
	width:1024px;
	height:120px;
}

.inner {
	border-left:1px solid #EEEEFF;
	border-right:1px solid #EEEEFF;
	width:100%;
	min-width:1000px;
	max-width:1026px;
	height:100%;
	min-height:600px;
	overflow:hidden;
	margin:0px auto;
	text-align:left;
}

.outer {
	background-color:#000000;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

body {
	background-color:#000000;
	font-size:14px;
}

img {
	border:none;
	margin:0px;
}

.imglink {
	position:relative;
	top:10px;
	left:10px;
	width:120px;
	height:50px;
}