body {

	background-color: none;
	background-image: url('bilder/pattern.jpg')

 
}

a:link, a:visited {
	color:  #185b98;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000;
	cursor: help;
	text-decoration: line-through;
}


#hovedside {
	width: 670px;
	margin: 0px auto;
	text-align:left;
	padding: 5px;
	position: relative;
	min-height: 3500px;
	display: box;
	background-color: #f9f9f9;
	border: solid;
	border-color: #000000;
	border-width: 1px;
	border-top:
	

}


#meny {
	width: 170px;
	float: right;
	padding: 6px;
	text-align: left;
}


#innhold {
	width: 470px;
	padding: 6px;
	float: left;
}

#list-meny ul {
text-align: left;
list-style-type: none;
font-family: helvetica, arial, sans-serif;
font-size: 14pt;
margin: 0px;		
padding: 0px;

}

#list-meny li {
text-align: left;
margin: 0px;

}

#list-meny a {
	color: #185b98;
	text-decoration: none;
	text-align: left;
	font-size: 18px;
}

#list-meny a:hover {
	color: #000;
	text-align: left;
	text-decoration: line-through;
	font-size: 
}

p, .post {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	color: #000;
	display: box;
	border: none;
	background-color: none;
	border-width: 1px;
	border-color: #000;
	border-top: none;
	border-left: none;
	border-right: none;

	
	
}

h1 a:link,  h1 a:visited,{
	color: #000000;
}

h1 a:hover {
	color: #000;
}

h2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	color: #000;
	display: box;
	border: none;
	background-color: none;
	border-width: 1px;
	border-color: #000;
	border-top: none;
	border-left: none;
	border-right: none;

}


.img {
	border: 1px;
	border-style: solid;
	margin-right: 4px;
	
}


.liste ul {
text-align: left;
list-style-type: none;
font-family: tahoma, arial, sans-serif;
font-size: 12px;
margin: 0;	
padding: 0;
}

.liste li {
  font-weight: none;
  color: #000000;
}




