html, body {
background-color:#fff;
margin:0px;
font-size:100%;
height:100%
}

/*område for logo*/
.top {
   position:absolute;
   top:0px;
   width:100%;
   height:100px;   
   text-align:left;
background-color:#fff;}



/*sentrerer alt*/
.wrapper{
position:absolute;
width:100%;
min-height:100%;
margin-top:0px;
margin-left:0px;
margin-right:0px;
overflow:auto;
}	


.content_center{
position:relative;
width:740px;
height:auto;
margin-left:auto;
margin-right:auto;
margin-top:0px;	
padding-left:30px;}	

/*overskrift*/
.headline{
position:absolute;
width:693px;
height:40px;
margin-top:540px;
margin-left:60px;}

/*overskrift på contact siden*/
.headline2{
position:absolute;
width:600px;
height:40px;
margin-top:534px;
margin-left:60px;
}

/*overskrift på index siden*/
.headline3{
position:absolute;
width:600px;
height:40px;
margin-top:300px;
margin-left:60px;
}

/*tekstområde*/
.textbox_center{
position:absolute;
width:600px;
height:auto;
margin-top:550px;
margin-left:60px;
padding-bottom:85px;
}	
	
/*box til bildet*/
.imagebox_center{
position:absolute;
width:708px;
height:auto;
margin-top:155px;
text-align:center;
margin-bottom: 0 auto -45px;
}	

/*box til bildet*/
.imagebox_center2{
position:absolute;
width:720px;
height:auto;
margin-top:155px;
text-align:right;
margin-bottom: 0 auto -45px;
border:1px solid #000;}	

/*box til bildet*/
.imagebox_center3{
position:absolute;
width:708px;
height:600px;
margin-top:155px;
text-align:center;
margin-bottom: 0 auto -45px;}	

/*Menyen*/
.menu{
position:relative;
width:auto;
height:30px;
margin-left:0px;
text-align:center;
background-color:#fff;
padding-bottom:10px;
margin-top:25px;
padding-top:6px;}


/*bildetekst*/
.imagetext{
position:relative;
width:720px;
height:26px;
margin-top:-20px;
text-align:center;
}	


/*norsk, engelsk*/  
.language{
position:relative;
float:right;
width:auto;
height:auto;
text-align:right;
margin-top:50px;
margin-right:20px;
}	

/*facebook, twitter*/  
.facebook{
position:relative;
float:right;
width:auto;
height:auto;
text-align:right;
margin-bottom:15px;
margin-right:15px;
}	



/*footer, org.nr etc*/
.footer {
   position:absolute;
   bottom:0px;
   width:100%;
   height:50px;   
   text-align:right;
padding-top:6px;
background-color:#fff;
border-top:1px solid #888888;
}


.directions_pdf{
position:absolute;
margin-top: 464px;
margin-left:500px;
width:50px;
height:40px;
text-align:left;
padding-bottom:60px;
padding-right:24px;
padding-left:14px;
background-color:red;}

.directions_link{
position:absolute;
margin-top: -43px;
margin-left:76px;
width:70px;
height:40px;
text-align:left;
border-right:1px solid #888888;}

/* link farger etc */
A:link { text-decoration: none; color:#989898; }
A:visited {text-decoration: none; color:#989898; }
A:active { text-decoration: none; color:#989898; }
A:hover { text-decoration: none; color:#ff0831;}



