/* Atrikkel - CSS */
#artIngress {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
}
div#artTekst {
	margin: 0;
	padding: 0;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	margin-top: 5px;
}
#artIngress a, div#artTekst a, div.coverBilde a {
	color: #cccccc;
}
div.coverBilde {
	font-size: 10px;
	line-height: 12px;
	margin: 0;
	padding: 0;
	width: 200px;
	color: #000;
}
img.cover {
	 width: 100px;
	 height: 130px;
	 float: right;
}

span.bildetekst {
	font-size: 10px;
	font-style: italic;
	line-height: 9px;
	color: #c1b49a;
}

span.byLine {
	font-size: 10px;
	color: #939393;
}

/* BILDENE */
div.centerBilde {
	margin: 0;
	padding: 0;
	width: 466px;
	text-align: center;
}
img.art_bilde_l {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	clear: left;
}
img.art_bilde_lu {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
img.art_bilde_r {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
}
img.art_bilde_ru {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

div.litenHvit {
	font-size: 10px;
	line-height: 14px;
	color: #cccccc;
}
div.litenHvit a {
	font-size: 10px;
	line-height: 14px;
	color: #cccccc;
}
 
/* KOMMENTARER */
div#innlogget {
	color: #c1b49a;
}
div#notReg, div#notReg a {
	font-size: 10px;
	line-height: 40px;
	color: #cccccc;
}
div#kommentarer {
	color: #000;
}
div#kommentarer a {
	color: #c1b49a;
}
div#kommentarer p {
/*	border-bottom: 1px solid #62544e;
	margin-top: 5px;
	padding-bottom: 10px; */
}

div.kommentarTopp {
/*	background-color: #ff00ff; */
	background-image: url('../layout/komm_topp.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 466px;
	height: 17px;
}
div.kommentarMidt {
/*	background-color: #ffff00; */
	background-image: url('../layout/komm_midt.gif');
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	width: 446px;
}
div.kommentarBunn {
/*	background-color: #0000ff; */
	background-image: url('../layout/komm_bunn.gif');
	background-repeat: no-repeat;
	width: 466px;
	height: 6px;
}

blockquote div {
	background-color: #ff00ff;
	padding: 3px;
	color:#c1b49a;
	background: transparent url("images/blockquote.gif") no-repeat 0 0;
}

div.artHovedBilde {
	width: 520px;
	height: 223px;
	overflow: hidden;
}
div.artHovedBilde img {
	width: 520px;
}

ul.artPoints {
	color: #cccccc;
	margin-left: 20px;
}

div#artTekst span.artRed {
	color: #ff0000;
}
div#artTekst span.artRed a {
	color: #ff0000;
}
