/***************************  OVERSKRIFTER ********************************************/
#hovedspalte h1, #hovedspalte h2, #hovedspalte h3,
#hovedspalte h4, #hovedspalte h5, #hovedspalte h6{
	color: #fff;
	background-color: #000;
	padding: 2px;
}


/****************************** Plasseringsdividerar *************************************/
#left{
	width: 45%;
	float: left;
	margin-right: 20px;
}
#right{
	margin-left: 20px;
	width: 45%;
	float: right;
	clear: right;
}
#middle{
	clear: both;
	/*display: inline-block;*/
}



/****************************** Nyhende øverst på hovudside*************************************/
.venstre{
	float: left;
	width: 48%;
	clear: left;
	padding-right: 15px;
	border-right: 1px solid #ccc;
}
.hogre{
	float: right;
	width: 48%;
	clear: right;


}
.midt{
	width: 100%;
}

.NyhendeHovudside{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.NyhendeHovudside .dato{
	margin: 0;
	float: right;
	font-size: 90%;
	color: #999;
}
.NyhendeHovudside .overskrift{
	font-weight: bold;
	font-size: 130%;
	margin: 0;
	color: #2D5986;
}
.NyhendeHovudside .kategori{
	margin: 0;
	font-size: 90%;
}
.NyhendeHovudside .kommentarar{
	margin: 0;
}

.ingressbilde{
	float: right;
	border: 1px solid #999;
	margin: 5px;

}
.NyhendeHovudside .lesmeir{
	margin: 0;
	font-weight: bold;
	clear: both;
	/*display: inline-block;*/
}
/****************************** Nyhendeboksar på hovudside*************************************/
/* Tabellen som held alle boksane */
table .NyhendeTabell{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	font-size: 90%;
}
table .NyhendeTabell td{
	width: 50%;
	vertical-align: top;
}

/* Formateringar*/
.NyhendeBoks{
	background-color: #fff;
}
.NyhendeBoks li{
	margin-left: 2px;
	margin-bottom: 5px;
	list-style-type:none;
}
.NyhendeBoks hr{
	border: none;
	border-top: 1px dashed #ccc;
}

.NyhendeBoks .overskrift{
	font-weight: bold;
	background-color: #000;
	color: #fff;
	padding: 3px;
	margin: 0px;
}
.NyhendeBoks img{
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 7px;
	float:left;
}
.NyhendeBoks .tid{
	float: left;
}
.NyhendeBoks .navn{}
.NyhendeBoks ul{
	margin: 0px;
	padding: 0px;
}
.NyhendeBoks ol{
	margin: 0px;
	padding: 0px;
}
.NyhendeBoks li{
	clear: both;
}

/***************************************************************************/
#nyhende{
	float: left;
}