html, table, input, select
{
	font-size: 1em; /* IE hack */
}
html>body {
	font-size: 16px; // IE can’t read this
}
body
{
	margin: 0px;
	font-family: "Bookman Old Style", Calibri, Tahoma, Helvetica, Arial, sans-serif;
	color: white;
	text-align: center;
	background-color: #4a515a;
}
.skjult
{
	display: none;
}
.center
{
	text-align: center;
}
a, .artikkelliste a
{
	text-decoration: none;
	color: #fff;
}
a:visited, .artikkelliste a:visited
{
	color: #fff;
}
a:hover
{
	text-decoration: underline;
}
.adminpanel
{
	display: none;
}
.pageholder, .pagetable
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
   width: 950px; 
}
.pageborder
{
	margin-top: 5px;
	background-image:url(/img/hst/tre3.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	min-height:768px;	
	_height: 768px;
	
}
.pageborder.frontpage
{
	background-image: none;
}
.topbanner
{
	height: 93px;
	_height: 123px;
	margin-bottom: 5px;
	font-size: 1.5em;
	padding: 15px;
	padding-left: 130px;

}
.venstrespalte
{
	width: 210px;
	float:left;
	min-height: 460px;
	_height: 48px;
	margin-bottom: 5px;
}
.centerbody
{
	width: 580px;
	float:left;
	min-height: 445px;
	_height: 460px;
	margin-left: 5px; 
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 15px;
}
.hoyrespalte
{
	width: 130px;
	float:left;
	min-height: 460px;
	_height: 460px;
	margin-bottom: 5px;
}
.bottomtr
{
	font-size: 0.9em;
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.sidemeny.lfmenyboks
{
	padding-left: 15px;
	padding-top: 15px;
}
.sidemeny ul, sidemeny li
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.sidemeny .bildeboks
{
	margin-bottom: 15px;
}

.artikkel
{
	color: #171717;
}
.artikkel h1.tittel
{
	position: absolute;
	top: 20px;
	_top: 40px;
	color: white;
	font-style: italic;
	font-size: 3.5em;
}
.adresselinje
{
	margin-top: 20px;
	font-size: 1.5em;
	margin-right: 50px;
	text-align: center;
}