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

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

#content {
 	position: absolute;
 	width: 500px;
 	height: 350px;
	margin-left: 220px;
	margin-top: 150px;
	overflow: auto;
}

#res {
 	position: absolute;
 	width: 500px;
 	height: 350px;
	margin-left: 220px;
	margin-top: 150px;
	overflow: auto;
        text-align: center;

}

/* huvudmenyn */
#meny {
	position: absolute;
	width: 500px;
	height: 35px;
	margin-top: 30px;
	margin-left: 280px;
	font-size: 13px;
}

#meny ul{margin: 0; padding: 3px; text-align: center;}
#meny li{display: inline; }
#meny ul a{text-decoration: none; padding: 8px;}


/* undermeny */
#submeny {
	position: absolute;
	margin-left: 15px;
	margin-top: 185px;
	width: 100px;
	height: 340px;
	font-size: 13px;
}

/* sidhuvudet */
#head {
	width: 790px;
	margin: auto;
}

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;
}

.index {
	width: 450px;
	position: absolute;
	top: 150px;
	left: 10px;
}

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

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

#arkiv {
	text-align: center;
}


#innermeny {
	position: absolute;
	width: 350px;
	height: 30px;
	left: 550px;
	top: 100px;
	text-align: center;
}

#foto {
	text-align: center;
}

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

.noborder {
	border: 0px solid black;
}