
/*
Denne filen styrer grunnleggende oppsett for forsiden. 
Den vil inneholde minst mulig typografisk informasjon.

standard.css  vil inneholde grunnleggende typografisk informasjon knyttet til html-tagger.

Hver <div> som er plassert direkte under <html> eller rett under <div id="container"> får egen bolk i denne filen
samt spesifisering av direkte sideoppsettsrelaterte greier :-)
*/



/* 
--------------------------------------------------------------------------------------------------
container  ---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/
#container
{
width:791px;
}



/* 
--------------------------------------------------------------------------------------------------
topmenu       ---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/

#topmenu
{
position:absolute;
left:0px;
top:0px;
width:791px;
z-index:100;
}


/* 
--------------------------------------------------------------------------------------------------
left       ---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/
#left
{
position:absolute;
top:0px;
left:0px;
width:170px;
z-index:90;
overflow:visible;

}

#leftContent
{
float:right;
clear:both;
width:148px;
margin-top:95px;
margin-bottom:10px;
}

#leftContent .search
{
float:left;
clear:both;
margin-top:0px;
height:30px;
background-image:url(/design/www_adventist_no/images/soek2.gif); 
background-repeat:no-repeat; 
}

#leftContent .search form.frmToppSok
{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px
}

#leftContent .search input.frmToppSokInput
{
border:0px solid #FFFFFF;
margin:3px 0px 0px 4px;
font-size:10px;
height:13px;
width:91px; 
background-color:transparent;
}

#leftContent .search input.frmToppSokSubmit
{
height:12px;
width:35px;
border:0px solid #FFFFFF
}


#leftContent #sidemenu
{
float:left;
clear:left;
width:100%;
background-color:#FFFFFF;
margin-top:10px;
}

#leftContent .sidemenuTop
{
background-image:url(/design/www_adventist_no/images/gronn.gif);
background-repeat:no-repeat;
width: 148px;
height:29px;
}

#leftContent .sidemenuTop p,
#leftContent .sidemenuTop a
{
color:#FFFFFF;
text-transform:uppercase;
font-size:12px;
font-weight:bold;
text-decoration:none;
}


#leftContent .sidemenuTop p
{
padding-top:8px;
margin-left:9px;
}

#leftContent .sidemenuContent
{
width:100%;
margin: 15px 0px 5px 0px;

}

#leftContent .sidemenuContent p
{
color:#808080;
text-transform:uppercase;
margin-top:2px;
margin-bottom:2px;
}




#sidemenu a.menuElementPassive:link,
#sidemenu a.menuElementPassive:visited
{
color:#808080;
text-decoration:none;
}

#sidemenu a.menuElementActive:link,
#sidemenu a.menuElementActive:visited
{
color:#000000;
}

#sidemenu a:hover
{
color:#000000;
}




#sidemenu .sidemenuLogo
{
float:left;
margin-top:13px;
margin-left:9px;
background-image:url(/design/www_adventist_no/images/sdalogo.gif);
background-repeat:no-repeat;
width:112px;
height:126px;
cursor:pointer;
}





/* 
--------------------------------------------------------------------------------------------------
header     ---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/
#header
{
position:absolute;
top:29px;
left:185px;
width: 606px;
}

#topbar
{
float:left;
width:100%;
height:25px;
background-image:url(/design/www_adventist_no/images/stiplet.gif);
background-position:bottom;
background-repeat:repeat-x;
}

#topbar .topbarLeft
{
float:left;
}


#topbar .topbarLeft .breadcrumbsText a:link,
#topbar .topbarLeft .breadcrumbsText a:visited,
#topbar .topbarLeft .breadcrumbsText p
{
color:#808080;
text-decoration:none;
}

#topbar .topbarLeft .breadcrumbsText,
#topbar .topbarLeft .breadcrumbsHomeimage
{
float:left;
}

#topbar .topbarLeft .breadcrumbsText,
{
margin: 3px 0px 0px 3px;
}


#topbarLeftMail, #topbarLeftEmail, #topbarLeftPhone
{
float:left;
margin-left:10px;
margin-top:3px;
color:#808080;
}

#topbarLeftMail .mark, #topbarLeftEmail .mark, #topbarLeftPhone .mark
{
font-weight:bold;
}

#topbar .topbarRight
{
float:right;
}









/* 
--------------------------------------------------------------------------------------------------
contentContainer----------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/
#contentContainer
{
position:absolute;
top:75px;
left:185px;
width:606px;
}

#contentMain
{
float:left;
width:371px;
}

#contentMain .commercial
{
float:left;
border-top:1px dotted #808080;
}

#contentFull
{
float:left;
width:100%;
}

#contentSidebar
{
float:right;
width:225px;
}

.article #contentSidebar
{
margin-top:67px;
}

.folder #contentSidebar
{
margin-top:11px;
}



#footer
{
float:left;
clear:both;
width:360px;
background-image:url(/design/www_adventist_no/images/stiplet.gif);
background-position:top;
background-repeat:repeat-x;
margin-top:10px;
margin-bottom:15px;
padding:5px;
text-align:center;
font-size:9px;
}


