
#hoved {
	background: #EAFFCD;
	width: 590px;
	padding: 0;
}

.nyhet, .langnyhet {
	font-family: 'trebuchet ms',arial,tahoma,helvetica,sans-serif;
	font-size: 12px;
	line-height: 14px;
}

.nyhet, .langnyhet, .nyhet .bilde, .langnyhet .bilde {
	height: 145px;
	float: left;
}

.nyhet {
	width: 290px;
	margin-top: 10px;
}

.langnyhet { 
	width: 590px;
}

.nyhet .bilde { width: 100px; }
.langnyhet .bilde { width: 190px; }

.nyhet .tekst, .langnyhet .tekst {
	width: 176px;
	height: 115px;
	padding: 5px;
	float: left;
	background: white;
	overflow: hidden;
}
.langnyhet .tekst { width: 388px; }

.nyhet h6, .langnyhet h6 {
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin: 0;
}

.lesmer a, .kjop a {
	color: black;
	font-weight: normal;
	font-size: 12px;
	display: block;
}

/* geeez.. noen (*hint* IE *hint*) må ha det inn med teskje */
.lesmer a:link, .kjop a:link		{ text-decoration: none; }
.lesmer a:visited, .kjop a:visited	{ text-decoration: none; }
.lesmer a:active, .kjop a:active	{ text-decoration: none; }
.lesmer a:hover, .kjop a:hover		{ text-decoration: none; }

.nyhet .kjop, .nyhet .lesmer, .langnyhet .kjop, .langnyhet .lesmer {
	width: 87px;
	height: 16px;
	padding: 4px 0 0 6px;
	float: left;
}
.langnyhet .lesmer { width: 299px; text-align: right; }

.nyhet .lesmer, .langnyhet .lesmer { background: #B9D1DD; }
.nyhet .kjop, .langnyhet .kjop { background: #C3C93F; }

