/* Artikkelvisning (liste) */
#artliste {
	width:896px;
	height:auto;
	overflow:auto;
	background:none;
	margin-top:5px;
	clear:both;
	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:Arial, Helvetica, sans-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) */
/*.article {
	width:876px;
	padding:10px 5px 10px 15px;
	position:relative;
	height:auto !important;
	height:360px;
	min-height:360px;
}*/
.article #bildeboks {
	float:right;
	position:relative;
	width:400px;
	height:auto;
	padding:5px;
	margin-left:15px;
	background:#e9dcbe;
	overflow:hidden;
	}
.article #tl, .article #tr, .article #bl, .article #br {
	position:absolute;
	background:url('../gfx/bbc.gif');
	height:10px;
	width:10px;
	overflow:hidden;
	}
.article #tl {
	background-position:0px 0px;
	top:0;
	left:0;
	}
.article #tr {
	background-position:-10px 0px;
	top:0;
	right:0;
	}
.article #bl {
	background-position:0px -10px;
	bottom:0;
	left:0;
	}
.article #br {
	background-position:10px 10px;
	bottom:0;
	right:0;
	}
.article .stortbilde {
	text-align:center;
	margin-top:5px;
	height:auto !important;
	height:290px;
	min-height:290px;
	}
.article .stortbilde img {
	padding:3px;
	border:1px solid #aaa;
	background:#fff;
	}
.article .overskrift{
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:bold;
	margin-bottom:0.4em;
	margin-right:420px;
	margin-left:-10px;
	}

.article .ingress{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	}
.article .filerboks {
	overflow:hidden; 
	width:430px;
	}

.article .ingenbilde {
	margin-right:0 !important;
	}
.article .lbboks {
	width:388px;
	margin:10px auto;
	overflow:hidden;
	}
.article .litebilde{
	background:none;
	width:110px;
	min-height:130px;
	text-align:center;
	float:left;
	margin:0 5px 10px 0;
	position:relative;
}
.article .litebilde img {
	padding:2px;
	border:1px solid #bbb;
	background:#fff;
	}
.article .litebildeTopp{
	height:auto;
	margin-bottom:3px;
	position:relative;
}
.article .litebilde textarea{
	width:139px;
	height:40px;
	padding:2px;
}

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

.article 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; 
	overflow:hidden;
	}


