@charset "utf-8";
/* Machina CSS */


html, body   {
background-color:#FFFFFF;
margin:0px;
padding:0px;
height:100%;
width:100%;
font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
font-size:11px;
color:#5b5758;
}


a {
	color:#2ca7f5;
	text-decoration:none;
}

a:hover {
	color:#2ca7f5;
	text-decoration:underline;
}





H1 {
 font-size:21px;
 font-weight:bold;
 color:#494f56;
 line-height:1.4em;
}

H2 {
 font-size:18px;
 color:#494f56;
 line-height:1.4em;
 margin-top:5px;
}


H3 {
 font-size:14px;
 font-weight:bold;
 color:#494f56;
 line-height:1.375em;
}

p {
	margin-bottom:17px;
}


#center {
	text-align:center;
}


#clear {
	clear:both;
}


#floatLeft {
	float:left;
}


#maincontain {
	width:980px;
	position:absolute;
	left:50%;
	margin-left:-490px;
}

#top {
	width:980px;
	height:55px;
}

#topbar {
	width:980px;
	height:20px;
	background-color:#e8e8e8;
	font-size:0px;
}

#menubarcontain {
	width:980px;
	height:35px;
	padding:0px;
	margin:0px;
}


/* menubar navigation */

#navcontainer ul {
	padding:0px;
	margin:0px;
	font:verdana, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align: center;
}

#navlist li
{
display: inline;
list-style-type:none;
padding:0px;
margin:0px;
float:left;
}



#navcontainer a {
	color: #FFFFFF;
	text-decoration:none;
	display:block;
}

#first a {
	width:164px;
	height:35px;
	background-image:url(../images/menuitem_1.gif);
	background-repeat:no-repeat;
	background-position:top;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#first a:hover {
	background-image:url(../images/menuitem_1.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#menudivide {
	width:1px;
	height:35px;
	margin:0px;
	padding:0px;
	font-size:0px;
	background-image:url(../images/menudivide.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#menuitem a {
	width:162px;
	background-color:#494f56;
	height:25px;
	padding-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}



#menuitem a:hover {
	background-color:#76808b;
}


#last a {
	width:163px;
	height:25px;
	padding-top:10px;
	background-image:url(../images/lastmenu.gif);
	background-repeat:no-repeat;
	background-position:top;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#last a:hover {
	background-image:url(../images/lastmenu.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}



/* menubar navigation end */



#frontimg {
	width:980px;
	height:300px;
	margin-top:20px;
}

#newscontain {
	width:980px;
	height:155px;
	margin-top:20px;
}

.newsbox {
	width:196px;
	height:131px;
	padding-left:20px;
	padding-right:20px;
	padding-top:12px;
	padding-bottom:12px;
	background-image:url(../images/newsboxBG.jpg);
	background-repeat:no-repeat;
	text-align:left;
	float:left;
	line-height:1.5em;
}

.newsbox a {
	color:#2ca7f5;
	text-decoration:none;
	background-image:url(../images/linkarrow.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:9px;
}

.newsbox a:hover {
	color:#494f56;
	background-image:url(../images/linkarrow.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.newsbox a:visited {
	color:#2ca7f5;
	text-decoration:none;
}



#newsboxmargin {
	margin-right:9px;
}

#newsdate {
	color:#474747;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size:10px;
}

H5 {
	color:#474747;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
	padding:0px;
}

#backtonews {
	padding-top:5px;
	padding-bottom:5px;
	font-size:11px;
	margin-left:-11px;
}

#backtonews a {
	color:#2ca7f5;
	text-decoration:none;
	background-image:url(../images/arrowlinkleft.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:10px;
}

#backtonews a:hover {
	color:#494f56;
	background-image:url(../images/arrowlinkleft.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#backtonews a:visited {
	color:#2ca7f5;
	text-decoration:none;
}





