body {
	padding: 0; 
	margin: 0;
	font-size: 12px;
	font-family: Verdana, Times;
	background-color: #a9a57e;
}

#page {
 	width: 800px;
	height: 580px;
	margin: auto;
	background-image: url(bilder/bak.jpg);
	background-repeat: no-repeat;
}

#content {
 	position: absolute;
 	width: 500px;
 	height: 340px;
	margin-left: 255px;
	margin-top: 160px;
	overflow: auto;
}

/* huvudmenyn */
#meny {
	position: absolute;
	margin-left: 40px;
	margin-top: 155px;
	width: 180px;
	height: 340px;
	font-size: 13px;
}

a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:link{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	text-align: center;
	font-size: 18px;
}

h4 {
	text-align: left;
	font-size: 10px;
}

.index {
	width: 200px;
	position: absolute;
	top: 180px;
	left: 20px;
	border: 1px solid black;
}

.center {
	background-color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.indexright {
	width: 150px;
	left: 320px;
	top: 180px;
	text-align: center;
	position: absolute;
}

#sidfot {
	width: 400px;
	position: absolute;
	top: 520px;
	left: 530px;
	text-align: center;
}

#small {
	position: absolute;
	width: 470px;
	left: 0px;
	top: 50px;
}

#smallright {
	position: absolute;
	width: 270px;
	left: 220px;
	top: 50px;
}

#foto {
	text-align: center;
}