h1 {
	background-image: url('content/path.png')
}

ul
{
margin-left: 0em;
}


li.inline {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px dotted white;
}

li.last {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 0px;
}

div {
	 border: 0px solid Black;
}

a	{
	color: white;
}

body {
	margin: 0 auto;
	width: 700px;
	background-image: url('content/pattern.png');
	background-repeat: repeat-1;
}

/* #topplinje {
	float:left;
	height: 2px;
	width: 700px;
	background-color: white;
	}
*/
#overhead {
	float:left;
	height: 10px;
	width: 700px;
	background-image: url('content/pattern.png');
	background-repeat: repeat-1;
}

#huvud {
	float: left;
	width: 700px;
	height: 80px;
	background-color: #2f86c3;
}

#navigation {
	float: left;
	width: 700px;	
	background-color: #2f86c3;
}

#mellanrum {
	float:left;
	height: 10px;
	width: 700px;
	background-image: url('content/pattern.png');
	background-repeat: repeat-1;
}
  
#innehall {
	display: inline;
	float: left;
	width: 690px;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #477da3;
/*	background-image: url('content/pattern2.png'); */
}
#sidfot {
	clear: both;
	width: 700px;
	height: 20px;
	background-color: #2f86c3;
}

/* #bottenlinje {
	float:left;
	height: 2px;
	width: 700px;
	background-color: white;
}
*/
