html, body {
margin: 0;
padding: 0;
}

body {
background: #ffffff	;
color: #000000;
font-family: 'Arial';
font-size:14px;
font-weight:normal;
line-height:20px;
text-align:left;
}

#container {
background: #ffffff;
margin: auto;
padding: 0;
width: 1080px;
border:1px solid #A6A6A6;
/*
border-top:1px solid #A6A6A6;
border-bottom:1px solid #A6A6A6;
border-left: 1px solid #FEBF57;
border-right: 1px solid #FACAD6;
*/
}

#header {
background-image: url('http://ostvestklinikken.no/images/header_V3.gif');
background-repeat: no-repeat;
background-color: #ffffff;	
border-top:1px solid #A6A6A6;
border-bottom:2px solid #A6A6A6;
margin: 0;
padding: 0;
height: 110px;
}

#banner {
background-color: #ffffff;
margin-left:765px;
padding: 0;
/*width: 230px;
height: 350px;*/
}

#logo {
background-repeat: no-repeat;
background-color: #ffffff;
margin-top:20px;
margin-left:45px;
padding: 0;
height: 35px;
}

#left_menu {
background-image: url('http://ostvestklinikken.no/images/lmenu.gif');
background-repeat: no-repeat;
background-color: #ffffff;	
margin-top: 30px;
padding: 0;
float: left;
width: 265px;
height: 350px;
}

#right_menu {
background-image: url('http://ostvestklinikken.no/images/rmenu.gif');
background-repeat: no-repeat;
margin-top:20px;
/* margin-right:375px; */
margin-left: 25px;
padding: 0;	
width: 259px;
height:350px;
float: right;
}

#content {
background-color: #ffffff;
padding: 0;
margin-left: 275px;
margin-right: 275px;
/*width: 450px;*/
}

#footer {
margin: 0;
padding: 0;
clear: both;
height: 30px;
background-color:#A6A6A6;
}

#lmenu {
position:relative;
top:90px;
left:35px;
font-family: 'Arial';
font-size:14px;
font-weight:normal;
line-height:10px;
text-align:left;
}

div#lmenu a:link {
color: #000000;
text-decoration: none; 
}

div#lmenu a:visited {
color: #000000;
text-decoration: none; 
}

div#lmenu a:hover {
font-weight: bold;
/*color: #908371;*/
color: #000000;
text-decoration: none;
}
 
div#lmenu a:active {
font-weight: bold;
color: #000000;
text-decoration: none; 
}

.active {
font-weight: bold;
color: #000000;
text-decoration: none; 
}

#rmenu {
position:relative;
top:40px;
left:28px;
font-family: 'Arial';
font-size:14px;
font-weight:normal;
line-height:10px;
text-align:left;
}

div#rmenu a:link {
color: #000000;
text-decoration: none; 
}

div#rmenu a:visited {
color: #000000;
text-decoration: none; 
}

div#rmenu a:hover {
font-weight: bold;
/*color: #908371;*/
color: #000000; 
}
 
div#rmenu a:active {
font-weight: bold;
color: #908371; 
text-decoration: none;
}

#text {
color: #908371;
margin-left:25px;
font-family:'Arial';
font-size:14px;
line-height:25px;
text-align:left;
}

#ftext {
color: #ffffff;
margin-right:25px;
margin-top:5px;
font-family:'Arial';
font-size:12px;
text-align:right;
}

#text.fboxdiv{
clear: left;
border: 0px solid gray;
}

.fboxdiv .picturefbox{
float: left;
width: 215px;
}

* html .fboxdiv p{ /* IE 3px jog hack*/
height: 1%;
}

#text.fboxdiv p{
margin-top: 0;
margin-left: 216px;
}


