body {
	/*background-image: url("släktbild1.jpg");*/
	background-repeat: no-repeat;
	background-color: grey;
}

#header{
	background-image: url("bilder/orbergnyberg6.jpg");
	/*background-repeat: no-repeat;*/
	/*background-color: navajowhite;*/
	width: 990px;
	height: 175px;
	background-repeat: no-repeat;
	position: absolute;
	/*left: 42%;*/	
}

#main{
	/*background-image: url("orbergnyberg.jpg");*/
	width: 1000px;
	height: 900px;
	position: absolute;
	left: 42%;
	margin-left: -400px;	
}

#menuBar{
	/*background-color:  #da4322;*/
	background-color: #ffe699;
	width: 990px;
	height: 25px;
	position: absolute;
	margin-top: 100px;	
}

#menuBar ul{
		display: inline;
		list-style-type: none;	
}

#menuBar li{
  
	height: 25px;
	float: left;
	/*ändra knapp i sidled*/
  /*ändra storleken på knappen*/
	/*margin-right: 190px;*/
	margin-right: 157px;
	/*text-align: center;*/	
	text-indent: 5px;
}

#menuBar a:link{
	background-color: darkKhaki;
	color: white;
	text-decoration: none;
		/*ändra knapp storlek 115px*/
	/*width: 190px;*/
	width: 195px;
	height: 25px;
	font-size: 20px;
	position: absolute;
	margin-left: 1px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-decoration: none;
}

#menuBar a:visited{
		background-color: darkKhaki;
	color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-decoration: none;	
}

#menuBar a:hover{
	background-color: white;
	color: navajowhite;
}

#mainBox{
	/*background-image: url("");*/
	background-repeat: no-repeat;
	background-size: 500px 300px;
	background-position: bottom 50px center; 
	/*background-color: #ffe699;#F0E68C;#EEE8AA;*/
	background-color: #EEE8AA;
	color: black;
	word-wrap: break-word;
	/*overflow-y: scroll;*/
	padding: 10px;
	position: absolute;
	margin-top: 130px;
	width: 970px;
	height: 600px;
}

#footer{
	background-color: navajowhite; 
	width: 990px;
	height: 20px;
	position: absolute;
	margin-top: 725px;
}

h2{
	margin: auto;
}

.text{
	text-indent: 50px;
	font-size: 18px;
}
	
	




	


	
	
	

