#artikler{
	width:410px;
	background:none;
	height:auto;
	overflow:visible;
}
/* Artikkelvisning (liste) */	
div.artikkel {
	display:block;
	position:relative;
	width:400px;
	height:75px;
	margin:0px 10px 0px 0;
	padding:3px 0;
	border-top:0px solid #ddd;
	color:white;
	overflow:hidden;
	}
div#artikkel1 {
	border-top:none !important;
	}
div.artikkel img.artbilde {
	margin:0 auto;
	border:1px solid #555;
	}

div.artikkel a.a2 {
	background:#fff;
	}
div.artikkel dl {
	display:block;
	background:#fff;
	width:390px;
	height:auto;
	}
div.artikkel dt {
	display:block;
	float:left;
	width:100px;
	height:60px;
	}
div.artikkel dt span {
	display:block;
	height:auto;
	width:auto;
	padding:2px;
	background:#aaa;
	border:1px solid #555;
	text-align:center;
	}
div.artikkel dd {
	display:block;
	width:250px;
	height:20px;
	float:left;
	}

div.artikkel dd.overskrift {
	font-weight:bold;
	padding-left:20px;
	padding-right:5px;
	}
div.artikkel dd.ingress {
	padding-left:20px;
	}	
/* Artikkelvisning (liste) slutt*/


.artikkel a:link, .artikkel a:visited{ color: #000000; text-decoration: none; }
.artikkel a:hover{ color: #000000; text-decoration: none; cursor: hand; }

/* Artikkelvisning (hel) */
#heilart {
	position:relative;
	width:900px;
	padding:0px;
	border:0px solid #ccc;
	background:none;
	height:auto !important;
	height:360px;
	min-height:360px;
	overflow:visible;
}
#heilart #bildeboks {
	float:left;
	position:relative;
	width:530px;
	height:auto;
	}

#heilart .stortbilde {
	text-align:left;
	margin-top:5px;
	height:auto !important;
	height:320px;
	min-height:320px;
	}
#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-left:520px;
	}

#heilart .ingress{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:1em;
	margin-left:530px;
	}
	
#heilart .ingenbilde {
	margin-right:0 !important;
	}
#heilart .lbboks {
	width:520px;
	margin:10px 10px 10px 0;
	overflow:hidden;
	}
#heilart .litebilde{
	background:none;
	width:85px;
	text-align:left;
	float:left;
	margin:0 5px 5px 0;
	position:relative;
}
#heilart .litebilde img {
	padding:2px;
	border:1px solid #bbb;
	background:#fff;
	}
#heilart .litebildeTopp{
	height:auto;
	margin-bottom:3px;
	position:relative;
}


#heilart .artikkel_adminicons {
	width:auto;
	height:16px;
	position:absolute;
	top:10px;
	left:520px;
	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; 
	}
/* Artikkelvisning (hel) slutt */



#toppBildeFrame{
	height:100px; 
	width:500px; 
	border:0px solid #CCCCCC;
	background-position:left;
	background-repeat:no-repeat;
	background-color:#FBFBFB; 
	text-align:center; 
	padding-top:80px;
	position:relative;
}
.artikkel_adminicons{
	width:auto;
	height:auto;
	position:absolute;
	top:4px;
	right:4px;

}
#artikkelToppRamme{
	width:auto;
	height:auto;
	padding-left:4px;
}

#alert {
	position:absolute;
	top:50px;
	left:50%;
	width:400px;
	height:auto;
	padding:10px;
	border:5px solid #900;
	text-align:center;
	background:#fff;
	margin-left:-200px;
	}
