/* Hoved layout */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Helvetica, Arial, Swiss, Lucida, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
/* nye fonter: Verdana, Helvetica, Arial, Swiss, Lucida, sans-serif */

/* gamle fonter: Geneva, Arial, Helvetica, sans-serif */

#hovedboks {
  position: relative;
  z: 1;
  width: 1045px;
  height: 575px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  background: #F0F0F0  url('img/loading.gif') 50% 50% no-repeat;
  } 
  
#menyboks {
	z: 2;
	position: absolute;
	top: 20px;
	right: 20px;	
	width: 400px;
	height: 25px;
	background-image: url(img/felt.png)
	}

#innholdsboks {
	z: 2;
	position: absolute;
	top: 50px;
	right: 20px;	
	width: 1005px;
	height: 450px;
	}
	
#logoboks {
	z: 2;
	position: absolute;
	top: 505px;
	right: 20px;
	width: 400px;
	height: 50px;
	background-image: url(img/felt.png)
	}

#logoboks a {
	display: block;
	}
	
#logoboks a:hover {
	background-color: #86A00B;
	}
		
#bakgrunnsbildet {
	width: 1045px;
	height: 575px;
	margin: 0 0 0 0;	
	padding: 0 0 0 0;
	}	   

/* Ny meny */

#nav {
	list-style: none;
	margin: 0 0 0 0;	
	padding: 0 0 0 0;
	}

#nav li {
	float: left;
	}

#nav li a {
	display: block;
	height: 20px;
	padding: 5px 0 0 0;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	}

#nav li a:hover {
	background-color: #86A00B; 
	}
	
#hjem #nav-hjem a, #prosjekter #nav-prosjekter a, #profil #nav-profil a, #medarbeider #nav-medarbeidere a, #kontakt #nav-kontakt a {	
	background-color: #808080; 	
	}
	
#hjem #nav-hjem a:hover, #prosjekter #nav-prosjekter a:hover, #profil #nav-profil a:hover, #medarbeider #nav-medarbeidere a:hover, #kontakt #nav-kontakt a:hover {	
	background-color: #86A00B; 
	color: #FFFFFF;
	}
	
#nav-hjem {
	width: 49px;
	border-right: 1px solid #C0C0C0;	
	}
	
#nav-prosjekter {
	width: 99px;
	border-right: 1px solid #C0C0C0;
	}	
	
#nav-profil {
	width: 59px;
	border-right: 1px solid #C0C0C0;
	}
		
#nav-medarbeidere {
	width: 119px;
	border-right: 1px solid #C0C0C0;
	}
	
#nav-kontakt {
	width: 70px;
	}	


/* Lenker */

a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #86A00B;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #86A00B;
}

/* Paragratyper / bokser  / bilder */

.nyhetsboks {
	width: 360px;
	border-bottom: 1px dashed #C0C0C0;
	padding-bottom: 20px;
}

.nyhetsikon {
	width: 60px;
	height: 60px;
	border: 0px;
	margin: 0px 10px 0px 10px;
	float: left;
}
   
/* Skrifttyper */

.overskrift {
	font-size: 12px;
	font-weight: bold;
}
.underoverskrift {
	font-size: 11px;
	font-weight: bold;
}
.kolonne {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	font-variant:small-caps;
}
.medarbeider {
	font-size: 12px;
	font-weight: bold;
	color: #86A00B;
}
.underskrift {
	font-size: 10px;
	font-weight: normal;
}
.meny:link {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.meny:visited{
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}	
.undermeny:link {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.undermeny:visited {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

/* tidligere brukt: 	font-variant: small-caps;	*/

.dato {
	font-size: 8px;
}
.tlf {
	font-weight: bold;
}

/* thumbnails pop-ups */

a.info {
position:relative; /*this is the key*/
z-index: 0;
color: #FFFFFF;
text-decoration: none;
display: block;
float: left;
}

a.info .ttip {
display: none;
float:left;
}

a.info:hover {
z-index: 1;
background-color: #000000;
}

a.info:hover .ttip {
display: block;
position: absolute;
top: 20px;
left: 40px;
width: 200px;
padding: 0px;
}

a.info:hover #pictip {
top: 68px;
left: 5px;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-align: justify;
padding: 0px;
}
