@charset "utf-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
color:#333;
font-size:10pt;
background-image:url(../img/bg_body.jpg); 
background-repeat:repeat-x; 
background-color:#FFFFFF;
}

#container{
width:900px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
border:1px solid #000;
background-color:#fff;
}

#top{
height:95px;
width:900px;
}

#content_wrapper_devided{
background-image:url(../img/bg_content_devided.jpg);
background-repeat:repeat-y;
width:900px;
min-height:380px;
position:relative;
}

#content_wrapper{
background-image:url(../img/bg_content.jpg);
background-repeat:repeat-y;
width:900px;
min-height:380px;
position:relative;

}

#bottom{
margin-top:5px;
height:40px;
width:100%;
text-align:center;
background-image:url(../img/bg_bottom.jpg);
background-repeat:no-repeat;

}

#bottom_content{
margin-top:-3px;
font-size:9pt;

}

#content_left{
margin-left:5px;
width:130px;
float:left;

}

#content_right{
margin-left:155px;
width:730px;
margin-top:0px;
position:relative;
}

#credit{
width:900px;
text-align:right;
margin-left:auto;
margin-right:auto;
}

h3{
margin-top:0px;
color:#333;
font-size:15pt;
font-weight:normal;
}

p{
margin-top: 0px;
}

p.underline{
background-image:url(../img/bg_paragraph.gif);
background-repeat:repeat-x;
height:20px;
font-size:8pt;
color:#333;
float:left;
text-align:right;
margin-right:10px;

}

p.meny{
margin-left:10px;
margin-top:5px;
}

#siste_nytt{
width:395px;

float:left;
}

#tjenester{
margin-left:411px;
width:300px;

}


#devided_column_left{
width:530px;
float: left;
margin-top:0px;
}

#devided_column_right{
width:170px;
margin-left:555px;
margin-top:0px;

}

a{
color:#314d80;
font-size:9pt;
}

a.meny{
color:#333;
font-size:10pt;
}