/* Artikkelvisning (liste) */
#artliste {
	width:auto;
	height:auto;
	overflow:auto;
	background:none;
	margin-top:5px;
	position:relative;
}
#artliste .artikkel{
	position:relative;
	float:left;
	width:430px;
	height:auto !important;
	height:200px;
	min-height:150px;
	margin-top:5px;
	margin-bottom:7px;
	padding:5px;
	background-color:#FFF;
	overflow:hidden;
	color:#000;
	top:0;
	left:0;
	
}
#artliste .odd {
	margin-right:10px;
	padding-right:11px;
	margin-left:3px;
	border-right:1px dotted #bbb;
	}
#artliste .even {
	padding:5px 0px 0 0px;
	}
#artliste .usynlig {
	background:url('../gfx/artusynlig.gif') !Important;
	border:1px solid #eee;
	}
#artliste .artrapport {
	color:#990000;
	margin-bottom:0.5em;
	}
#artliste .artbilde {
	display:block;
	width:210px;
	height:auto;
	float:left;
}
#artliste .artbilde img {
	padding:2px;
	border:1px solid #ccc;
	}
#artliste .arthead{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	color:#000;
	margin-left:210px;
	margin-bottom:0.5em;	
}
#artliste .artingress{
	margin-left:210px;
	color:#000;
}

#artliste .divider {
	border-top:1px dotted #bbb;
	}
#artliste .artikkel_adminicons{
	width:auto;
	height:16px;
	position:absolute;
	top:0px;
	right:-1px;
	border:1px dotted #bbb;
	padding:3px;
}
#artliste .even .artikkel_adminicons{
	right:0px;
}
/* Artikkelvisning (heil) */
#heilart {
	width:auto;
	padding:10px 0px 10px 0px;
	position:relative;
	height:auto !important;
	height:160px;
	min-height:160px;
}
#heilart #bildeboks {
	float:right;
	position:relative;
	width:200px;
	height:auto;
	padding:15px 5px;
	margin-left:15px;
	background:#ebedf2/*c9dcff*/;
	}
#tl, #tr, #bl, #br {
	display:block;
	position:absolute;
	height:50px;
	width:50px;
	background-image:url('../gfx/borde.png');
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:3;
	}
#tl {
	background-position:0 0;
	top:0;
	left:0;
	}
#tr {
	background-position:-50px 0;
	top:0;
	right:0;
	}
#bl {
	background-position:0 -50px;
	bottom:0;
	left:0;
	}
#br {
	position:absolute;
	bottom:0;
	right:0;
	background-position:-50px -50px;
	}
#heilart .stortbilde {
	text-align:center;
	margin-top:5px;
	height:auto !important;
	height:150px;
	min-height:150px;
	}
#heilart .stortbilde img {
	padding:3px;
	border:1px solid #aaa;
	background:#fff;
	}
#heilart .overskrift{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	font-weight:bold;
	margin-bottom:0.4em;
	margin-right:230px;
	margin-left:0px;
	}

#heilart .ingress{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:1em;
	margin-right:230px;
	}
#heilart .tekst {
	line-height:1.5em;
	}
#heilart .ingenbilde {
	margin-right:0 !important;
	}
#heilart .lbboks {
	width:200px;
	margin:10px auto;
	overflow:hidden;
	}
#heilart .litebilde{
	background:none;
	width:70px;
	min-height:130px;
	text-align:center;
	float:left;
	margin:0 5px 10px 0;
	position:relative;
}
#heilart .litebilde img {
	padding:2px;
	border:1px solid #bbb;
	background:#fff;
	}
#heilart .litebildeTopp{
	height:auto;
	margin-bottom:3px;
	position:relative;
}
#heilart .litebilde textarea{
	width:139px;
	height:40px;
	padding:2px;
}

#heilart .artikkel_adminicons {
	width:auto;
	height:16px;
	position:absolute;
	top:10px;
	right:20px;
	border:1px dotted #bbb;
	padding:3px;
	z-index:50;
}

#heilart a.filer {
	position:relative;
	display:block;
	float:left;
	height:auto;
	width:auto;
	padding:5px 5px 5px 20px;
	background:url('../images/ikoner/icon_file.png') no-repeat 0 6px;
	margin:0px 15px 10px 0px; 
	}


