﻿/* MISC
---------------------------------------- */
.clearleft {
	clear:left;
}
#spacer{
	height:5px;
	overflow:hidden;
	background:white;
}

/* News
---------------------------------------- */
#newz {
	width:304px;
}
#newz .newspic {
	width:102px;
	float:left;
}
#newz .ingress {
	width:197px;
	padding-left:5px;
	float:left;
}
#newz .clear {
	clear:left;
}

.nyhetsnavn {
	padding-bottom:5px;
}
.nyhetsnavn a,
.nyhetsnavn a:link,
.nyhetsnavn a:visited,
.nyhetsnavn a:hover,
.nyhetsnavn a:active {
	color: #003877;
	padding-left:2px;
	font-weight:bold;
}

/* News on Frontpage
---------------------------------------- */
.newsBox{
	width:298px;
	height:128px;
	background:url(../bilder_losning/bgBox.jpg) repeat-x;
	border:1px solid #ccc;
	float:left;
	overflow:hidden;
	padding:10px;
	margin-bottom:20px;
	margin-top:20px;
}
.newsImage{
	width:100px;
	height:100px;
	overflow:hidden;
	float:left;
	margin-right:10px;
	background:#ccc;
}
.newsHeader{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	color:#666;
}
.newsIngress{
	color:#666;
	font-size:11px;
	line-height:14px;
	font-family:"Trebuchet MS";
}
.newsDate{
	color:#ccc;
	font-family:"Trebuchet MS";
}

/* newsLesmer
---------------------------------------- */
.newsLesmer{
	margin-top:10px;
}
.newsLesmer a,
.newsLesmer a:link,
.newsLesmer a:visited,
.newsLesmer a:hover,
.newsLesmer a:active {
	color:#C60B46;
	text-decoration:underline;
	font-size:11px;
	text-transform:uppercase;
	background:url(../bilder_losning/lesmer.gif) no-repeat;
	padding-left:10px;
	font-family:"Trebuchet MS";
}

/* newsExtras
---------------------------------------- */
#newsExtras {}
#newsExtras .item{
	float:right;
	margin-left:20px;
}
#newsExtras .item a,
#newsExtras .item a:link,
#newsExtras .item a:visited,
#newsExtras .item a:hover,
#newsExtras .item a:active {
	color:#C60B46;
	font-size:11px;
	text-transform:uppercase;
	background:url(../bilder_losning/lesmer.gif) no-repeat;
	padding-left:10px;
	font-family:"Trebuchet MS";
}

/* Icons
---------------------------------------- */
#icons{
	padding:30px 0;
	border:0 solid #ccc;
	border-width:1px 0 1px 0;
	height:100px;
	margin:20px 0;
}
#icons .icon{
	width:100px;
	height:100px;
	overflow:hidden;
	float:left;
	margin-right:14px;
}
#icons .iconlast{
	width:100px;
	height:100px;
	overflow:hidden;
	float:left;
}
