@charset "UTF-8";

.date {
	font-size:10px;
	color:rgb(255,130,0);
	text-transform:uppercase;
	font-weight:bold;
	margin:0px;
}
#mainStoryText .date {
	color:rgb(255,255,255);
}

a.rss {
	float:right;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
	padding: 0px 30px 0px 0px;
	background:url(../img/iconRss.png) right no-repeat;
}

a.rss:hover {
	text-decoration:underline;
}

a.calendar {
	float:right;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
	padding: 0px 30px 0px 0px;
	background:url(../img/iconCalendar.png) right no-repeat;
}

a.calendar:hover {
	text-decoration:underline;
}

.sidebarBoxStd a.rss,
.sidebarBoxStd a.calendar{
	color:rgb(255,255,255);
}

/* LBE rettelse - imgleft */
.picLeft, .imgleft {
	float:left;
	margin: 0px 20px 20px 0px;
}

/* LBE rettelse - imgright */
.picRight, imgright {
	float:right;
	margin: 0px 0px 20px 20px;
}

.clr { clear:both; }
