/* ----------------------------- */
/* Nyhetsliste - Espen H.    */
/*------------------------------*/

.newsListItem {
	font-family: Arial;
}

h1.newsListHeading {
	font-family: Arial;
	font-size: 32px;
	color: #807373;
	border-bottom: 2px dotted #807373;
	margin-bottom: 10px;
	padding-bottom: 5px;
	position: relative;
	top: -7px;
}
h2.newsListHeading {
	font-size: 13px;
	color: #312f2b;
	margin: 0;
	padding: 0;
}
.newsListPreface {
	font-size: 12px;
	line-height: 18px;
	color: #807373;
}
.newsListItem ul {
	padding: 0;
	margin: 0 15px;
	color: #207880;
	margin-bottom: 20px;
}
.newsListItem li {
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.newsListItem li a, .newsListItem li a:visited  {
	color: #207880;
}
.searchBox {
	padding: 5px 10px ;
	margin: 0;
	background: #d9d0d0;
	margin-bottom: 10px;
}
#sokSubmitID {
	position: relative;
	top: 3px;
}
form {
	margin: 0;
}