
body
{
	background-color: #dccdb8;
	font-family: arial, geneva, sans-serif;
	font-size: 0.9em;
}

a:link, a:visited
{
	color: #658276;
	text-decoration: none;
}

a:hover
{
	color: #658276;
	text-decoration: underline;
}


#hovedCont
{
	width: 980px;
	background-color: #bdb9b1;
	margin: 20px auto auto auto;
}
#toppCont
{
	width: 980px;
	height: 135px;
	background-color: #658276;
	background-image: url(/m/images/topp.gif);
	background-repeat: no-repeat;
}


#adresseCont
{
	width: 380px;
	height: 65px;	
	padding: 55px 0px 10px 100px;
    border: 0;
	float: left;
	color: #FFF;
}



#toppbildeCont
{
    height: 135px;
    width: 270px;
	float: right;
	margin: 0;
	padding: 0;
    border: 0;
	background-color: #FC0;
}


#middelCont
{
	width: 920px;
	background-color: #bdb9b1;
	padding: 30px;
}
#venstreCont
{
	width: 240px;
	float: left;
	background-color: #bdb9b1;
}

#dnvCont { margin-top: 30px; }

#midtspalteCont
{
	width: 440px;
	float: left;
	background-color: #fff;
}
#hoyrespalteCont
{
	width: 240px;
	float: left;
	background-color: #dccdb8;
}

#midtspalteCont h1
{
	width: 430px;
	height: 35px;
	background-color: #c06c24;
	margin: 0px;
	color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 28px;
}

#hoyrespalteCont h2
{
	width: 230px;
	height: 28px;
	background-color: #658276;
	margin: 0px;
	color: #FFF;
	padding-top: 12px;
	padding-left: 10px;
	font-size: 20px;
}


#menyCont H3
{
	margin: 0;
	padding: 0;

}

.li
{	
	margin-top: 6px;	
}



.li a:link, .li a:visited, .li a:hover
{
	font-size: 13px;
	color: #000;
	text-decoration: none;	
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0 1px;
}


.tjeneste a:link, .tjeneste a:visited {
background-image: url(/m/images/menypunkt_rd_passiv.gif);
}

.tjeneste a:hover {
background-image: url(/m/images/menypunkt_rd_aktiv.gif);
}

.prosjekt a:link, .prosjekt a:visited {
background-image: url(/m/images/menypunkt_or_passiv.gif);
}

.prosjekt a:hover {
background-image: url(/m/images/menypunkt_or_aktiv.gif);
}

.om a:link, .om a:visited {
background-image: url(/m/images/menypunkt_bl_passiv.gif);
}

.om a:hover {
background-image: url(/m/images/menypunkt_bl_aktiv.gif);
}


.tekstCont
{
	padding: 10px;
}
.nyhetsCont
{
	margin-top: 0px;
}
.nyhetsCont h3 { margin-bottom: 2px; }
.nyhetsdato
{
	font-size: 80%;
	font-weight: bold;
}
.nyhetsingress
{
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 6px;
}
.nyhetstekst {}
.nyhetsbildeCont
{
	float: right;
	margin: 0 0 6px 6px;
}

#dokumentCont { margin-bottom: 8px; }
#dokumentCont h4 { margin-bottom: 2px; }

/* clearfix  -----------------------------------------------------------------*/
.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 */



