

* {
	margin:0;
	padding:0;
	}

body {
	font-family: "Microsoft Sans Serif", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:10px;
	background-image: url(../images/backgrgrad.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;
	background-color:#0a2970;
}

h1, h2, h3, h4 {
	margin:.5em 0 .4em 0;	
	}

h1 {font-size:1.9em; margin-top:.1em; margin-bottom:.7em;}
h2 {font-size:1.5em;}
h3 {font-size:1.4em; margin-top:1em;}
h4 {font-size:1.3em;}

table, td, table.contactinfo, table.contactinfo td {
	font-size:1.2em;
	border-collapse:collapse;
	border:0;
	font-weight:normal;
	}

p {
	margin: .5em 0;
	line-height:1.3em;
	font-size:1.3em;
	}

#maincontent-sub ul {
	margin-left:2em;
	}

#maincontent-sub li {
	font-size:1.3em;
	margin-bottom:.5em;
	}
	
a:link, a:visited {
	color:#000;
	text-decoration:underline;
	}
	
a:hover {
	text-decoration:none;
	background-color:#0a2970;
	color:#fff;
	}	
	
	
div.attribute-link {
	padding-left:12px;
	background: url(../images/li-bullet.gif) 0 .5em no-repeat;
	}
	
div.content-view-children {
	margin: 2em 0;
	}
	
div.content-view-line {
	float:left;
	width:270px;	
	display: inline;
	padding-bottom:10px;	
	}	
	
div.object-right {
	float:right;
	margin: 0 0 10px 20px;
	}

div.class-person {
	width:240px;
	padding:0 10px 10px 10px;	
	float:left;
	background-color:#cad2e5;
	border: 1px solid #555;
	}
	
div.class-person h2 {
	font-size:1.7em;
	}
	
div.attribute-matrix {
	font-size: .8em;
	}
	
div.attribute-matrix em {
	font-style:normal;
	font-weight:bold;
	}
	
table.agentstable {
	width: 550px;
	border-collapse: separate;
	border-spacing: 10px;
	border-style:none;
	margin-top:1em;
}

table.agentstable td {
	padding:10px;
	background-color:#cad2e5;
	border: 1px solid #555;
	width:50%;
	font-size:.9em;
	}
	
table.agentstable td h3 {
	margin-top:0;
	}

table.agentstable td td {
	padding:0;
	border:none;
	width:auto;
	font-size:1em;
	}

/* --------  L a y o u t ---------------- */

#wrapper {
		width: 765px;
		\width: 785px;
		w\idth: 765px;
		border: 0;
		margin: 10px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		}

#header, #header-sub {
		padding:0;
		margin:0;
		background-color: rgb(213, 219, 225);
		background-image:url(../images/header-frontpage.jpg);
		height:114px;
		}

#header-sub {
	background-image: url(../images/header-subpage.jpg);
	}		
		
#topnav {
	display:block;
	float:right;
	margin:15px 7px 0 0;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;	
	}

#topnav p {
	font-size:1.3em;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#0a2970;
	}
	
#topnav a:link, #topnav a:visited, #topnav a:hover {
	color:#0a2970;
	text-decoration:none;
	}

#topnav a:hover {
	text-decoration:underline;
	background-color:#c9d2e6;
	}

#maincontent, #maincontent-sub
	{
	float: left;
	width: 398px;
	margin-left: 165px;
	background-color:#fff;
	padding: 203px 23px 23px 23px;
	background-image: url(../images/forsidebilde1.jpg);
	background-repeat:no-repeat;	
	}
	
#maincontent-sub {
	width:554px;
	background-image:none;
	padding:10px 23px 23px 23px;
	}

* html #maincontent, * html #maincontent-sub
	{
	display: inline;
	}
#menusidebar, #menusidebar-sub
	{
	float: left;
	width: 150px;
	margin-left: -594px;
	background-color:#c3c3c3;
	background-image: url(../images/menubackgrad.gif);
	background-repeat:repeat-x;
	background-position:top;
	}

#menusidebar-sub {
	margin-left:-750px;
	}	
	
#secondarysidebar
	{
	float: left;
	width: 155px;
	background-color: #fff;
	border-left:1px solid #e1e1e1;
	overflow:hidden;
	}

/* IE Win can be a bit out - you might need to adjust  
bottom value by -1px or as required */
.verticalalign
	{
	position: absolute;
	bottom: 0;
	}
#maincontent .verticalalign
	{
	width: 444px;
	}
#menusidebar .verticalalign
	{
	width: 165px;
	}
#secondarysidebar .verticalalign
	{
	width: 155px;
	
	}
