a {
	color: #007cb1;
}

a:hover {
	color: #e46100;
}

h1 {
	font-size: 20px;
	color: #007cb1;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	color: #e46100;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h3 {
	font-size: 13px;
	color: #007cb1;
	margin-bottom: 10px;
}

h4 {
	font-size: 12px;
	color: #007cb1;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
}

/* Småbokser */
.smallbox img {
	margin-top: 5px;
	float: left;
}

.smallbox p {
	float: left;
	margin-left: 10px;
	font-size: 10px;
	width: 125px;
}

a.readmore {
	background-image: url(images/link_les_mer.gif);
	position: relative;
	top: 102px;
	right: -7px;
	width: 65px;
	height: 20px;
	display: block;
	float: right;
}

a:hover.readmore {
	background-image: url(images/link_les_mer_hover.gif);
}

/* Nyhetsboks */
#newsbox h3, #newsbox .newsdate {
	margin-bottom: 0px;
}

#newsbox h3 a, #newsbox h3 a:hover {
	text-decoration: none;
}

#newsbox p {
	color: #656565;
	float: none;
	margin-left: 0px;
	font-size: 11px;
	width: auto;
	margin-top: 0px;
}

#newsbox .newsdate {
	color: #8d8d8d;
	font-size: 10px;
}


