@charset "UTF-8";
.Overskrift {
	font-family: 'Abel', sans-serif;
	font-size: 22px;
	color: #000;
	text-decoration: none;
	text-align: left;
}
.brodtekst {
	font-family: 'Abel', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #555252;
	text-decoration: none;
}
.bakgrunn_bunn {
	background-image: url(bilder/bakgrunn_gul.png);
	background-repeat: repeat-x;
}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
	margin: 0 0 0 0;
	border: 0;
	
	
}
.widget {
	clear: both;
	text-align: left;
	border: 0;
	
}
.widget-title {
	font-family: 'Abel', sans-serif;
	margin-left: 20px;
	margin-bottom: 0px;
	font-size: 22px;
	color: #000;
	font-weight:normal;
	text-decoration: none;
	text-align: left;
	vertical-align:top;
}
.widget ul {
	font-family: 'Abel', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #555252;
	text-decoration: none;
	margin: 0;
}
.widget ul ul {
	margin-left: 0;
}
.widget ul li {
}
.widget a {
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

