body {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #4c4e4d;

	margin: 20px 0px;
	background-color: white;
}
/*
-------------------------------
Layout
-------------------------------
*/
div.mainContainer {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

div.borderContainer {
	border: 2px solid #e2e2e2;
}

div.meny {

	margin-top: 32px;
	margin-left: 19px;

	float: left;
	clear: left;
	
	width: 266px;
}

div.innhold {
	
	width: 462px;
	
	margin-top: 32px;
	margin-left: 285px;
	
}

div.bottom {

	margin-left: 19px;

	clear: both;

	width: 728px;
	
	margin-bottom: 10px;
}

div.bunntekst {
	text-align: center;
	margin-top: 10px;
	overflow: auto;
}

/*
------------------------
Meny
------------------------
*/
table.menu {
	margin-left: 15px;
}
td.menu1 {

}
td.menu2 {

}
a.menulink {
	line-height: 20px;
	color: #4c4e4d;
	text-decoration: none;
}
a.menusellink {
	line-height: 20px;
	color: #e5722c;
	text-decoration: none;
}
/*
------------------------
Undermeny
------------------------
*/
table.submenutb1 {
	margin-left: 10px;
}
a.submenulink {
	line-height: 20px;
	color: #4c4e4d;
	text-decoration: none;
	
	font-size: 11px;
}
a.submenusellink {
	line-height: 20px;
	color: #e5722c;
	text-decoration: none;
	
	font-size: 11px;
}
/*
------------------------
Artikkel
------------------------
*/
a.lesmer {
	text-decoration: underline;
	color: #f69d54;
}
/*
------------------------
Annet
------------------------
*/
.imp {
	border: 1px solid #e2e2e2;
}
/*
------------------------
Clearfix
------------------------
*/
div.artikkeltb {
	margin: 5px 0px 10px 0px;
}

/*
------------------------
Clearfix
------------------------
*/
/* Easy clearing - source: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after{ content: "."; display: block; clear: both; font-size: 0; height: 0; visibility: hidden; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