#bottomline {
	width:980px;
	margin-top:20px;
	margin-bottom:50px;
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size:10px;
	color:#8a898a;
}
	

/* Sub pages */

#columncontainer {
	width:980px;
	margin-top:20px;
}

#leftcol {
	width:188px;
	margin-right:12px;
	float:left;
}

#midcol {
	width:580px;
	margin-right:12px;
	float:left;
}

#rightcol {
	width:188px;
	float:right;
}


		/* left menu */
		
#leftmenucontainer {
	width:188px;
}

#leftmenuheader {
	width:171px;
	height:20px;
	padding-left:17px;
	padding-top:6px;
	background-image:url(../images/boxtop.gif);
	background-repeat:no-repeat;
	text-align:left;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	color:#494f56;
}

#leftmenumid {
	width:166px;
	padding-left:10px;
	padding-right:10px;
	border-left:solid 1px #e3e2e4;
	border-right:solid 1px #e3e2e4;
}


#leftmenuUl {
	padding:0px;
	margin:0px;
	font:verdana, sans-serif;
	font-size:12px;
	color:#494f56;
	text-align:left;
}

#leftmenuUl li {
	padding:0px;
	margin:0px;
	list-style-type:none;
}


#leftmenuitem a {
	height:23px;
	color:#494f56;
	text-decoration:none;
	display:block;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	border-bottom:solid 1px #e3e2e4;
	width:161px;
	padding-left:7px;
	padding-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#leftmenuitem a:visited {
	color: #494f56;
}

#leftmenuitem a:hover {
	color:#25292b;
	text-decoration:none;
	background-position:top;
	border-bottom:solid 1px #494f56;
}

#lastleftmenuitem a {
	height:24px;
	color: #494f56;
	text-decoration:none;
	display:block;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:161px;
	padding-left:7px;
	padding-top:10px;
}

#lastleftmenuitem a:hover {
	color:#25292b;
	text-decoration:none;
	background-position:top;
}

#lastleftmenuitem a:visited {
	color: #494f56;
}

#leftmenubtm {
	width:188px;
	height:35px;
	background-image:url(../images/boxBTM.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

/* left menu end */



/* mid col box narrow */

#midboxNrw {
	width:580px;
}

#midTopImgNrw {
	width:580px;
}

#midboxNrwTop { /* når det ikke brukes bilde i topp */
	width:580px;
	height:5px;
	background-image:url(../images/midboxTop.gif);
	background-repeat:no-repeat;
	background-position:top;
}


#midboxNrwContent {
	width:538px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	border-left:solid 1px #e3e2e4;
	border-right:solid 1px #e3e2e4;
	text-align:left;
	font-size:11px;
	color:#25292b;
	line-height:1.5em;
}



#midboxNrwBtm {
	width:580px;
	height:35px;
	background-image:url(../images/midboxBtm.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}


/* mid column narrow end */



/* right info box */



#rightInfoBox {
	width:188px;
}

#rightInfoBoxheader {
	width:174px;
	height:20px;
	padding-left:14px;
	padding-top:6px;
	background-image:url(../images/boxtop.gif);
	background-repeat:no-repeat;
	text-align:left;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	color:#494f56;
}

#rightInfoBoxmid {
	width:158px;
	padding-left:14px;
	padding-right:14px;
	padding-top:10px;	
	border-left:solid 1px #e3e2e4;
	border-right:solid 1px #e3e2e4;
	font-size:11px;
	color:#494f56;
	line-height:1.5em;
	text-align:left;
}

.rightInfoBoxmid a {
	color:#2ca7f5;
	text-decoration:none;
}

.rightInfoBoxmid a:hover {
	color:#2ca7f5;
	text-decoration:underline;
}

.rightInfoBoxmid a:visited {
	color:#2ca7f5;
	text-decoration:none;
}



#rightInfoBoxbtm {
	width:188px;
	height:20px;
	background-image:url(../images/boxBTM.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}


