* {
	border: none;
	text-decoration: none;
	list-style: none;	margin:0px;	padding: 0px;
}
body {
	background: #c9d7dd;
	background-image: url(images/toppBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
div#wrap {
	width:845px;
	margin: 0px auto;
	text-align: center;
}
div#logo {
	width:443px;
	padding-bottom:10px;
	text-align: center;
	background-color: #FFF;
}
/* MENY
=======================================*/
div#nav{
	float:left;
	margin: 104px 0px 0px 0px;
	width:140px;
	text-align:left;
}
div#nav h1{
	font-weight: normal;
	font-family: "Century Gothic","Lucida Sans", Arial, Geneva, Arial, Helvetica,sans-serif;
	color:#004765;
	font-size: large;
}
div#nav ul {
	list-style: none;
	font-size: 11px;
	padding-top:15px;
}
div#nav ul li a {
	background-image: url(images/meny.gif);
	background-repeat:no-repeat;
	background-position: left;
	padding-left:10px;
	padding-right:5px;
	font-family: "Century Gothic","Lucida Sans", Arial, Geneva, Arial, Helvetica,sans-serif;
	font-size:small;
	color: #699;
	line-height: 16px;
	text-decoration: none;
}
div#nav ul li a:hover {
	background-image: url(images/hover.gif);
	background-repeat:no-repeat;
	background-position: left;
	color:#004765;
}
img#flag {
	padding:20px 5px 0px 0px;
}
body#engineering a.engineering:visited, body#engineering a.engineering:link,
body#produkter a.produkter:visited, body#produkter a.produkter:link,
body#prosjekter a.prosjekter:visited, body#prosjekter a.prosjekter:link,
body#index a.index:visited, body#index a.index:link,
body#ref a.ref:visited, body#ref a.ref:link,
body#org a.org:visited, body#org a.org:link,
body#om a.om:visited, body#om a.om:link,
body#jobb a.jobb:visited, body#jobb a.jobb:link,
body#lenker a.lenker:visited, body#lenker a.lenker:link,
body#kontakt a.kontakt:visited, body#kontakt a.kontakt:link{
	color:#004765;
	background-image: url(images/hover.gif);
	background-repeat:no-repeat;
	background-position: left;
}

/*
 NEWS
==================================*/
div#news{
	color: #666;
	width:175px;
	margin-top:105px;
	padding-left:5px;
	float:right;
	text-align: left;
	font-size: smaller;
}
div#news h1{
	font-weight: normal;
	font-family: "Century Gothic","Lucida Sans", Arial, Geneva, Arial, Helvetica,sans-serif;
	color:#004765;
	font-size: large;
	padding:-5px 0px 5px 0px;
}
div#news h3{
	text-transform: uppercase;
	font-size:small;
	color:#004765;
	margin: 15px 0px 5px 0px;	
}
div#news a {
	font-weight: bold;
	color: #699;
	line-height: 1.4em;
}
div#news a:hover {
	font-weight: bold;
	color: #369;
	line-height: 1.4em;
}
/* MAIN
======================================*/
div#contentMain{
	border-left: 2px solid #f9c300;
	border-right: 2px solid #f9c300;
	border-bottom: 2px solid #f9c300;
	background-color: #004765;
	padding:20px;
	width: 450px;
	text-align:left;
	color:#FFF;
	font-size:85%;
	line-height: 16px;
	margin:0px 150px 0px 150px;
	min-height: 400px;
	_height:400px;
}
div#contentMain h1{
	font-weight:normal;
	color: #FFF;
	font-family: "Century Gothic","Lucida Sans", Arial, Geneva, Arial, Helvetica,sans-serif;
	font-size: large;
	padding:10px 0px 10px 0px;
}
div#contentMain h2 {
	color: #fc0;
	padding: 10px 0px 10px 0px;
	font-size: medium;
	font-weight: normal;
}
div#contentMain h3 {
	color: #FC0;
	padding:5px 0px 5px 0px;
	font-size:small;
	font-weight:normal;
	margin:5px 0px 5px 0px;
}
div#contentMain h4 {
	font-weight: bold;
	padding:5px 0px 5px 0px;
	color: #FFF;
	font-size: 8pt;
}
div#contentMain h5 {
	font-weight: bold;
	color: #666;
	font-size: 7pt;
	margin-top: 15px;
}
div#contentMain a{
	color:#9CC;
}
div#contentMain a:hover{
	text-decoration: underline;
	color:#699;
}
div#contentMain p{
	padding:5px 0px 5px 0px;
}
/* FOOTER
==================================*/
div#footer{
	border-top: 1px solid #CCC;
	text-align: center;
	font-weight: normal;
	color: #adb8bc;
	font-size: smaller;
	line-height:normal;
	margin-top:20px;
	padding-top: 10px;
}
div#footer a {
	color: #699;
}

div#footer a:hover {
	font-weight: normal;
	color: #9CC;
	text-decoration: underline;
}