/* hack for Opera 7+ */
@media all and (min-width: 0px){
.verticalalign
	{
	width: 100% !important;
	}
/* But Opera 9 does it right, so CSS3 hax to the max */
div[id^="contentwrapper"] #maincontent .verticalalign
	{
	width: 444px !important;
	}
div[id^="contentwrapper"] #menusidebar .verticalalign
	{
	width: 165px !important;
	}
div[id^="contentwrapper"] #secondarysidebar .verticalalign
	{
	width: 155px !important;
	}
}
/* hack for IEs of all persuasions */
* html .verticalalign
	{
	width: 100% !important;
	}
.verticalalign p
	{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	background: #996666;
	}
#contentwrapper
	{
	width: 765px;
	position: relative;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#contentwrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#contentwrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#contentwrapper
	{
	display: inline-block;
	}
/*\*/
#contentwrapper
	{
	display: block;
	}
/* end easy clearing */

/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}

#footer {
		clear: both;
		padding: 10px;
		border-top:6px solid #0a2970;
		background-color: #eee;
		margin-left:14px;
		text-align:center;
		z-index:2000;
		}
#footer p {
	margin:0;
	font-size:1.2em;
	}
		
/* -------- m e n u   n a v i g a t i o n  ----------- */

#menu {
width: 148px;
padding: 0;
margin: 0 1px;
margin-bottom: 1em;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size:1.2em;
font-weight:bold;
background-color: #3a64cc;
color: #fff;
}

#menu ul
{
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}

#menu li
{
border-bottom: 1px solid #fcfcfc; 
margin: 0;
background-color:#ff8b00;
padding:0;
}

#menu li a:link, #menu li a:visited
{
display: block;
padding: 3px 10px 3px 6px;
background-color: #d3d2d2;
color: #0a2970;
text-decoration: none;
width: 125px;
margin: 0 0 0 7px;
}

/* li-meny */

#menu li.level_1, #menu li.level_2
{
border-top: 0;
border-bottom: 1px solid #fcfcfc;
margin: 0;
}

div#menu ul li.level_2 a:link, div#menu ul li.level_2 a:visited
{
padding: 1px 10px 2px 17px;
background-color: #fff;
width: 114px;
font-size:1em;
}

#menu li.selected a:link, #menu li.selected a:visited
{
font-weight:bold;
}

#menu li a:hover, #menu li.level_1 a:hover, #menu li.level_2 a:hover
{
background-color: #c9d2e6;
color: #000;
}

#menu li
{
border-bottom: 1px solid #fcfcfc;
margin: 0;
}	

#menu li ul {
	border-top:1px solid #fcfcfc;	
	}

#menu li ul li, #menu li ul li a:link, #menu li ul li a:visited, #menu li.level_1 a:link, #menu li.level_1 a:visited {
	background-color:#eee;
	border-bottom:0;
	}	
	
#menu li ul li a:hover, #menu li.level_0 a:hover, #menu li.level_1 a:hover, #menu li.level_2 a:hover {
	background-color:#c9d2e6; 	
	border-bottom:0;
	}
	
/* -------- s e c   c o l ----------- */

#newsbox {
	background-image:url(../images/heading_news.gif);
	background-repeat:no-repeat;
	padding: 25px 9px 9px 9px;
	border-width: 0 0 1px 0;
	border-style:solid;
	border-color: #e1e1e1;
	}

#featurebox {
	padding:9px;
	}	

#newsbox p, #featurebox p{
	font-size:1.1em;
	}

#newsbox h2, #featurebox h2 {
	font-size:1.4em;
	}

/* -------- d i v e r s e ---------- */
		
.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* START OF CSS FOR MAP */
dl.map.on {
	position:relative;
	width:550px;
	height:305px;
	background:url(../images/agentkart.jpg) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
	border:#999 1px solid;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:200px;
	padding:4px;
	border:#222 2px solid;
	background:#666;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:1em;
	color:#FFF;
}

dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(point.png) no-repeat;
	width:10px;
	height:10px;
	outline:none;
	z-index:10;
	text-decoration:none;
}


/* START OF CSS FOR MAP POINTS */
dl.map.on a#location01 {
	top:79px;
	left:226px;
}

dl.map.on a#location03 {
	top:103px;
	left:265px;
}
dl.map.on a#location04 {
	top:114px;
	left:261px;
}
dl.map.on a#location05 {
	top:127px;
	left:252px;
}
dl.map.on a#location06 {
	top:166px;
	left:366px;
}
dl.map.on a#location07 {
	top:187px;
	left:409px;
}
dl.map.on a#location08 {
	top:88px;
	left:295px;
}
dl.map.on a#location09 {
	top:115px;
	left:281px;
}
dl.map.on a#location10 {
	top:94px;
	left:273px;
}