/* right column wide */

#rightColWide {
	width:780px;
	float:left;
}

#rightColWideContainer  {
width:780px;
}

#rightColWideTopImg {
	width:780px;
}

#rightColWideTop { /* når det ikke brukes bilde i topp */
	width:780px;
	height:5px;
	background-image:url(../images/rightwideTop.gif);
	background-repeat:no-repeat;
	background-position:top;
}


#rightColWideContent {
	width:698px;
	padding-left:40px;
	padding-right:40px;
	padding-top:40px;
	border-left:solid 1px #e3e2e4;
	border-right:solid 1px #e3e2e4;
	text-align:left;
	font-size:12px;
	color:#25292b;
	line-height:1.5em;
}



#rightColWideBtm {
	width:780px;
	height:35px;
	background-image:url(../images/rightwideBtm.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#twoTextcolcontainer {
	width:698px;
	font-size:12px;
}

#textColLeft {
	width:329px;
	margin-right:40px;
	float:left;
}

#textColRight {
	width:329px;
	float:left;
}



/* Wide page (news, contact) */

#widePageContainer  {
width:980px;
margin-top:20px;
}

#widePageTopImg {
	width:980px;
}

#widePageTop { /* når det ikke brukes bilde i topp */
	width:980px;
	height:5px;
	background-image:url(../images/widePageTop.gif);
	background-repeat:no-repeat;
	background-position:top;
}


#widePageContent {
	width:898px;
	padding-left:40px;
	padding-right:40px;
	padding-top:40px;
	padding-bottom:20px;
	border-left:solid 1px #e3e2e4;
	border-right:solid 1px #e3e2e4;
	text-align:left;
	font-size:12px;
	color:#25292b;
	line-height:1.7em;
}





#widePageBtm {
	width:980px;
	height:35px;
	background-image:url(../images/widePageBtm.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#wideTextcolscontainer {
	width:898px;
}

#wideColLeft {
	width:429px;
	margin-right:40px;
	float:left;
}

#wideColRight {
	width:429px;
	float:left;
}

#newsPageContentSlim #wideColLeft {
  width:329px;
  margin-right:40px;
  float:left;
}

#newsPageContentSlim #wideColRight {
  width:329px;
  float:left;
}

#newsPageContent {
	width:898px;
	padding-left:40px;
	padding-right:40px;
	padding-top:40px;
	padding-bottom:20px;
	border-left:solid 1px #e3e2e4;
	border-right:solid 1px #e3e2e4;
	text-align:left;
	font-size:12px;
	color:#25292b;
	line-height:1.5em;
}

#newsPageContentSlim {
	width:698px;
	padding-left:40px;
	padding-right:40px;
	padding-top:40px;
	padding-bottom:20px;
	border-left:solid 1px #e3e2e4;
	border-right:solid 1px #e3e2e4;
	text-align:left;
	font-size:12px;
	color:#25292b;
	line-height:1.5em;
}


#newsPageContent a {
	color:#2ca7f5;
	text-decoration:none;
	background-image:url(../images/linkarrow.gif);
	background-repeat:no-repeat;
	background-position:right 1px;
	padding-right:9px;
}

#newsPageContent a:hover {
	color:#494f56;
	background-image:url(../images/linkarrow.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#newsPageContent a:visited {
	color:#2ca7f5;
	text-decoration:none;
}

#newsdivider {
	margin-top:20px;
	margin-bottom:20px;
}



/* kontakt side */

#tel {
	width:40px;
	float:left;
}

#numberMail {
	font-weight:bold;
	float:left;
}



#aside {
	padding-left:10px;
	color:#999;
	float:left;
}



#adress {
	padding-top:15px;
}


.nextLink {
	text-align: right;
	margin-left: 100px;
  float:left;
}

#ingres {
	width: 780px;
}

#body {
	width: 780px;
	height: 600px;
}

