
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body /* Internet Explorer midtstilling*/
{
	text-align: center;
	margin-top: 15px;
	background-color:#0047b6;

}

body /* Mozilla Firefox alignment midtstilling*/
{
text-align: -moz-center;
	margin-top: 15px;
	background-color:#0047b6;

		
} 

h2 {	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#pageholder {
width:960px;
/*Midtstilling av siden fungerer ennå ikke i Safari. Den tolker Text-align i body som midtstilling av tekst. Derfor må denne under her være med
*/text-align:left;
background-color:#0047b6;
}

#head {
width:100%;
height:105px;
clear:both;
}

#contentholder {  
width:100%;
clear:both;
height:100%:

}

#left{
	width:103px;

	float:left;
	}

#left img{	
	padding-left:17px;
	padding-top:30px;
	}
	
#right{
	width:106px;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content {
width:751px;
float:left;
height:100%;
background-color:#FFFFFF;
}

#navbar {
width:100%;
float:left;
clear:left;
background-color:#FFFFFF;
text-align:center;
}


/*Featureboxes*/

.mainbox{
	width:66%;
	
	float:left;
	
}
.sidesbox{
width:14%;
float:left;
}


.sidesbox_menu {
background-image:url(images/menyknapp.gif);
background-repeat:no-repeat;
background-position:top left;
margin-left:17px;
padding-top:20px;
}

.sidesbox .Meny_TD{
background-image:url(images/pilgraa.gif);
background-repeat:no-repeat;
background-position:center left;
padding-left:10px;
}
/* ************ */

#bottom {
width:100%;
height:117px;
background-image: url(images/bunn.jpg);
background-repeat:no-repeat;
clear:both;

}

table.CMenu  { width: 150px}
div.mnutop td {
	background-color: #a8aeb4;
	text-align:center;
	width:106px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #8d9195;
	border-bottom-color: #8d9195;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0047b6;
	font-weight:bold;
}
div.mnutop a:link {	color:#0047b6;
}
div.mnutop a:visited {	color:#0047b6;
}
div.mnutop a:hover {
color:#FFFFFF;
text-decoration:none;}

