#forsida {
	position:relative;
}

#forsida #events {
	position:absolute;
	width:140px;
	right:0px;
	top:0px;
}

.latest-event {
	padding-bottom:5px;
}
.latest-event span { clear:both; display:block; }

	.latest-event span.date {
		color:#bf000c;
		font-size:11px;
	}
	.latest-event span.title {}
	.latest-event span.title a {
		color:#333333;
		font-weight:normal;
	}
	#forsida .latest-event span.title a {
		font-weight:normal;
		font-size:10px;
	}
	
	.latest-event span.content {
		display:none;
	}
	#content hr {
		border:none;
		border-bottom:1px solid #bf000c;
		height:0px;
	}
	font.cal_header {
		color:#bf000c;
	}
	
	#forsida h3 {
		font-weight:normal;
		font-size:11px;
		color:white;
		text-transform:uppercase;
		background:#bf000c;
		padding:1px 2px 1px 2px;
		margin:0px;
		display:inline-block !important;
		display:inline;
		margin-bottom:5px;
	}
	#forsida #frettir h3 {
		position:absolute;
		left:0;
		top:0;
	}