* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../img/b.jpg);
	background-repeat: repeat-x;
}
#apDiv1 {
	position:absolute;
	left:1175px;
	top:120px;
	width:60px;
	height:20px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#top {
	
	height: 142px;
	width: 900px;
}
#meny {
	
	width: 900px;
	background:#f5f6f5;
	position:absolute; 
}

#content {
	width:900px;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: normal;
	color: #333;
}
.lista {
	list-style-type: circle;
}
.fet {
	font-weight: bold;
}

a.footer:link {color:#fff;text-decoration:none}
a.footer:visited {color:#fff;text-decoration:none}
a.footer:hover {color:#000;text-decoration:none}
/*a.footer:active {color:#fff;text-decoration:none}*/

