body {
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(bilder/bak.jpg) #FFEFFF;
	color: #000000;
	text-decoration: none;
	font-family: Georgia, Times, serif;
	font-size: 16px;	
}
img {
	border: 0px;
}
p {	
	padding: 0 0px 0 0px;
	text-align: justify;
	/*text-indent: 3px;*/
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

h1 {
	background: url(bilder/logo.gif);
	position: relative;
	clear: both;
	width: 760px;
	height: 156px;
	margin-top: 5px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	z-index: 1;
}
h1 span {
	display: none;
}

.area {
	overflow: auto;
	text-align: center;
}

#menu {
	position: absolute;
	top: 20px;
	left: -25px;
	width: 170px;
	z-index: 1;
	text-align: center;
	list-style-type:none;
}

#main {
	background: url(bilder/bakgrund.gif);
	position: relative;
	clear: both;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 20px 40px 10px 170px;
}
#bottom {
	background: black;
	position: relative;
	clear: both;
	width: 720px;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	margin-bottom: 10px;
	margin-top: 0px;
}