
.wrapper_article {
	width:100%;
	min-width:640px;
}
/*
.wrapper_article .article_content {
	float:left;
	margin-right:251px;
}
.wrapper_article .article_menu {
	float:right;
	 position: absolute;
	 max-width:200px;
	/* width:250px;
	 margin-right:-250px; */
}
*/
.article {
	font-size: small;
	width:100%;
}
.article .tree {
	width:17%;
	float: left;
	margin-left: -40px;
	margin-top: -30px;
	float: left;
	padding-left: 2%;
	padding-right: 1%;
	
}
.article_content {
	width: 95%;
	/* float: left; */
	vertical-align: top;
	/* margin-right: 0px; */
}
.article_content:not(.button) *:first-child {
	margin-top: 0;
	padding-top: 0;
}
.article_content h2 {
	text-transform: uppercase;
}
/** .article_content img {
	float: left;
	display: block;
	border: 1px solid #999;
	margin: 5px 10px 5px 0;
	padding: 15px;
	background-color: white;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3); 
} **/
	
.article_menu {
	font-size: small;
	max-width: 30%;
	min-width: 15%;
	min-height: 150px;
	float: right;
	border-left: 1px dashed #ccc;
	padding-left: 2%;
}
.article_menu_hdr {
/* 	font-size: small; */
	max-width: 28%;
	min-width: 15%;
	min-height: 20px;
	float: top;
/* 	border-left: 1px dashed #ccc; 
	margin: 10px 10px 10px 10px;
	padding: 10px; */
}
.article_menu *:first-child:not(.ui) {
	margin-top: 0;
	padding-top: 0;
}
.article_menu ol {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
.article_menu h1 {
	font-size: medium;
	border-bottom: 2px solid black;
}
.article_menu h2 {
	font-size: small;
	text-transform: uppercase;
	margin-bottom: 2px;
	padding-bottom: 0;
	border-bottom: 1px dotted #ccc;
}	
.article_content .sub {
	font-weight: bold;
	margin-bottom: 3px;
}
.article_content .sub + * {
	margin-top: 0;
	padding-top: 0;
	
}
.article_footer {
	width: 100%;
	border-top: 1px dotted #ccc;
	margin-top: 30px;
	padding-top: 20px;
	color: #666;
}
.article_footer p {
	margin:3px 0 0 0;
	padding: 0;
}
.article_footer *:first-child {
	margin-top:0;
	padding-top: 0;
}

/** kristian's tillegg **/
.article_content_admin {
	width: 80%;
	float: right;
}

