/* Kvalvåg IT-Konsult 	*/
/* 19/11-2005			*/

/**Body**/

html, body
{
	margin-top: 15px;
	padding: 0px;
	height: 100%;
	text-align: center;
	background-color: #07057d;
  }

* html #ramme
{
  height: 100%
}

/**Header**/

#header
{
	top: 0px;
	height: 150px;
	padding: 0px;
	text-align: left;
	margin:0px 0px 0px 0px;
 }  

/*Ramme**/

#ramme
{

	width: 800px;
	background-color: #FFFFFF;
	margin: 0px auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;	
}



/**Innhold**/
#innhold{
	min-height: 100%;
	margin-right: 145px;
	margin-left: 150px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
}



/** Venstreblokk Hoved**/


#venstreblokk{
	float: left;
	width:150px;
	padding: 0px;
	background-color: #FFFFFF;
	border-bottom: 0px solid #004985;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#venstreblokk a{
	color: #07057d;
	font-size: 14px;
	text-decoration: none;
	padding-left: 2px;
}

#venstreblokk a:hover{
	padding-left: 2px;
	color: #FFFFFF;
	text-decoration: underline overline;
}



  /**Venstreblokk Bokser**/

#hovedmeny{
	border-right: 1px solid #004985;
	background-color: #b2dcfe;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004985;
}

#submeny{
	border-right: 1px solid #004985;
	background-color: #b2dcfe;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004985;
}

#kontaktlupe{
	border-right: 1px solid #004985;
	background-color: #b2dcfe;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004985;
}

#info{
	border-right: 1px solid #004985;
	background-color: #b2dcfe;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004985;
}

#brosjyre{

	border-right: 1px solid #004985;
	background-color: #b2dcfe;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004985;
	text-align: center;
}


/** Høyreblokk Hoved**/


#hoyreblokk{
	float: right;
	width:145px;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

#hoyreblokk a{
	color: #07057d;
	text-decoration: none;
}

#hoyreblokk a:hover{
	color: #FFFFFF;
	text-decoration: underline overline;
}
  /**Høyreblokk Bokser**/

#underlupen{
	background-color: #b2dcfe;
	font-family: Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004985;
	border-left-color: #004884;
}


#weblinker{
	background-color: #e2e6e7;	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaaaaa;
	font-size: 9px;
	color: #666666;
}

#innmelding{
	background-color: #b2dcfe;
	font-family: Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #004985;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004985;
}

/**Innhold**/

.hovedinnhold{
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .hovedinnhold {height: auto;}

.hovedinnhold h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 0px 0px;
}

.hovedinnhold img{
	float: left;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/**Fylkeslag Nav**/

#fylkeslag a{
	font-family: "Courier New", Courier, monospace;
	color: #07057d;
	text-decoration: none;
	font-size: xx-small;
}

#fylkeslag a:hover{
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;

}
/**Footer**/

#footer {
	clear: both;
	text-align: center;
	background-color: #FFFFFF;
	bottom: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
  }
  
 #footer a{
	color: #CCCCCC;
	text-decoration: none; 
 }